diff --git a/notify/fixes.sum b/notify/fixes.sum
index e69de29..bb26b8e 100644
--- a/notify/fixes.sum
+++ b/notify/fixes.sum
@@ -0,0 +1,6 @@
+
+		=== Results Summary ===
+
+# of stable fails		187
+# of flaky entries		30
+# of all tests			88904
diff --git a/notify/jira/comment-template.txt b/notify/jira/comment-template.txt
new file mode 100644
index 0000000..adb56e4
--- /dev/null
+++ b/notify/jira/comment-template.txt
@@ -0,0 +1,3 @@
+[LLVM-1290]
+no regression/no fix
+Details: https://ci.linaro.org/job/tcwg_flang_test--main-aarch64-O3-neoverse_v1-sve_vla-mpipeliner-stack_arrays-build/1204/artifact/artifacts/notify/mail-body.txt/*view*/
diff --git a/notify/jira/components b/notify/jira/components
new file mode 100644
index 0000000..b2bfbe3
--- /dev/null
+++ b/notify/jira/components
@@ -0,0 +1 @@
+CI
diff --git a/notify/jira/description b/notify/jira/description
new file mode 100644
index 0000000..eac187c
--- /dev/null
+++ b/notify/jira/description
@@ -0,0 +1,16 @@
+Commit: https://github.com/fujitsu/compiler-test-suite/commit/b211a129a2dbff821ecc9f423c2bbe8fccd8b7bf
+commit fujitsu_testsuite#b211a129a
+Author: KAWASHIMA Takahiro <t-kawashima@fujitsu.com>
+Date:   Fri Jul 4 23:16:08 2025 +0900
+
+    Improve English text in RUN.md
+    
+    There is no substantial change in the content.
+
+* tcwg_flang_test
+** main-aarch64-O3-neoverse_v1-sve_vla-mpipeliner-stack_arrays
+*** no regression/no fix
+*** https://gitlab.com/LinaroLtd/tcwg/ci/interesting-commits/-/raw/master/fujitsu_testsuite/sha1/b211a129a2dbff821ecc9f423c2bbe8fccd8b7bf/tcwg_flang_test/main-aarch64-O3-neoverse_v1-sve_vla-mpipeliner-stack_arrays/details.txt
+*** https://ci.linaro.org/job/tcwg_flang_test--main-aarch64-O3-neoverse_v1-sve_vla-mpipeliner-stack_arrays-build/1204/artifact/artifacts
+
+Latest data: https://gitlab.com/LinaroLtd/tcwg/ci/interesting-commits/-/raw/master/fujitsu_testsuite/sha1/b211a129a2dbff821ecc9f423c2bbe8fccd8b7bf/jira/yaml
diff --git a/notify/jira/startdate b/notify/jira/startdate
new file mode 100644
index 0000000..5fe4135
--- /dev/null
+++ b/notify/jira/startdate
@@ -0,0 +1 @@
+2025-07-04
diff --git a/notify/jira/summary b/notify/jira/summary
new file mode 100644
index 0000000..1e606a6
--- /dev/null
+++ b/notify/jira/summary
@@ -0,0 +1 @@
+fujitsu_testsuite#b211a129a: no regression/no fix
diff --git a/notify/lnt_report.json b/notify/lnt_report.json
new file mode 100644
index 0000000..e596bcb
--- /dev/null
+++ b/notify/lnt_report.json
@@ -0,0 +1,43 @@
+{
+    "Machine": {
+        "Info": {},
+        "Name": "main-aarch64-O3-neoverse_v1-sve_vla-mpipeliner-stack_arrays"
+    },
+    "Run": {
+        "Info": {
+            "tag": "tcwg_flang_test",
+            "test_url": "https://ci.linaro.org/job/tcwg_flang_test--main-aarch64-O3-neoverse_v1-sve_vla-mpipeliner-stack_arrays-build/1204/",
+            "run_order": "1204 (-00000-)",
+            "git_llvm": "https://github.com/llvm/llvm-project/commit/681ecae9133b0e54441529d1eb68fb3604333a93 (unchanged)",
+            "git_llvm_testsuite": "https://github.com/llvm/llvm-test-suite/commit/69f057c4645996a422a4ed01a3fd3a5cfa49d2f5 (unchanged)",
+            "git_fujitsu_testsuite": "https://github.com/fujitsu/compiler-test-suite/commit/b211a129a2dbff821ecc9f423c2bbe8fccd8b7bf (+ 1 commits)",
+            "__report_version__": "1"
+        },
+        "Start Time": "2025-08-18 07:59:52"
+    },
+    "Tests": [
+        {
+            "Data": [
+                187
+            ],
+            "Info": {},
+            "Name": "tcwg_flang_test.TOTAL.fails.nb_fails"
+        }
+	   ,
+        {
+            "Data": [
+                30
+            ],
+            "Info": {},
+            "Name": "tcwg_flang_test.TOTAL.flaky.nb_flaky"
+        }
+	   ,
+        {
+            "Data": [
+                88904
+            ],
+            "Info": {},
+            "Name": "tcwg_flang_test.TOTAL.all.nb_all"
+        }
+    ]
+}
diff --git a/notify/mail-body.txt b/notify/mail-body.txt
new file mode 100644
index 0000000..b8b1146
--- /dev/null
+++ b/notify/mail-body.txt
@@ -0,0 +1,43 @@
+Dear contributor,
+
+Our automatic CI successfully passed with your patch(es). Please find some details below.
+
+In tcwg_flang_test/main-aarch64-O3-neoverse_v1-sve_vla-mpipeliner-stack_arrays, after:
+  | commit fujitsu_testsuite#b211a129a
+  | Author: KAWASHIMA Takahiro <t-kawashima@fujitsu.com>
+  | Date:   Fri Jul 4 23:16:08 2025 +0900
+  | 
+  |     Improve English text in RUN.md
+  |     
+  |     There is no substantial change in the content.
+
+
+Used configuration :
+  * Toolchain : cmake -G Ninja  ../llvm/llvm "-DLLVM_ENABLE_PROJECTS=clang;lld;flang;clang-tools-extra"           "-DLLVM_ENABLE_RUNTIMES=openmp" 	  -DCMAKE_BUILD_TYPE=Release -DLLVM_ENABLE_ASSERTIONS=True 	  -DCMAKE_INSTALL_PREFIX=../llvm-install 	  "-DLLVM_TARGETS_TO_BUILD=AArch64" -DCLANG_DEFAULT_LINKER=lld
+  * Testsuite : export LD_LIBRARY_PATH=$\WORKSPACE/llvm-install/lib/aarch64-unknown-linux-gnu$\{LD_LIBRARY_PATH:+:$\LD_LIBRARY_PATH}
+ cmake -GNinja 	-DCMAKE_C_COMPILER="$\WORKSPACE/llvm-install/bin2/clang" 	-DCMAKE_CXX_COMPILER="$\WORKSPACE/llvm-install/bin2/clang++" 	-DCMAKE_Fortran_COMPILER="$\WORKSPACE/llvm-install/bin2/flang-new" 	-DCMAKE_BUILD_TYPE=Release 	-DCMAKE_C_FLAGS= -DCMAKE_CXX_FLAGS= -DCMAKE_Fortran_FLAGS= 	-DCMAKE_C_FLAGS_RELEASE="-O3 -mcpu=neoverse-v1 -msve-vector-bits=scalable -mllvm -scalable-vectorization=preferred -mllvm -treat-scalable-fixed-error-as-warning=false -mllvm -aarch64-enable-pipeliner -mllvm -pipeliner-mve-cg -DNDEBUG" 	-DCMAKE_CXX_FLAGS_RELEASE="-O3 -mcpu=neoverse-v1 -msve-vector-bits=scalable -mllvm -scalable-vectorization=preferred -mllvm -treat-scalable-fixed-error-as-warning=false -mllvm -aarch64-enable-pipeliner -mllvm -pipeliner-mve-cg -DNDEBUG" 	-DCMAKE_Fortran_FLAGS_RELEASE="-O3 -mcpu=neoverse-v1 -msve-vector-bits=scalable -mllvm -scalable-vectorization=preferred -mllvm -treat-scalable-fixed-error-as-warning=false -mllvm -aarch64-enable-pipeliner -mllvm -pipeliner-mve-cg -DNDEBUG -fstack-arrays" 	-DTEST_SUITE_FORTRAN=ON 	-DTEST_SUITE_SUBDIRS=Fujitsu 	"$\WORKSPACE/test/test-suite"
+
+We track this bug report under https://linaro.atlassian.net/browse/LLVM-1290. Please let us know if you have a fix.
+
+If you have any questions regarding this report, please ask on linaro-toolchain@lists.linaro.org mailing list.
+
+-----------------8<--------------------------8<--------------------------8<--------------------------
+
+The information below contains the details of the failures, and the ways to reproduce a debug environment:
+
+You can find the failure logs in
+ * https://ci.linaro.org/job/tcwg_flang_test--main-aarch64-O3-neoverse_v1-sve_vla-mpipeliner-stack_arrays-build/1204/artifact/artifacts/
+The full lists of regressions and improvements as well as configure and make commands are in
+ * https://ci.linaro.org/job/tcwg_flang_test--main-aarch64-O3-neoverse_v1-sve_vla-mpipeliner-stack_arrays-build/1204/artifact/artifacts/notify/
+The list of [ignored] baseline and flaky failures are in
+ * https://ci.linaro.org/job/tcwg_flang_test--main-aarch64-O3-neoverse_v1-sve_vla-mpipeliner-stack_arrays-build/1204/artifact/artifacts/sumfiles/xfails.xfail
+
+Fujitsu testsuite : https://github.com/fujitsu/compiler-test-suite/
+
+Current build   : https://ci.linaro.org/job/tcwg_flang_test--main-aarch64-O3-neoverse_v1-sve_vla-mpipeliner-stack_arrays-build/1204/artifact/artifacts
+Reference build : https://ci.linaro.org/job/tcwg_flang_test--main-aarch64-O3-neoverse_v1-sve_vla-mpipeliner-stack_arrays-build/1201/artifact/artifacts
+
+Instruction to reproduce the build : https://gitlab.com/LinaroLtd/tcwg/ci/interesting-commits/-/raw/master/fujitsu_testsuite/sha1/b211a129a2dbff821ecc9f423c2bbe8fccd8b7bf/tcwg_flang_test/main-aarch64-O3-neoverse_v1-sve_vla-mpipeliner-stack_arrays/reproduction_instructions.txt
+
+Full commit : https://github.com/fujitsu/compiler-test-suite/commit/b211a129a2dbff821ecc9f423c2bbe8fccd8b7bf
+
diff --git a/notify/mail-recipients.txt b/notify/mail-recipients.txt
new file mode 100644
index 0000000..74de866
--- /dev/null
+++ b/notify/mail-recipients.txt
@@ -0,0 +1 @@
+ohno.yasuyuki@fujitsu.com,bcc:tcwg-validation@linaro.org,itou.tetsuya@fujitsu.com,cc:maxim.kuvyrkov@linaro.org,t-kawashima@fujitsu.com
diff --git a/notify/mail-subject.txt b/notify/mail-subject.txt
new file mode 100644
index 0000000..1eaadee
--- /dev/null
+++ b/notify/mail-subject.txt
@@ -0,0 +1 @@
+[Linaro-TCWG-CI] fujitsu_testsuite#b211a129a: no regression/no fix on aarch64
diff --git a/notify/regressions.sum b/notify/regressions.sum
index e69de29..bb26b8e 100644
--- a/notify/regressions.sum
+++ b/notify/regressions.sum
@@ -0,0 +1,6 @@
+
+		=== Results Summary ===
+
+# of stable fails		187
+# of flaky entries		30
+# of all tests			88904
diff --git a/notify/results-summary.txt b/notify/results-summary.txt
index e69de29..11393f8 100644
--- a/notify/results-summary.txt
+++ b/notify/results-summary.txt
@@ -0,0 +1,5 @@
+		=== Results Summary ===
+
+# of stable fails		187
+# of flaky entries		30
+# of all tests			88904
