summaryrefslogtreecommitdiff
path: root/notify
diff options
context:
space:
mode:
Diffstat (limited to 'notify')
-rw-r--r--notify/jira/comment-template.txt2
-rw-r--r--notify/lnt_report.json177
-rw-r--r--notify/mail-body.txt18
-rw-r--r--notify/mail-recipients.txt2
-rw-r--r--notify/mail-subject.txt2
-rw-r--r--notify/results.compare.txt4
6 files changed, 17 insertions, 188 deletions
diff --git a/notify/jira/comment-template.txt b/notify/jira/comment-template.txt
index a500ea2..9189dba 100644
--- a/notify/jira/comment-template.txt
+++ b/notify/jira/comment-template.txt
@@ -1,3 +1,3 @@
[GNU-692]
PASS
-Details: https://ci.linaro.org/job/tcwg_glibc_check--master-arm-build/764/artifact/artifacts/notify/mail-body.txt/*view*/
+Details: https://ci.linaro.org/job/tcwg_glibc_check--master-arm-build/765/artifact/artifacts/notify/mail-body.txt/*view*/
diff --git a/notify/lnt_report.json b/notify/lnt_report.json
deleted file mode 100644
index 43f768f..0000000
--- a/notify/lnt_report.json
+++ /dev/null
@@ -1,177 +0,0 @@
-{
- "Machine": {
- "Info": {},
- "Name": "master-arm"
- },
- "Run": {
- "Info": {
- "tag": "tcwg_glibc_check",
- "run_order": "764",
- "test_url": "https://ci.linaro.org/job/tcwg_glibc_check--master-arm-build/764/",
- "git_glibc": "https://sourceware.org/git/?p=glibc.git;a=commit;h=e957308723ac2e55dad360d602298632980bbd38",
- "__report_version__": "1"
- },
- "Start Time": "2023-12-18 15:37:35"
- },
- "Tests": [
- {
- "Data": [
- 36
- ],
- "Info": {},
- "Name": "tcwg_glibc_check.tests.FAIL.nb_FAIL"
- }
- ,
- {
- "Data": [
- 0
- ],
- "Info": {},
- "Name": "tcwg_glibc_check.tests.KFAIL.nb_KFAIL"
- }
- ,
- {
- "Data": [
- 16
- ],
- "Info": {},
- "Name": "tcwg_glibc_check.tests.XFAIL.nb_XFAIL"
- }
- ,
- {
- "Data": [
- 4449
- ],
- "Info": {},
- "Name": "tcwg_glibc_check.tests.PASS.nb_PASS"
- }
- ,
- {
- "Data": [
- 2
- ],
- "Info": {},
- "Name": "tcwg_glibc_check.tests.XPASS.nb_XPASS"
- }
- ,
- {
- "Data": [
- 0
- ],
- "Info": {},
- "Name": "tcwg_glibc_check.tests.UNRESOLVED.nb_UNRESOLVED"
- }
- ,
- {
- "Data": [
- 33
- ],
- "Info": {},
- "Name": "tcwg_glibc_check.tests.UNSUPPORTED.nb_UNSUPPORTED"
- }
- ,
- {
- "Data": [
- 0
- ],
- "Info": {},
- "Name": "tcwg_glibc_check.tests.UNTESTED.nb_UNTESTED"
- }
- ,
- {
- "Data": [
- 0
- ],
- "Info": {},
- "Name": "tcwg_glibc_check.tests.ERROR.nb_ERROR"
- }
- ,
- {
- "Data": [
- 0
- ],
- "Info": {},
- "Name": "tcwg_glibc_check.tests.OTHER.nb_OTHER"
- }
- ,
- {
- "Data": [
- 36
- ],
- "Info": {},
- "Name": "tcwg_glibc_check.TOTAL.FAIL.nb_FAIL"
- }
- ,
- {
- "Data": [
- 0
- ],
- "Info": {},
- "Name": "tcwg_glibc_check.TOTAL.KFAIL.nb_KFAIL"
- }
- ,
- {
- "Data": [
- 16
- ],
- "Info": {},
- "Name": "tcwg_glibc_check.TOTAL.XFAIL.nb_XFAIL"
- }
- ,
- {
- "Data": [
- 4449
- ],
- "Info": {},
- "Name": "tcwg_glibc_check.TOTAL.PASS.nb_PASS"
- }
- ,
- {
- "Data": [
- 2
- ],
- "Info": {},
- "Name": "tcwg_glibc_check.TOTAL.XPASS.nb_XPASS"
- }
- ,
- {
- "Data": [
- 0
- ],
- "Info": {},
- "Name": "tcwg_glibc_check.TOTAL.UNRESOLVED.nb_UNRESOLVED"
- }
- ,
- {
- "Data": [
- 33
- ],
- "Info": {},
- "Name": "tcwg_glibc_check.TOTAL.UNSUPPORTED.nb_UNSUPPORTED"
- }
- ,
- {
- "Data": [
- 0
- ],
- "Info": {},
- "Name": "tcwg_glibc_check.TOTAL.UNTESTED.nb_UNTESTED"
- }
- ,
- {
- "Data": [
- 0
- ],
- "Info": {},
- "Name": "tcwg_glibc_check.TOTAL.ERROR.nb_ERROR"
- }
- ,
- {
- "Data": [
- 0
- ],
- "Info": {},
- "Name": "tcwg_glibc_check.TOTAL.OTHER.nb_OTHER"
- }
- ]
-}
diff --git a/notify/mail-body.txt b/notify/mail-body.txt
index 8728d83..e9b663d 100644
--- a/notify/mail-body.txt
+++ b/notify/mail-body.txt
@@ -4,16 +4,22 @@ We appreciate that it might be difficult to find the necessary logs or reproduce
In glibc_check master-arm after:
- | baseline build
+ | 7 commits in glibc
+ | 4d8a01d2b0 x86/cet: Check CPU_FEATURE_ACTIVE in permissive mode
+ | 28bd6f832d x86/cet: Check legacy shadow stack code in .init_array section
+ | 9424ce80c2 x86/cet: Add tests for GLIBC_TUNABLES=glibc.cpu.hwcaps=-SHSTK
+ | 71c0cc3357 x86/cet: Check CPU_FEATURE_ACTIVE when CET is disabled
+ | f418fe6f97 x86/cet: Check legacy shadow stack applications
+ | ... and 2 more commits in glibc
PASS
You can find the failure logs in *.log.1.xz files in
- - https://ci.linaro.org/job/tcwg_glibc_check--master-arm-build/764/artifact/artifacts/00-sumfiles/ .
+ - https://ci.linaro.org/job/tcwg_glibc_check--master-arm-build/765/artifact/artifacts/00-sumfiles/ .
The full lists of regressions and progressions are in
- - https://ci.linaro.org/job/tcwg_glibc_check--master-arm-build/764/artifact/artifacts/notify/ .
+ - https://ci.linaro.org/job/tcwg_glibc_check--master-arm-build/765/artifact/artifacts/notify/ .
The list of [ignored] baseline and flaky failures are in
- - https://ci.linaro.org/job/tcwg_glibc_check--master-arm-build/764/artifact/artifacts/sumfiles/xfails.xfail .
+ - https://ci.linaro.org/job/tcwg_glibc_check--master-arm-build/765/artifact/artifacts/sumfiles/xfails.xfail .
The configuration of this build is:
CI config tcwg_glibc_check master-arm
@@ -21,6 +27,6 @@ CI config tcwg_glibc_check master-arm
-----------------8<--------------------------8<--------------------------8<--------------------------
The information below can be used to reproduce a debug environment:
-Current build : https://ci.linaro.org/job/tcwg_glibc_check--master-arm-build/764/artifact/artifacts
-Reference build : https://ci.linaro.org/job/tcwg_glibc_check--master-arm-build/763/artifact/artifacts
+Current build : https://ci.linaro.org/job/tcwg_glibc_check--master-arm-build/765/artifact/artifacts
+Reference build : https://ci.linaro.org/job/tcwg_glibc_check--master-arm-build/764/artifact/artifacts
diff --git a/notify/mail-recipients.txt b/notify/mail-recipients.txt
index aa219ef..a726c55 100644
--- a/notify/mail-recipients.txt
+++ b/notify/mail-recipients.txt
@@ -1 +1 @@
-bcc:tcwg-validation@linaro.org
+hjl.tools@gmail.com,cc:linaro-toolchain@lists.linaro.org,bcc:tcwg-validation@linaro.org,stli@linux.ibm.com,mfabian@redhat.com
diff --git a/notify/mail-subject.txt b/notify/mail-subject.txt
index aa66ad2..b8dde60 100644
--- a/notify/mail-subject.txt
+++ b/notify/mail-subject.txt
@@ -1 +1 @@
-[Linaro-TCWG-CI] baseline build: PASS on arm
+[Linaro-TCWG-CI] 7 commits in glibc: PASS on arm
diff --git a/notify/results.compare.txt b/notify/results.compare.txt
index bde7b2f..442e92c 100644
--- a/notify/results.compare.txt
+++ b/notify/results.compare.txt
@@ -5,8 +5,8 @@
# Comparing 1 common sum files:
tests.sum
Comparing:
-REFERENCE:/tmp/gxx-sum1.2441564
-CURRENT: /tmp/gxx-sum2.2441564
+REFERENCE:/tmp/gxx-sum1.1200344
+CURRENT: /tmp/gxx-sum2.1200344
+---------+---------+
o RUN STATUS: | REF | RES |