aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tcwg/round-robin.yaml.inc20
-rw-r--r--tcwg_aosp-build.yaml22
-rw-r--r--tcwg_aosp-code_size.yaml22
-rw-r--r--tcwg_binutils.yaml22
-rw-r--r--tcwg_bmk-code_size-coremark--gnu_eabi.yaml22
-rw-r--r--tcwg_bmk-code_size-cpu2017fast--gnu.yaml22
-rw-r--r--tcwg_bmk-code_size-cpu2017fast--llvm.yaml22
-rw-r--r--tcwg_bmk-code_size-cpu2017rate--gnu.yaml22
-rw-r--r--tcwg_bmk-code_size-cpu2017rate--llvm.yaml22
-rw-r--r--tcwg_bmk-code_size-spec2k6--gnu.yaml22
-rw-r--r--tcwg_bmk-code_size-spec2k6--llvm.yaml22
-rw-r--r--tcwg_bmk-code_speed-coremark--gnu_eabi.yaml22
-rw-r--r--tcwg_bmk-code_speed-cpu2017rate--gnu.yaml22
-rw-r--r--tcwg_bmk-code_speed-cpu2017rate--llvm.yaml22
-rw-r--r--tcwg_bmk-code_speed-cpu2017speed--gnu.yaml22
-rw-r--r--tcwg_bmk-code_speed-cpu2017speed--llvm.yaml22
-rw-r--r--tcwg_bmk-code_speed-spec2k6--gnu.yaml22
-rw-r--r--tcwg_bmk-code_speed-spec2k6--llvm.yaml22
-rw-r--r--tcwg_bmk-code_sve-cpu2017fast--gnu.yaml22
-rw-r--r--tcwg_bmk-code_vect-cpu2017fast--gnu.yaml22
-rw-r--r--tcwg_bmk-code_vect-cpu2017fast--llvm.yaml22
-rw-r--r--tcwg_bmk-code_vect-cpu2017rate--gnu.yaml22
-rw-r--r--tcwg_bmk-code_vect-cpu2017rate--llvm.yaml22
-rw-r--r--tcwg_bmk-code_vect-spec2k6--gnu.yaml22
-rw-r--r--tcwg_bmk-code_vect-spec2k6--llvm.yaml22
-rw-r--r--tcwg_bmk-fujitsu_speed-cpu2017speed--gnu.yaml22
-rw-r--r--tcwg_bmk-fujitsu_speed-cpu2017speed--llvm.yaml22
-rw-r--r--tcwg_bmk-qc_speed-cpu2017rate--gnu.yaml22
-rw-r--r--tcwg_bmk-qc_speed-cpu2017rate--llvm.yaml22
-rw-r--r--tcwg_bootstrap.yaml22
-rw-r--r--tcwg_chromium--master.yaml22
-rw-r--r--tcwg_gcc.yaml22
-rw-r--r--tcwg_gdb.yaml22
-rw-r--r--tcwg_glibc.yaml22
-rw-r--r--tcwg_gnu_cross.yaml22
-rw-r--r--tcwg_gnu_embed.yaml22
-rw-r--r--tcwg_gnu_mingw.yaml22
-rw-r--r--tcwg_gnu_native.yaml22
-rw-r--r--tcwg_kernel--gnu.yaml22
-rw-r--r--tcwg_kernel--llvm.yaml22
40 files changed, 479 insertions, 399 deletions
diff --git a/tcwg/round-robin.yaml.inc b/tcwg/round-robin.yaml.inc
index e5d725780b..d8ddecd151 100644
--- a/tcwg/round-robin.yaml.inc
+++ b/tcwg/round-robin.yaml.inc
@@ -375,15 +375,6 @@
# Full notification
echo "NOTE: Notify developers about this build"
- if [ -f $HOME/.jipdate.yml ]; then
- (
- # BE CAREFUL WITH TCWG_JIRA_TOKEN
- set +x
- build_container_exec \
- sed -i -e "s/#TCWG_JIRA_TOKEN#/$TCWG_JIRA_TOKEN/" \
- "$HOME/.jipdate.yml"
- )
- fi
build_container_exec \
./jenkins-scripts/round-robin-notify.sh \
@@ -444,6 +435,17 @@
exit 0
fi
+ # We may need jira token while rewriting history.
+ if [ -f $HOME/.jipdate.yml ]; then
+ (
+ # BE CAREFUL WITH TCWG_JIRA_TOKEN
+ set +x
+ build_container_exec \
+ sed -i -e "s/#TCWG_JIRA_TOKEN#/$TCWG_JIRA_TOKEN/" \
+ "$HOME/.jipdate.yml"
+ )
+ fi
+
build_container_exec \
./jenkins-scripts/round-robin-baseline.sh \
@@rr[top_artifacts] artifacts \
diff --git a/tcwg_aosp-build.yaml b/tcwg_aosp-build.yaml
index 8dfe002269..e6e7e17ea1 100644
--- a/tcwg_aosp-build.yaml
+++ b/tcwg_aosp-build.yaml
@@ -282,15 +282,6 @@
# Full notification
echo "NOTE: Notify developers about this build"
- if [ -f $HOME/.jipdate.yml ]; then
- (
- # BE CAREFUL WITH TCWG_JIRA_TOKEN
- set +x
- build_container_exec \
- sed -i -e "s/#TCWG_JIRA_TOKEN#/$TCWG_JIRA_TOKEN/" \
- "$HOME/.jipdate.yml"
- )
- fi
build_container_exec \
./jenkins-scripts/round-robin-notify.sh \
@@ -351,6 +342,17 @@
exit 0
fi
+ # We may need jira token while rewriting history.
+ if [ -f $HOME/.jipdate.yml ]; then
+ (
+ # BE CAREFUL WITH TCWG_JIRA_TOKEN
+ set +x
+ build_container_exec \
+ sed -i -e "s/#TCWG_JIRA_TOKEN#/$TCWG_JIRA_TOKEN/" \
+ "$HOME/.jipdate.yml"
+ )
+ fi
+
build_container_exec \
./jenkins-scripts/round-robin-baseline.sh \
@@rr[top_artifacts] artifacts \
@@ -941,4 +943,4 @@
build_script: 'tcwg_aosp-build.sh'
publishers:
- bisect-publishers
-# checksum: bee80f4ca14a30489a0de0153c24d4d6
+# checksum: 485c4f3c0f766405e973de194e9c4c63
diff --git a/tcwg_aosp-code_size.yaml b/tcwg_aosp-code_size.yaml
index b211bef572..f6764544f3 100644
--- a/tcwg_aosp-code_size.yaml
+++ b/tcwg_aosp-code_size.yaml
@@ -285,15 +285,6 @@
# Full notification
echo "NOTE: Notify developers about this build"
- if [ -f $HOME/.jipdate.yml ]; then
- (
- # BE CAREFUL WITH TCWG_JIRA_TOKEN
- set +x
- build_container_exec \
- sed -i -e "s/#TCWG_JIRA_TOKEN#/$TCWG_JIRA_TOKEN/" \
- "$HOME/.jipdate.yml"
- )
- fi
build_container_exec \
./jenkins-scripts/round-robin-notify.sh \
@@ -354,6 +345,17 @@
exit 0
fi
+ # We may need jira token while rewriting history.
+ if [ -f $HOME/.jipdate.yml ]; then
+ (
+ # BE CAREFUL WITH TCWG_JIRA_TOKEN
+ set +x
+ build_container_exec \
+ sed -i -e "s/#TCWG_JIRA_TOKEN#/$TCWG_JIRA_TOKEN/" \
+ "$HOME/.jipdate.yml"
+ )
+ fi
+
build_container_exec \
./jenkins-scripts/round-robin-baseline.sh \
@@rr[top_artifacts] artifacts \
@@ -944,4 +946,4 @@
build_script: 'tcwg_aosp-build.sh'
publishers:
- bisect-publishers
-# checksum: 795bcb7c8dc4246b2e0c91bd3f757b7b
+# checksum: 0f3d2770da261110828d2206a05b6d81
diff --git a/tcwg_binutils.yaml b/tcwg_binutils.yaml
index 3bcd1bdffa..99386ce438 100644
--- a/tcwg_binutils.yaml
+++ b/tcwg_binutils.yaml
@@ -288,15 +288,6 @@
# Full notification
echo "NOTE: Notify developers about this build"
- if [ -f $HOME/.jipdate.yml ]; then
- (
- # BE CAREFUL WITH TCWG_JIRA_TOKEN
- set +x
- build_container_exec \
- sed -i -e "s/#TCWG_JIRA_TOKEN#/$TCWG_JIRA_TOKEN/" \
- "$HOME/.jipdate.yml"
- )
- fi
build_container_exec \
./jenkins-scripts/round-robin-notify.sh \
@@ -357,6 +348,17 @@
exit 0
fi
+ # We may need jira token while rewriting history.
+ if [ -f $HOME/.jipdate.yml ]; then
+ (
+ # BE CAREFUL WITH TCWG_JIRA_TOKEN
+ set +x
+ build_container_exec \
+ sed -i -e "s/#TCWG_JIRA_TOKEN#/$TCWG_JIRA_TOKEN/" \
+ "$HOME/.jipdate.yml"
+ )
+ fi
+
build_container_exec \
./jenkins-scripts/round-robin-baseline.sh \
@@rr[top_artifacts] artifacts \
@@ -1351,4 +1353,4 @@
docker_security: '{docker_security}'
publishers:
- bisect-publishers
-# checksum: 5a52c1c0c43fa8f286d9da72e953b658
+# checksum: 4acb5ecec81a6071f8f9dc1df114bbb9
diff --git a/tcwg_bmk-code_size-coremark--gnu_eabi.yaml b/tcwg_bmk-code_size-coremark--gnu_eabi.yaml
index d6d8f77da3..2846b596f5 100644
--- a/tcwg_bmk-code_size-coremark--gnu_eabi.yaml
+++ b/tcwg_bmk-code_size-coremark--gnu_eabi.yaml
@@ -308,15 +308,6 @@
# Full notification
echo "NOTE: Notify developers about this build"
- if [ -f $HOME/.jipdate.yml ]; then
- (
- # BE CAREFUL WITH TCWG_JIRA_TOKEN
- set +x
- build_container_exec \
- sed -i -e "s/#TCWG_JIRA_TOKEN#/$TCWG_JIRA_TOKEN/" \
- "$HOME/.jipdate.yml"
- )
- fi
build_container_exec \
./jenkins-scripts/round-robin-notify.sh \
@@ -377,6 +368,17 @@
exit 0
fi
+ # We may need jira token while rewriting history.
+ if [ -f $HOME/.jipdate.yml ]; then
+ (
+ # BE CAREFUL WITH TCWG_JIRA_TOKEN
+ set +x
+ build_container_exec \
+ sed -i -e "s/#TCWG_JIRA_TOKEN#/$TCWG_JIRA_TOKEN/" \
+ "$HOME/.jipdate.yml"
+ )
+ fi
+
build_container_exec \
./jenkins-scripts/round-robin-baseline.sh \
@@rr[top_artifacts] artifacts \
@@ -965,4 +967,4 @@
build_script: 'tcwg_bmk-build.sh'
publishers:
- bisect-publishers
-# checksum: be2ccbe1bb0cc662edb713b0ae1ac2b5
+# checksum: 5f156fd06b5d7850d1b34fd9367d7441
diff --git a/tcwg_bmk-code_size-cpu2017fast--gnu.yaml b/tcwg_bmk-code_size-cpu2017fast--gnu.yaml
index 4c4c0a87ee..da1efb8e45 100644
--- a/tcwg_bmk-code_size-cpu2017fast--gnu.yaml
+++ b/tcwg_bmk-code_size-cpu2017fast--gnu.yaml
@@ -318,15 +318,6 @@
# Full notification
echo "NOTE: Notify developers about this build"
- if [ -f $HOME/.jipdate.yml ]; then
- (
- # BE CAREFUL WITH TCWG_JIRA_TOKEN
- set +x
- build_container_exec \
- sed -i -e "s/#TCWG_JIRA_TOKEN#/$TCWG_JIRA_TOKEN/" \
- "$HOME/.jipdate.yml"
- )
- fi
build_container_exec \
./jenkins-scripts/round-robin-notify.sh \
@@ -387,6 +378,17 @@
exit 0
fi
+ # We may need jira token while rewriting history.
+ if [ -f $HOME/.jipdate.yml ]; then
+ (
+ # BE CAREFUL WITH TCWG_JIRA_TOKEN
+ set +x
+ build_container_exec \
+ sed -i -e "s/#TCWG_JIRA_TOKEN#/$TCWG_JIRA_TOKEN/" \
+ "$HOME/.jipdate.yml"
+ )
+ fi
+
build_container_exec \
./jenkins-scripts/round-robin-baseline.sh \
@@rr[top_artifacts] artifacts \
@@ -977,4 +979,4 @@
build_script: 'tcwg_bmk-build.sh'
publishers:
- bisect-publishers
-# checksum: 260e85f8c325cef057abee7e2cce3bd3
+# checksum: 3c347e16378542d7698b08630f7c538e
diff --git a/tcwg_bmk-code_size-cpu2017fast--llvm.yaml b/tcwg_bmk-code_size-cpu2017fast--llvm.yaml
index bd2f3c7ab8..33a45904aa 100644
--- a/tcwg_bmk-code_size-cpu2017fast--llvm.yaml
+++ b/tcwg_bmk-code_size-cpu2017fast--llvm.yaml
@@ -289,15 +289,6 @@
# Full notification
echo "NOTE: Notify developers about this build"
- if [ -f $HOME/.jipdate.yml ]; then
- (
- # BE CAREFUL WITH TCWG_JIRA_TOKEN
- set +x
- build_container_exec \
- sed -i -e "s/#TCWG_JIRA_TOKEN#/$TCWG_JIRA_TOKEN/" \
- "$HOME/.jipdate.yml"
- )
- fi
build_container_exec \
./jenkins-scripts/round-robin-notify.sh \
@@ -358,6 +349,17 @@
exit 0
fi
+ # We may need jira token while rewriting history.
+ if [ -f $HOME/.jipdate.yml ]; then
+ (
+ # BE CAREFUL WITH TCWG_JIRA_TOKEN
+ set +x
+ build_container_exec \
+ sed -i -e "s/#TCWG_JIRA_TOKEN#/$TCWG_JIRA_TOKEN/" \
+ "$HOME/.jipdate.yml"
+ )
+ fi
+
build_container_exec \
./jenkins-scripts/round-robin-baseline.sh \
@@rr[top_artifacts] artifacts \
@@ -949,4 +951,4 @@
docker_arch: '{docker_arch}'
publishers:
- bisect-publishers
-# checksum: 22d9768751bfd74ad6cf61038eaf2d89
+# checksum: 0f381d835e0719915bce5f6366393433
diff --git a/tcwg_bmk-code_size-cpu2017rate--gnu.yaml b/tcwg_bmk-code_size-cpu2017rate--gnu.yaml
index e52487f5d0..f74a21ea6f 100644
--- a/tcwg_bmk-code_size-cpu2017rate--gnu.yaml
+++ b/tcwg_bmk-code_size-cpu2017rate--gnu.yaml
@@ -318,15 +318,6 @@
# Full notification
echo "NOTE: Notify developers about this build"
- if [ -f $HOME/.jipdate.yml ]; then
- (
- # BE CAREFUL WITH TCWG_JIRA_TOKEN
- set +x
- build_container_exec \
- sed -i -e "s/#TCWG_JIRA_TOKEN#/$TCWG_JIRA_TOKEN/" \
- "$HOME/.jipdate.yml"
- )
- fi
build_container_exec \
./jenkins-scripts/round-robin-notify.sh \
@@ -387,6 +378,17 @@
exit 0
fi
+ # We may need jira token while rewriting history.
+ if [ -f $HOME/.jipdate.yml ]; then
+ (
+ # BE CAREFUL WITH TCWG_JIRA_TOKEN
+ set +x
+ build_container_exec \
+ sed -i -e "s/#TCWG_JIRA_TOKEN#/$TCWG_JIRA_TOKEN/" \
+ "$HOME/.jipdate.yml"
+ )
+ fi
+
build_container_exec \
./jenkins-scripts/round-robin-baseline.sh \
@@rr[top_artifacts] artifacts \
@@ -977,4 +979,4 @@
build_script: 'tcwg_bmk-build.sh'
publishers:
- bisect-publishers
-# checksum: 07470cd460c7e7c2d74c21fc7d558049
+# checksum: cc6fce05d865eef6125625b9c7d8ff5b
diff --git a/tcwg_bmk-code_size-cpu2017rate--llvm.yaml b/tcwg_bmk-code_size-cpu2017rate--llvm.yaml
index e0de85080c..54a8d0afff 100644
--- a/tcwg_bmk-code_size-cpu2017rate--llvm.yaml
+++ b/tcwg_bmk-code_size-cpu2017rate--llvm.yaml
@@ -289,15 +289,6 @@
# Full notification
echo "NOTE: Notify developers about this build"
- if [ -f $HOME/.jipdate.yml ]; then
- (
- # BE CAREFUL WITH TCWG_JIRA_TOKEN
- set +x
- build_container_exec \
- sed -i -e "s/#TCWG_JIRA_TOKEN#/$TCWG_JIRA_TOKEN/" \
- "$HOME/.jipdate.yml"
- )
- fi
build_container_exec \
./jenkins-scripts/round-robin-notify.sh \
@@ -358,6 +349,17 @@
exit 0
fi
+ # We may need jira token while rewriting history.
+ if [ -f $HOME/.jipdate.yml ]; then
+ (
+ # BE CAREFUL WITH TCWG_JIRA_TOKEN
+ set +x
+ build_container_exec \
+ sed -i -e "s/#TCWG_JIRA_TOKEN#/$TCWG_JIRA_TOKEN/" \
+ "$HOME/.jipdate.yml"
+ )
+ fi
+
build_container_exec \
./jenkins-scripts/round-robin-baseline.sh \
@@rr[top_artifacts] artifacts \
@@ -949,4 +951,4 @@
docker_arch: '{docker_arch}'
publishers:
- bisect-publishers
-# checksum: 494ffb9128789010b8e8b2ad3ae7c7d7
+# checksum: 44b104ee5bf45e0a473a33813116ebe0
diff --git a/tcwg_bmk-code_size-spec2k6--gnu.yaml b/tcwg_bmk-code_size-spec2k6--gnu.yaml
index 483fa29a68..4ab457486e 100644
--- a/tcwg_bmk-code_size-spec2k6--gnu.yaml
+++ b/tcwg_bmk-code_size-spec2k6--gnu.yaml
@@ -319,15 +319,6 @@
# Full notification
echo "NOTE: Notify developers about this build"
- if [ -f $HOME/.jipdate.yml ]; then
- (
- # BE CAREFUL WITH TCWG_JIRA_TOKEN
- set +x
- build_container_exec \
- sed -i -e "s/#TCWG_JIRA_TOKEN#/$TCWG_JIRA_TOKEN/" \
- "$HOME/.jipdate.yml"
- )
- fi
build_container_exec \
./jenkins-scripts/round-robin-notify.sh \
@@ -388,6 +379,17 @@
exit 0
fi
+ # We may need jira token while rewriting history.
+ if [ -f $HOME/.jipdate.yml ]; then
+ (
+ # BE CAREFUL WITH TCWG_JIRA_TOKEN
+ set +x
+ build_container_exec \
+ sed -i -e "s/#TCWG_JIRA_TOKEN#/$TCWG_JIRA_TOKEN/" \
+ "$HOME/.jipdate.yml"
+ )
+ fi
+
build_container_exec \
./jenkins-scripts/round-robin-baseline.sh \
@@rr[top_artifacts] artifacts \
@@ -979,4 +981,4 @@
build_script: 'tcwg_bmk-build.sh'
publishers:
- bisect-publishers
-# checksum: 78901e0b856bb931db4450822b60e68d
+# checksum: 9dd0f5ad3266ce5de5a588ffba03952b
diff --git a/tcwg_bmk-code_size-spec2k6--llvm.yaml b/tcwg_bmk-code_size-spec2k6--llvm.yaml
index 338d7d1f78..177f712ed1 100644
--- a/tcwg_bmk-code_size-spec2k6--llvm.yaml
+++ b/tcwg_bmk-code_size-spec2k6--llvm.yaml
@@ -291,15 +291,6 @@
# Full notification
echo "NOTE: Notify developers about this build"
- if [ -f $HOME/.jipdate.yml ]; then
- (
- # BE CAREFUL WITH TCWG_JIRA_TOKEN
- set +x
- build_container_exec \
- sed -i -e "s/#TCWG_JIRA_TOKEN#/$TCWG_JIRA_TOKEN/" \
- "$HOME/.jipdate.yml"
- )
- fi
build_container_exec \
./jenkins-scripts/round-robin-notify.sh \
@@ -360,6 +351,17 @@
exit 0
fi
+ # We may need jira token while rewriting history.
+ if [ -f $HOME/.jipdate.yml ]; then
+ (
+ # BE CAREFUL WITH TCWG_JIRA_TOKEN
+ set +x
+ build_container_exec \
+ sed -i -e "s/#TCWG_JIRA_TOKEN#/$TCWG_JIRA_TOKEN/" \
+ "$HOME/.jipdate.yml"
+ )
+ fi
+
build_container_exec \
./jenkins-scripts/round-robin-baseline.sh \
@@rr[top_artifacts] artifacts \
@@ -952,4 +954,4 @@
docker_arch: '{docker_arch}'
publishers:
- bisect-publishers
-# checksum: 45254a6cc4fc117e313462f0d6b54551
+# checksum: b340c8845afbfb583c4a75131ef4c061
diff --git a/tcwg_bmk-code_speed-coremark--gnu_eabi.yaml b/tcwg_bmk-code_speed-coremark--gnu_eabi.yaml
index 0280735099..a90e94504e 100644
--- a/tcwg_bmk-code_speed-coremark--gnu_eabi.yaml
+++ b/tcwg_bmk-code_speed-coremark--gnu_eabi.yaml
@@ -310,15 +310,6 @@
# Full notification
echo "NOTE: Notify developers about this build"
- if [ -f $HOME/.jipdate.yml ]; then
- (
- # BE CAREFUL WITH TCWG_JIRA_TOKEN
- set +x
- build_container_exec \
- sed -i -e "s/#TCWG_JIRA_TOKEN#/$TCWG_JIRA_TOKEN/" \
- "$HOME/.jipdate.yml"
- )
- fi
build_container_exec \
./jenkins-scripts/round-robin-notify.sh \
@@ -379,6 +370,17 @@
exit 0
fi
+ # We may need jira token while rewriting history.
+ if [ -f $HOME/.jipdate.yml ]; then
+ (
+ # BE CAREFUL WITH TCWG_JIRA_TOKEN
+ set +x
+ build_container_exec \
+ sed -i -e "s/#TCWG_JIRA_TOKEN#/$TCWG_JIRA_TOKEN/" \
+ "$HOME/.jipdate.yml"
+ )
+ fi
+
build_container_exec \
./jenkins-scripts/round-robin-baseline.sh \
@@rr[top_artifacts] artifacts \
@@ -965,4 +967,4 @@
build_script: 'tcwg_bmk-build.sh'
publishers:
- bisect-publishers
-# checksum: 6a62a4141a12f58673428e39d5b587f1
+# checksum: abc832a3591cc54251b9118f1f7ebb41
diff --git a/tcwg_bmk-code_speed-cpu2017rate--gnu.yaml b/tcwg_bmk-code_speed-cpu2017rate--gnu.yaml
index cd6cd8ad1d..f9562a8699 100644
--- a/tcwg_bmk-code_speed-cpu2017rate--gnu.yaml
+++ b/tcwg_bmk-code_speed-cpu2017rate--gnu.yaml
@@ -321,15 +321,6 @@
# Full notification
echo "NOTE: Notify developers about this build"
- if [ -f $HOME/.jipdate.yml ]; then
- (
- # BE CAREFUL WITH TCWG_JIRA_TOKEN
- set +x
- build_container_exec \
- sed -i -e "s/#TCWG_JIRA_TOKEN#/$TCWG_JIRA_TOKEN/" \
- "$HOME/.jipdate.yml"
- )
- fi
build_container_exec \
./jenkins-scripts/round-robin-notify.sh \
@@ -390,6 +381,17 @@
exit 0
fi
+ # We may need jira token while rewriting history.
+ if [ -f $HOME/.jipdate.yml ]; then
+ (
+ # BE CAREFUL WITH TCWG_JIRA_TOKEN
+ set +x
+ build_container_exec \
+ sed -i -e "s/#TCWG_JIRA_TOKEN#/$TCWG_JIRA_TOKEN/" \
+ "$HOME/.jipdate.yml"
+ )
+ fi
+
build_container_exec \
./jenkins-scripts/round-robin-baseline.sh \
@@rr[top_artifacts] artifacts \
@@ -978,4 +980,4 @@
build_script: 'tcwg_bmk-build.sh'
publishers:
- bisect-publishers
-# checksum: 4e41945f09ab8af1f52841d5c956206b
+# checksum: af03199e071e901e2c105791d8a55bfc
diff --git a/tcwg_bmk-code_speed-cpu2017rate--llvm.yaml b/tcwg_bmk-code_speed-cpu2017rate--llvm.yaml
index eaa77d83dc..40d4c93c3a 100644
--- a/tcwg_bmk-code_speed-cpu2017rate--llvm.yaml
+++ b/tcwg_bmk-code_speed-cpu2017rate--llvm.yaml
@@ -295,15 +295,6 @@
# Full notification
echo "NOTE: Notify developers about this build"
- if [ -f $HOME/.jipdate.yml ]; then
- (
- # BE CAREFUL WITH TCWG_JIRA_TOKEN
- set +x
- build_container_exec \
- sed -i -e "s/#TCWG_JIRA_TOKEN#/$TCWG_JIRA_TOKEN/" \
- "$HOME/.jipdate.yml"
- )
- fi
build_container_exec \
./jenkins-scripts/round-robin-notify.sh \
@@ -364,6 +355,17 @@
exit 0
fi
+ # We may need jira token while rewriting history.
+ if [ -f $HOME/.jipdate.yml ]; then
+ (
+ # BE CAREFUL WITH TCWG_JIRA_TOKEN
+ set +x
+ build_container_exec \
+ sed -i -e "s/#TCWG_JIRA_TOKEN#/$TCWG_JIRA_TOKEN/" \
+ "$HOME/.jipdate.yml"
+ )
+ fi
+
build_container_exec \
./jenkins-scripts/round-robin-baseline.sh \
@@rr[top_artifacts] artifacts \
@@ -953,4 +955,4 @@
docker_arch: '{docker_arch}'
publishers:
- bisect-publishers
-# checksum: 9e95d7569433b73cd6fa816b055451d5
+# checksum: cb1e9cb24add2f114efdfd808b143ebb
diff --git a/tcwg_bmk-code_speed-cpu2017speed--gnu.yaml b/tcwg_bmk-code_speed-cpu2017speed--gnu.yaml
index 6595d45351..040d221fb6 100644
--- a/tcwg_bmk-code_speed-cpu2017speed--gnu.yaml
+++ b/tcwg_bmk-code_speed-cpu2017speed--gnu.yaml
@@ -320,15 +320,6 @@
# Full notification
echo "NOTE: Notify developers about this build"
- if [ -f $HOME/.jipdate.yml ]; then
- (
- # BE CAREFUL WITH TCWG_JIRA_TOKEN
- set +x
- build_container_exec \
- sed -i -e "s/#TCWG_JIRA_TOKEN#/$TCWG_JIRA_TOKEN/" \
- "$HOME/.jipdate.yml"
- )
- fi
build_container_exec \
./jenkins-scripts/round-robin-notify.sh \
@@ -389,6 +380,17 @@
exit 0
fi
+ # We may need jira token while rewriting history.
+ if [ -f $HOME/.jipdate.yml ]; then
+ (
+ # BE CAREFUL WITH TCWG_JIRA_TOKEN
+ set +x
+ build_container_exec \
+ sed -i -e "s/#TCWG_JIRA_TOKEN#/$TCWG_JIRA_TOKEN/" \
+ "$HOME/.jipdate.yml"
+ )
+ fi
+
build_container_exec \
./jenkins-scripts/round-robin-baseline.sh \
@@rr[top_artifacts] artifacts \
@@ -980,4 +982,4 @@
build_script: 'tcwg_bmk-build.sh'
publishers:
- bisect-publishers
-# checksum: 8349c6c1f9aa2563eed7037af4fb5124
+# checksum: 733386bacaa9617310fb2f6599e601d7
diff --git a/tcwg_bmk-code_speed-cpu2017speed--llvm.yaml b/tcwg_bmk-code_speed-cpu2017speed--llvm.yaml
index 0671863e81..a6f01743d5 100644
--- a/tcwg_bmk-code_speed-cpu2017speed--llvm.yaml
+++ b/tcwg_bmk-code_speed-cpu2017speed--llvm.yaml
@@ -293,15 +293,6 @@
# Full notification
echo "NOTE: Notify developers about this build"
- if [ -f $HOME/.jipdate.yml ]; then
- (
- # BE CAREFUL WITH TCWG_JIRA_TOKEN
- set +x
- build_container_exec \
- sed -i -e "s/#TCWG_JIRA_TOKEN#/$TCWG_JIRA_TOKEN/" \
- "$HOME/.jipdate.yml"
- )
- fi
build_container_exec \
./jenkins-scripts/round-robin-notify.sh \
@@ -362,6 +353,17 @@
exit 0
fi
+ # We may need jira token while rewriting history.
+ if [ -f $HOME/.jipdate.yml ]; then
+ (
+ # BE CAREFUL WITH TCWG_JIRA_TOKEN
+ set +x
+ build_container_exec \
+ sed -i -e "s/#TCWG_JIRA_TOKEN#/$TCWG_JIRA_TOKEN/" \
+ "$HOME/.jipdate.yml"
+ )
+ fi
+
build_container_exec \
./jenkins-scripts/round-robin-baseline.sh \
@@rr[top_artifacts] artifacts \
@@ -954,4 +956,4 @@
docker_arch: '{docker_arch}'
publishers:
- bisect-publishers
-# checksum: d42b13f1125ec188d3629cc556845fea
+# checksum: 4a4837d4446a1b1fb6f291098f6de03f
diff --git a/tcwg_bmk-code_speed-spec2k6--gnu.yaml b/tcwg_bmk-code_speed-spec2k6--gnu.yaml
index 8e7aff3166..81f86f012d 100644
--- a/tcwg_bmk-code_speed-spec2k6--gnu.yaml
+++ b/tcwg_bmk-code_speed-spec2k6--gnu.yaml
@@ -321,15 +321,6 @@
# Full notification
echo "NOTE: Notify developers about this build"
- if [ -f $HOME/.jipdate.yml ]; then
- (
- # BE CAREFUL WITH TCWG_JIRA_TOKEN
- set +x
- build_container_exec \
- sed -i -e "s/#TCWG_JIRA_TOKEN#/$TCWG_JIRA_TOKEN/" \
- "$HOME/.jipdate.yml"
- )
- fi
build_container_exec \
./jenkins-scripts/round-robin-notify.sh \
@@ -390,6 +381,17 @@
exit 0
fi
+ # We may need jira token while rewriting history.
+ if [ -f $HOME/.jipdate.yml ]; then
+ (
+ # BE CAREFUL WITH TCWG_JIRA_TOKEN
+ set +x
+ build_container_exec \
+ sed -i -e "s/#TCWG_JIRA_TOKEN#/$TCWG_JIRA_TOKEN/" \
+ "$HOME/.jipdate.yml"
+ )
+ fi
+
build_container_exec \
./jenkins-scripts/round-robin-baseline.sh \
@@rr[top_artifacts] artifacts \
@@ -981,4 +983,4 @@
build_script: 'tcwg_bmk-build.sh'
publishers:
- bisect-publishers
-# checksum: 7f98dd76bd49c21e171f914677b4ce04
+# checksum: 27e281ff0cb65c3b309f814173dcdc0d
diff --git a/tcwg_bmk-code_speed-spec2k6--llvm.yaml b/tcwg_bmk-code_speed-spec2k6--llvm.yaml
index 07fbd76b68..85827e9e2b 100644
--- a/tcwg_bmk-code_speed-spec2k6--llvm.yaml
+++ b/tcwg_bmk-code_speed-spec2k6--llvm.yaml
@@ -295,15 +295,6 @@
# Full notification
echo "NOTE: Notify developers about this build"
- if [ -f $HOME/.jipdate.yml ]; then
- (
- # BE CAREFUL WITH TCWG_JIRA_TOKEN
- set +x
- build_container_exec \
- sed -i -e "s/#TCWG_JIRA_TOKEN#/$TCWG_JIRA_TOKEN/" \
- "$HOME/.jipdate.yml"
- )
- fi
build_container_exec \
./jenkins-scripts/round-robin-notify.sh \
@@ -364,6 +355,17 @@
exit 0
fi
+ # We may need jira token while rewriting history.
+ if [ -f $HOME/.jipdate.yml ]; then
+ (
+ # BE CAREFUL WITH TCWG_JIRA_TOKEN
+ set +x
+ build_container_exec \
+ sed -i -e "s/#TCWG_JIRA_TOKEN#/$TCWG_JIRA_TOKEN/" \
+ "$HOME/.jipdate.yml"
+ )
+ fi
+
build_container_exec \
./jenkins-scripts/round-robin-baseline.sh \
@@rr[top_artifacts] artifacts \
@@ -956,4 +958,4 @@
docker_arch: '{docker_arch}'
publishers:
- bisect-publishers
-# checksum: bf1f206792aade54f5c58aecd6f8841e
+# checksum: 46ce328b2e511892f12a8eb778d27130
diff --git a/tcwg_bmk-code_sve-cpu2017fast--gnu.yaml b/tcwg_bmk-code_sve-cpu2017fast--gnu.yaml
index 0fdf96fc22..0b8cd83c33 100644
--- a/tcwg_bmk-code_sve-cpu2017fast--gnu.yaml
+++ b/tcwg_bmk-code_sve-cpu2017fast--gnu.yaml
@@ -316,15 +316,6 @@
# Full notification
echo "NOTE: Notify developers about this build"
- if [ -f $HOME/.jipdate.yml ]; then
- (
- # BE CAREFUL WITH TCWG_JIRA_TOKEN
- set +x
- build_container_exec \
- sed -i -e "s/#TCWG_JIRA_TOKEN#/$TCWG_JIRA_TOKEN/" \
- "$HOME/.jipdate.yml"
- )
- fi
build_container_exec \
./jenkins-scripts/round-robin-notify.sh \
@@ -385,6 +376,17 @@
exit 0
fi
+ # We may need jira token while rewriting history.
+ if [ -f $HOME/.jipdate.yml ]; then
+ (
+ # BE CAREFUL WITH TCWG_JIRA_TOKEN
+ set +x
+ build_container_exec \
+ sed -i -e "s/#TCWG_JIRA_TOKEN#/$TCWG_JIRA_TOKEN/" \
+ "$HOME/.jipdate.yml"
+ )
+ fi
+
build_container_exec \
./jenkins-scripts/round-robin-baseline.sh \
@@rr[top_artifacts] artifacts \
@@ -973,4 +975,4 @@
build_script: 'tcwg_bmk-build.sh'
publishers:
- bisect-publishers
-# checksum: 6157dca950c30d47407d94034ef0c4a1
+# checksum: 2ca1aa4471dc89547576a70d9187faf8
diff --git a/tcwg_bmk-code_vect-cpu2017fast--gnu.yaml b/tcwg_bmk-code_vect-cpu2017fast--gnu.yaml
index fa80a00152..f952a54315 100644
--- a/tcwg_bmk-code_vect-cpu2017fast--gnu.yaml
+++ b/tcwg_bmk-code_vect-cpu2017fast--gnu.yaml
@@ -316,15 +316,6 @@
# Full notification
echo "NOTE: Notify developers about this build"
- if [ -f $HOME/.jipdate.yml ]; then
- (
- # BE CAREFUL WITH TCWG_JIRA_TOKEN
- set +x
- build_container_exec \
- sed -i -e "s/#TCWG_JIRA_TOKEN#/$TCWG_JIRA_TOKEN/" \
- "$HOME/.jipdate.yml"
- )
- fi
build_container_exec \
./jenkins-scripts/round-robin-notify.sh \
@@ -385,6 +376,17 @@
exit 0
fi
+ # We may need jira token while rewriting history.
+ if [ -f $HOME/.jipdate.yml ]; then
+ (
+ # BE CAREFUL WITH TCWG_JIRA_TOKEN
+ set +x
+ build_container_exec \
+ sed -i -e "s/#TCWG_JIRA_TOKEN#/$TCWG_JIRA_TOKEN/" \
+ "$HOME/.jipdate.yml"
+ )
+ fi
+
build_container_exec \
./jenkins-scripts/round-robin-baseline.sh \
@@rr[top_artifacts] artifacts \
@@ -975,4 +977,4 @@
build_script: 'tcwg_bmk-build.sh'
publishers:
- bisect-publishers
-# checksum: 0f9597d355d4236957bd7b595c95a97d
+# checksum: 4506db69d4d383d88d24a14d8824576c
diff --git a/tcwg_bmk-code_vect-cpu2017fast--llvm.yaml b/tcwg_bmk-code_vect-cpu2017fast--llvm.yaml
index 397a93bab3..8c40b50aef 100644
--- a/tcwg_bmk-code_vect-cpu2017fast--llvm.yaml
+++ b/tcwg_bmk-code_vect-cpu2017fast--llvm.yaml
@@ -287,15 +287,6 @@
# Full notification
echo "NOTE: Notify developers about this build"
- if [ -f $HOME/.jipdate.yml ]; then
- (
- # BE CAREFUL WITH TCWG_JIRA_TOKEN
- set +x
- build_container_exec \
- sed -i -e "s/#TCWG_JIRA_TOKEN#/$TCWG_JIRA_TOKEN/" \
- "$HOME/.jipdate.yml"
- )
- fi
build_container_exec \
./jenkins-scripts/round-robin-notify.sh \
@@ -356,6 +347,17 @@
exit 0
fi
+ # We may need jira token while rewriting history.
+ if [ -f $HOME/.jipdate.yml ]; then
+ (
+ # BE CAREFUL WITH TCWG_JIRA_TOKEN
+ set +x
+ build_container_exec \
+ sed -i -e "s/#TCWG_JIRA_TOKEN#/$TCWG_JIRA_TOKEN/" \
+ "$HOME/.jipdate.yml"
+ )
+ fi
+
build_container_exec \
./jenkins-scripts/round-robin-baseline.sh \
@@rr[top_artifacts] artifacts \
@@ -947,4 +949,4 @@
docker_arch: '{docker_arch}'
publishers:
- bisect-publishers
-# checksum: e4f9ecdbccc719922b5fc9e880403506
+# checksum: 47ac17fecb2b4355ab2b648cd10a858a
diff --git a/tcwg_bmk-code_vect-cpu2017rate--gnu.yaml b/tcwg_bmk-code_vect-cpu2017rate--gnu.yaml
index 98667426e4..0404030f33 100644
--- a/tcwg_bmk-code_vect-cpu2017rate--gnu.yaml
+++ b/tcwg_bmk-code_vect-cpu2017rate--gnu.yaml
@@ -316,15 +316,6 @@
# Full notification
echo "NOTE: Notify developers about this build"
- if [ -f $HOME/.jipdate.yml ]; then
- (
- # BE CAREFUL WITH TCWG_JIRA_TOKEN
- set +x
- build_container_exec \
- sed -i -e "s/#TCWG_JIRA_TOKEN#/$TCWG_JIRA_TOKEN/" \
- "$HOME/.jipdate.yml"
- )
- fi
build_container_exec \
./jenkins-scripts/round-robin-notify.sh \
@@ -385,6 +376,17 @@
exit 0
fi
+ # We may need jira token while rewriting history.
+ if [ -f $HOME/.jipdate.yml ]; then
+ (
+ # BE CAREFUL WITH TCWG_JIRA_TOKEN
+ set +x
+ build_container_exec \
+ sed -i -e "s/#TCWG_JIRA_TOKEN#/$TCWG_JIRA_TOKEN/" \
+ "$HOME/.jipdate.yml"
+ )
+ fi
+
build_container_exec \
./jenkins-scripts/round-robin-baseline.sh \
@@rr[top_artifacts] artifacts \
@@ -975,4 +977,4 @@
build_script: 'tcwg_bmk-build.sh'
publishers:
- bisect-publishers
-# checksum: 87431dfac16a328a277cdde018e515ea
+# checksum: ba3b63d7f8db32a4999d0d4d96647fbb
diff --git a/tcwg_bmk-code_vect-cpu2017rate--llvm.yaml b/tcwg_bmk-code_vect-cpu2017rate--llvm.yaml
index 8419dde917..d51d6ac855 100644
--- a/tcwg_bmk-code_vect-cpu2017rate--llvm.yaml
+++ b/tcwg_bmk-code_vect-cpu2017rate--llvm.yaml
@@ -287,15 +287,6 @@
# Full notification
echo "NOTE: Notify developers about this build"
- if [ -f $HOME/.jipdate.yml ]; then
- (
- # BE CAREFUL WITH TCWG_JIRA_TOKEN
- set +x
- build_container_exec \
- sed -i -e "s/#TCWG_JIRA_TOKEN#/$TCWG_JIRA_TOKEN/" \
- "$HOME/.jipdate.yml"
- )
- fi
build_container_exec \
./jenkins-scripts/round-robin-notify.sh \
@@ -356,6 +347,17 @@
exit 0
fi
+ # We may need jira token while rewriting history.
+ if [ -f $HOME/.jipdate.yml ]; then
+ (
+ # BE CAREFUL WITH TCWG_JIRA_TOKEN
+ set +x
+ build_container_exec \
+ sed -i -e "s/#TCWG_JIRA_TOKEN#/$TCWG_JIRA_TOKEN/" \
+ "$HOME/.jipdate.yml"
+ )
+ fi
+
build_container_exec \
./jenkins-scripts/round-robin-baseline.sh \
@@rr[top_artifacts] artifacts \
@@ -947,4 +949,4 @@
docker_arch: '{docker_arch}'
publishers:
- bisect-publishers
-# checksum: 9ef5c98d730ddbe926a2f29e0e053bdb
+# checksum: 0bf2296f45e2194bd96094262f119fec
diff --git a/tcwg_bmk-code_vect-spec2k6--gnu.yaml b/tcwg_bmk-code_vect-spec2k6--gnu.yaml
index 153df3682a..d9ddf7c7a2 100644
--- a/tcwg_bmk-code_vect-spec2k6--gnu.yaml
+++ b/tcwg_bmk-code_vect-spec2k6--gnu.yaml
@@ -317,15 +317,6 @@
# Full notification
echo "NOTE: Notify developers about this build"
- if [ -f $HOME/.jipdate.yml ]; then
- (
- # BE CAREFUL WITH TCWG_JIRA_TOKEN
- set +x
- build_container_exec \
- sed -i -e "s/#TCWG_JIRA_TOKEN#/$TCWG_JIRA_TOKEN/" \
- "$HOME/.jipdate.yml"
- )
- fi
build_container_exec \
./jenkins-scripts/round-robin-notify.sh \
@@ -386,6 +377,17 @@
exit 0
fi
+ # We may need jira token while rewriting history.
+ if [ -f $HOME/.jipdate.yml ]; then
+ (
+ # BE CAREFUL WITH TCWG_JIRA_TOKEN
+ set +x
+ build_container_exec \
+ sed -i -e "s/#TCWG_JIRA_TOKEN#/$TCWG_JIRA_TOKEN/" \
+ "$HOME/.jipdate.yml"
+ )
+ fi
+
build_container_exec \
./jenkins-scripts/round-robin-baseline.sh \
@@rr[top_artifacts] artifacts \
@@ -977,4 +979,4 @@
build_script: 'tcwg_bmk-build.sh'
publishers:
- bisect-publishers
-# checksum: c3608e74accb320ccf39d3e33e7d69c5
+# checksum: 0287bb3fad0c0e9849abd35aaad18745
diff --git a/tcwg_bmk-code_vect-spec2k6--llvm.yaml b/tcwg_bmk-code_vect-spec2k6--llvm.yaml
index 74d689044e..e7e91eedc5 100644
--- a/tcwg_bmk-code_vect-spec2k6--llvm.yaml
+++ b/tcwg_bmk-code_vect-spec2k6--llvm.yaml
@@ -289,15 +289,6 @@
# Full notification
echo "NOTE: Notify developers about this build"
- if [ -f $HOME/.jipdate.yml ]; then
- (
- # BE CAREFUL WITH TCWG_JIRA_TOKEN
- set +x
- build_container_exec \
- sed -i -e "s/#TCWG_JIRA_TOKEN#/$TCWG_JIRA_TOKEN/" \
- "$HOME/.jipdate.yml"
- )
- fi
build_container_exec \
./jenkins-scripts/round-robin-notify.sh \
@@ -358,6 +349,17 @@
exit 0
fi
+ # We may need jira token while rewriting history.
+ if [ -f $HOME/.jipdate.yml ]; then
+ (
+ # BE CAREFUL WITH TCWG_JIRA_TOKEN
+ set +x
+ build_container_exec \
+ sed -i -e "s/#TCWG_JIRA_TOKEN#/$TCWG_JIRA_TOKEN/" \
+ "$HOME/.jipdate.yml"
+ )
+ fi
+
build_container_exec \
./jenkins-scripts/round-robin-baseline.sh \
@@rr[top_artifacts] artifacts \
@@ -950,4 +952,4 @@
docker_arch: '{docker_arch}'
publishers:
- bisect-publishers
-# checksum: cf1cd48605caa4d8a96eb657b40b67bd
+# checksum: 850202f98d3d9c8ab83c6ee6f38bacaf
diff --git a/tcwg_bmk-fujitsu_speed-cpu2017speed--gnu.yaml b/tcwg_bmk-fujitsu_speed-cpu2017speed--gnu.yaml
index 23629d61e0..c1a0c2737c 100644
--- a/tcwg_bmk-fujitsu_speed-cpu2017speed--gnu.yaml
+++ b/tcwg_bmk-fujitsu_speed-cpu2017speed--gnu.yaml
@@ -316,15 +316,6 @@
# Full notification
echo "NOTE: Notify developers about this build"
- if [ -f $HOME/.jipdate.yml ]; then
- (
- # BE CAREFUL WITH TCWG_JIRA_TOKEN
- set +x
- build_container_exec \
- sed -i -e "s/#TCWG_JIRA_TOKEN#/$TCWG_JIRA_TOKEN/" \
- "$HOME/.jipdate.yml"
- )
- fi
build_container_exec \
./jenkins-scripts/round-robin-notify.sh \
@@ -385,6 +376,17 @@
exit 0
fi
+ # We may need jira token while rewriting history.
+ if [ -f $HOME/.jipdate.yml ]; then
+ (
+ # BE CAREFUL WITH TCWG_JIRA_TOKEN
+ set +x
+ build_container_exec \
+ sed -i -e "s/#TCWG_JIRA_TOKEN#/$TCWG_JIRA_TOKEN/" \
+ "$HOME/.jipdate.yml"
+ )
+ fi
+
build_container_exec \
./jenkins-scripts/round-robin-baseline.sh \
@@rr[top_artifacts] artifacts \
@@ -973,4 +975,4 @@
build_script: 'tcwg_bmk-build.sh'
publishers:
- bisect-publishers
-# checksum: 26c0265ab1eb592ba1ab0cdd969e3e3c
+# checksum: b8f10b47ea90dfedc1652fa04ed7060d
diff --git a/tcwg_bmk-fujitsu_speed-cpu2017speed--llvm.yaml b/tcwg_bmk-fujitsu_speed-cpu2017speed--llvm.yaml
index 053d370ab9..ea95d79186 100644
--- a/tcwg_bmk-fujitsu_speed-cpu2017speed--llvm.yaml
+++ b/tcwg_bmk-fujitsu_speed-cpu2017speed--llvm.yaml
@@ -288,15 +288,6 @@
# Full notification
echo "NOTE: Notify developers about this build"
- if [ -f $HOME/.jipdate.yml ]; then
- (
- # BE CAREFUL WITH TCWG_JIRA_TOKEN
- set +x
- build_container_exec \
- sed -i -e "s/#TCWG_JIRA_TOKEN#/$TCWG_JIRA_TOKEN/" \
- "$HOME/.jipdate.yml"
- )
- fi
build_container_exec \
./jenkins-scripts/round-robin-notify.sh \
@@ -357,6 +348,17 @@
exit 0
fi
+ # We may need jira token while rewriting history.
+ if [ -f $HOME/.jipdate.yml ]; then
+ (
+ # BE CAREFUL WITH TCWG_JIRA_TOKEN
+ set +x
+ build_container_exec \
+ sed -i -e "s/#TCWG_JIRA_TOKEN#/$TCWG_JIRA_TOKEN/" \
+ "$HOME/.jipdate.yml"
+ )
+ fi
+
build_container_exec \
./jenkins-scripts/round-robin-baseline.sh \
@@rr[top_artifacts] artifacts \
@@ -946,4 +948,4 @@
docker_arch: '{docker_arch}'
publishers:
- bisect-publishers
-# checksum: 0b37e6ea378d62d823dcb90d70c8f601
+# checksum: 9174138bd0ab6763fe4aa93a12dfcdbb
diff --git a/tcwg_bmk-qc_speed-cpu2017rate--gnu.yaml b/tcwg_bmk-qc_speed-cpu2017rate--gnu.yaml
index d9c411eea1..2b651a1075 100644
--- a/tcwg_bmk-qc_speed-cpu2017rate--gnu.yaml
+++ b/tcwg_bmk-qc_speed-cpu2017rate--gnu.yaml
@@ -316,15 +316,6 @@
# Full notification
echo "NOTE: Notify developers about this build"
- if [ -f $HOME/.jipdate.yml ]; then
- (
- # BE CAREFUL WITH TCWG_JIRA_TOKEN
- set +x
- build_container_exec \
- sed -i -e "s/#TCWG_JIRA_TOKEN#/$TCWG_JIRA_TOKEN/" \
- "$HOME/.jipdate.yml"
- )
- fi
build_container_exec \
./jenkins-scripts/round-robin-notify.sh \
@@ -385,6 +376,17 @@
exit 0
fi
+ # We may need jira token while rewriting history.
+ if [ -f $HOME/.jipdate.yml ]; then
+ (
+ # BE CAREFUL WITH TCWG_JIRA_TOKEN
+ set +x
+ build_container_exec \
+ sed -i -e "s/#TCWG_JIRA_TOKEN#/$TCWG_JIRA_TOKEN/" \
+ "$HOME/.jipdate.yml"
+ )
+ fi
+
build_container_exec \
./jenkins-scripts/round-robin-baseline.sh \
@@rr[top_artifacts] artifacts \
@@ -980,4 +982,4 @@
docker_arch: '{docker_arch}'
publishers:
- bisect-publishers
-# checksum: 0446bab804273f3ffc9f91c8e98eca4b
+# checksum: b810950e75d7eeee90c269ae30d6b4a5
diff --git a/tcwg_bmk-qc_speed-cpu2017rate--llvm.yaml b/tcwg_bmk-qc_speed-cpu2017rate--llvm.yaml
index f7c582d785..cd105d7fc8 100644
--- a/tcwg_bmk-qc_speed-cpu2017rate--llvm.yaml
+++ b/tcwg_bmk-qc_speed-cpu2017rate--llvm.yaml
@@ -287,15 +287,6 @@
# Full notification
echo "NOTE: Notify developers about this build"
- if [ -f $HOME/.jipdate.yml ]; then
- (
- # BE CAREFUL WITH TCWG_JIRA_TOKEN
- set +x
- build_container_exec \
- sed -i -e "s/#TCWG_JIRA_TOKEN#/$TCWG_JIRA_TOKEN/" \
- "$HOME/.jipdate.yml"
- )
- fi
build_container_exec \
./jenkins-scripts/round-robin-notify.sh \
@@ -356,6 +347,17 @@
exit 0
fi
+ # We may need jira token while rewriting history.
+ if [ -f $HOME/.jipdate.yml ]; then
+ (
+ # BE CAREFUL WITH TCWG_JIRA_TOKEN
+ set +x
+ build_container_exec \
+ sed -i -e "s/#TCWG_JIRA_TOKEN#/$TCWG_JIRA_TOKEN/" \
+ "$HOME/.jipdate.yml"
+ )
+ fi
+
build_container_exec \
./jenkins-scripts/round-robin-baseline.sh \
@@rr[top_artifacts] artifacts \
@@ -945,4 +947,4 @@
docker_arch: '{docker_arch}'
publishers:
- bisect-publishers
-# checksum: 26c3d062a6db13c3890d4bae50ed23e5
+# checksum: e9898798be52f2f791801c25b4890630
diff --git a/tcwg_bootstrap.yaml b/tcwg_bootstrap.yaml
index dbbe41a771..a0ccf867b4 100644
--- a/tcwg_bootstrap.yaml
+++ b/tcwg_bootstrap.yaml
@@ -309,15 +309,6 @@
# Full notification
echo "NOTE: Notify developers about this build"
- if [ -f $HOME/.jipdate.yml ]; then
- (
- # BE CAREFUL WITH TCWG_JIRA_TOKEN
- set +x
- build_container_exec \
- sed -i -e "s/#TCWG_JIRA_TOKEN#/$TCWG_JIRA_TOKEN/" \
- "$HOME/.jipdate.yml"
- )
- fi
build_container_exec \
./jenkins-scripts/round-robin-notify.sh \
@@ -378,6 +369,17 @@
exit 0
fi
+ # We may need jira token while rewriting history.
+ if [ -f $HOME/.jipdate.yml ]; then
+ (
+ # BE CAREFUL WITH TCWG_JIRA_TOKEN
+ set +x
+ build_container_exec \
+ sed -i -e "s/#TCWG_JIRA_TOKEN#/$TCWG_JIRA_TOKEN/" \
+ "$HOME/.jipdate.yml"
+ )
+ fi
+
build_container_exec \
./jenkins-scripts/round-robin-baseline.sh \
@@rr[top_artifacts] artifacts \
@@ -1305,4 +1307,4 @@
docker_security: '{docker_security}'
publishers:
- bisect-publishers
-# checksum: 0364a3a9ed7d0201a41ee4c4030c9785
+# checksum: 1a1457a98e38ea4a333cdb837d965684
diff --git a/tcwg_chromium--master.yaml b/tcwg_chromium--master.yaml
index f31d19b9e8..50143cf96f 100644
--- a/tcwg_chromium--master.yaml
+++ b/tcwg_chromium--master.yaml
@@ -241,15 +241,6 @@
# Full notification
echo "NOTE: Notify developers about this build"
- if [ -f $HOME/.jipdate.yml ]; then
- (
- # BE CAREFUL WITH TCWG_JIRA_TOKEN
- set +x
- build_container_exec \
- sed -i -e "s/#TCWG_JIRA_TOKEN#/$TCWG_JIRA_TOKEN/" \
- "$HOME/.jipdate.yml"
- )
- fi
build_container_exec \
./jenkins-scripts/round-robin-notify.sh \
@@ -310,6 +301,17 @@
exit 0
fi
+ # We may need jira token while rewriting history.
+ if [ -f $HOME/.jipdate.yml ]; then
+ (
+ # BE CAREFUL WITH TCWG_JIRA_TOKEN
+ set +x
+ build_container_exec \
+ sed -i -e "s/#TCWG_JIRA_TOKEN#/$TCWG_JIRA_TOKEN/" \
+ "$HOME/.jipdate.yml"
+ )
+ fi
+
build_container_exec \
./jenkins-scripts/round-robin-baseline.sh \
@@rr[top_artifacts] artifacts \
@@ -874,4 +876,4 @@
build_script: 'tcwg_chromium-build.sh'
publishers:
- bisect-publishers
-# checksum: e2a434cae25dba072a12ca221ff59df0
+# checksum: 2b7b2d5e0b890687653cca5cdd4ccef9
diff --git a/tcwg_gcc.yaml b/tcwg_gcc.yaml
index 4fb268fef0..cfddf3bff7 100644
--- a/tcwg_gcc.yaml
+++ b/tcwg_gcc.yaml
@@ -288,15 +288,6 @@
# Full notification
echo "NOTE: Notify developers about this build"
- if [ -f $HOME/.jipdate.yml ]; then
- (
- # BE CAREFUL WITH TCWG_JIRA_TOKEN
- set +x
- build_container_exec \
- sed -i -e "s/#TCWG_JIRA_TOKEN#/$TCWG_JIRA_TOKEN/" \
- "$HOME/.jipdate.yml"
- )
- fi
build_container_exec \
./jenkins-scripts/round-robin-notify.sh \
@@ -357,6 +348,17 @@
exit 0
fi
+ # We may need jira token while rewriting history.
+ if [ -f $HOME/.jipdate.yml ]; then
+ (
+ # BE CAREFUL WITH TCWG_JIRA_TOKEN
+ set +x
+ build_container_exec \
+ sed -i -e "s/#TCWG_JIRA_TOKEN#/$TCWG_JIRA_TOKEN/" \
+ "$HOME/.jipdate.yml"
+ )
+ fi
+
build_container_exec \
./jenkins-scripts/round-robin-baseline.sh \
@@rr[top_artifacts] artifacts \
@@ -1365,4 +1367,4 @@
docker_security: '{docker_security}'
publishers:
- bisect-publishers
-# checksum: 1b6bedddaaf2b175db39c2cae1d9da4b
+# checksum: b5de75f857c75b75bd13c8a0b3ff9bf5
diff --git a/tcwg_gdb.yaml b/tcwg_gdb.yaml
index b62ed38b0f..c3fd4dca9d 100644
--- a/tcwg_gdb.yaml
+++ b/tcwg_gdb.yaml
@@ -289,15 +289,6 @@
# Full notification
echo "NOTE: Notify developers about this build"
- if [ -f $HOME/.jipdate.yml ]; then
- (
- # BE CAREFUL WITH TCWG_JIRA_TOKEN
- set +x
- build_container_exec \
- sed -i -e "s/#TCWG_JIRA_TOKEN#/$TCWG_JIRA_TOKEN/" \
- "$HOME/.jipdate.yml"
- )
- fi
build_container_exec \
./jenkins-scripts/round-robin-notify.sh \
@@ -358,6 +349,17 @@
exit 0
fi
+ # We may need jira token while rewriting history.
+ if [ -f $HOME/.jipdate.yml ]; then
+ (
+ # BE CAREFUL WITH TCWG_JIRA_TOKEN
+ set +x
+ build_container_exec \
+ sed -i -e "s/#TCWG_JIRA_TOKEN#/$TCWG_JIRA_TOKEN/" \
+ "$HOME/.jipdate.yml"
+ )
+ fi
+
build_container_exec \
./jenkins-scripts/round-robin-baseline.sh \
@@rr[top_artifacts] artifacts \
@@ -1352,4 +1354,4 @@
docker_security: '{docker_security}'
publishers:
- bisect-publishers
-# checksum: 11ab0d58dba593606dbeebe08095efb3
+# checksum: 79c012d6d6673f59f4be19424e8682d6
diff --git a/tcwg_glibc.yaml b/tcwg_glibc.yaml
index 8f37bacce0..17e44c0393 100644
--- a/tcwg_glibc.yaml
+++ b/tcwg_glibc.yaml
@@ -292,15 +292,6 @@
# Full notification
echo "NOTE: Notify developers about this build"
- if [ -f $HOME/.jipdate.yml ]; then
- (
- # BE CAREFUL WITH TCWG_JIRA_TOKEN
- set +x
- build_container_exec \
- sed -i -e "s/#TCWG_JIRA_TOKEN#/$TCWG_JIRA_TOKEN/" \
- "$HOME/.jipdate.yml"
- )
- fi
build_container_exec \
./jenkins-scripts/round-robin-notify.sh \
@@ -361,6 +352,17 @@
exit 0
fi
+ # We may need jira token while rewriting history.
+ if [ -f $HOME/.jipdate.yml ]; then
+ (
+ # BE CAREFUL WITH TCWG_JIRA_TOKEN
+ set +x
+ build_container_exec \
+ sed -i -e "s/#TCWG_JIRA_TOKEN#/$TCWG_JIRA_TOKEN/" \
+ "$HOME/.jipdate.yml"
+ )
+ fi
+
build_container_exec \
./jenkins-scripts/round-robin-baseline.sh \
@@rr[top_artifacts] artifacts \
@@ -1359,4 +1361,4 @@
docker_security: '{docker_security}'
publishers:
- bisect-publishers
-# checksum: 4f3c2efb743e120e5429a5be86eb34d7
+# checksum: 82b26eb38351935cb29f3da574ef9241
diff --git a/tcwg_gnu_cross.yaml b/tcwg_gnu_cross.yaml
index 26d3c2d3cd..cb5a939a9a 100644
--- a/tcwg_gnu_cross.yaml
+++ b/tcwg_gnu_cross.yaml
@@ -332,15 +332,6 @@
# Full notification
echo "NOTE: Notify developers about this build"
- if [ -f $HOME/.jipdate.yml ]; then
- (
- # BE CAREFUL WITH TCWG_JIRA_TOKEN
- set +x
- build_container_exec \
- sed -i -e "s/#TCWG_JIRA_TOKEN#/$TCWG_JIRA_TOKEN/" \
- "$HOME/.jipdate.yml"
- )
- fi
build_container_exec \
./jenkins-scripts/round-robin-notify.sh \
@@ -401,6 +392,17 @@
exit 0
fi
+ # We may need jira token while rewriting history.
+ if [ -f $HOME/.jipdate.yml ]; then
+ (
+ # BE CAREFUL WITH TCWG_JIRA_TOKEN
+ set +x
+ build_container_exec \
+ sed -i -e "s/#TCWG_JIRA_TOKEN#/$TCWG_JIRA_TOKEN/" \
+ "$HOME/.jipdate.yml"
+ )
+ fi
+
build_container_exec \
./jenkins-scripts/round-robin-baseline.sh \
@@rr[top_artifacts] artifacts \
@@ -1343,4 +1345,4 @@
docker_security: '{docker_security}'
publishers:
- bisect-publishers
-# checksum: f7685c39623ffdc0cc5427c361aab37f
+# checksum: a55e1aa2b2f391a6525892f9799785cd
diff --git a/tcwg_gnu_embed.yaml b/tcwg_gnu_embed.yaml
index 3dcfe836fa..e12a3cebda 100644
--- a/tcwg_gnu_embed.yaml
+++ b/tcwg_gnu_embed.yaml
@@ -335,15 +335,6 @@
# Full notification
echo "NOTE: Notify developers about this build"
- if [ -f $HOME/.jipdate.yml ]; then
- (
- # BE CAREFUL WITH TCWG_JIRA_TOKEN
- set +x
- build_container_exec \
- sed -i -e "s/#TCWG_JIRA_TOKEN#/$TCWG_JIRA_TOKEN/" \
- "$HOME/.jipdate.yml"
- )
- fi
build_container_exec \
./jenkins-scripts/round-robin-notify.sh \
@@ -404,6 +395,17 @@
exit 0
fi
+ # We may need jira token while rewriting history.
+ if [ -f $HOME/.jipdate.yml ]; then
+ (
+ # BE CAREFUL WITH TCWG_JIRA_TOKEN
+ set +x
+ build_container_exec \
+ sed -i -e "s/#TCWG_JIRA_TOKEN#/$TCWG_JIRA_TOKEN/" \
+ "$HOME/.jipdate.yml"
+ )
+ fi
+
build_container_exec \
./jenkins-scripts/round-robin-baseline.sh \
@@rr[top_artifacts] artifacts \
@@ -1344,4 +1346,4 @@
docker_security: '{docker_security}'
publishers:
- bisect-publishers
-# checksum: 01864344707eda5fbe491d7c0450467a
+# checksum: 3f63d820f3644a1167ce6c8de2a89381
diff --git a/tcwg_gnu_mingw.yaml b/tcwg_gnu_mingw.yaml
index fbfa991677..0612b47ed1 100644
--- a/tcwg_gnu_mingw.yaml
+++ b/tcwg_gnu_mingw.yaml
@@ -301,15 +301,6 @@
# Full notification
echo "NOTE: Notify developers about this build"
- if [ -f $HOME/.jipdate.yml ]; then
- (
- # BE CAREFUL WITH TCWG_JIRA_TOKEN
- set +x
- build_container_exec \
- sed -i -e "s/#TCWG_JIRA_TOKEN#/$TCWG_JIRA_TOKEN/" \
- "$HOME/.jipdate.yml"
- )
- fi
build_container_exec \
./jenkins-scripts/round-robin-notify.sh \
@@ -370,6 +361,17 @@
exit 0
fi
+ # We may need jira token while rewriting history.
+ if [ -f $HOME/.jipdate.yml ]; then
+ (
+ # BE CAREFUL WITH TCWG_JIRA_TOKEN
+ set +x
+ build_container_exec \
+ sed -i -e "s/#TCWG_JIRA_TOKEN#/$TCWG_JIRA_TOKEN/" \
+ "$HOME/.jipdate.yml"
+ )
+ fi
+
build_container_exec \
./jenkins-scripts/round-robin-baseline.sh \
@@rr[top_artifacts] artifacts \
@@ -1292,4 +1294,4 @@
docker_security: '{docker_security}'
publishers:
- bisect-publishers
-# checksum: c64dd43dff77be36765c24981e5f5cbe
+# checksum: 9a4224b356445873b39ae12c249354ff
diff --git a/tcwg_gnu_native.yaml b/tcwg_gnu_native.yaml
index 1f7e1467f1..1f8bdcd0eb 100644
--- a/tcwg_gnu_native.yaml
+++ b/tcwg_gnu_native.yaml
@@ -332,15 +332,6 @@
# Full notification
echo "NOTE: Notify developers about this build"
- if [ -f $HOME/.jipdate.yml ]; then
- (
- # BE CAREFUL WITH TCWG_JIRA_TOKEN
- set +x
- build_container_exec \
- sed -i -e "s/#TCWG_JIRA_TOKEN#/$TCWG_JIRA_TOKEN/" \
- "$HOME/.jipdate.yml"
- )
- fi
build_container_exec \
./jenkins-scripts/round-robin-notify.sh \
@@ -401,6 +392,17 @@
exit 0
fi
+ # We may need jira token while rewriting history.
+ if [ -f $HOME/.jipdate.yml ]; then
+ (
+ # BE CAREFUL WITH TCWG_JIRA_TOKEN
+ set +x
+ build_container_exec \
+ sed -i -e "s/#TCWG_JIRA_TOKEN#/$TCWG_JIRA_TOKEN/" \
+ "$HOME/.jipdate.yml"
+ )
+ fi
+
build_container_exec \
./jenkins-scripts/round-robin-baseline.sh \
@@rr[top_artifacts] artifacts \
@@ -1354,4 +1356,4 @@
docker_security: '{docker_security}'
publishers:
- bisect-publishers
-# checksum: 60397b28807e1b60e2baa2f81d2890f3
+# checksum: 369e4f9f8a69b2bb94184a37378f2093
diff --git a/tcwg_kernel--gnu.yaml b/tcwg_kernel--gnu.yaml
index a81e74a5a0..66e156a639 100644
--- a/tcwg_kernel--gnu.yaml
+++ b/tcwg_kernel--gnu.yaml
@@ -291,15 +291,6 @@
# Full notification
echo "NOTE: Notify developers about this build"
- if [ -f $HOME/.jipdate.yml ]; then
- (
- # BE CAREFUL WITH TCWG_JIRA_TOKEN
- set +x
- build_container_exec \
- sed -i -e "s/#TCWG_JIRA_TOKEN#/$TCWG_JIRA_TOKEN/" \
- "$HOME/.jipdate.yml"
- )
- fi
build_container_exec \
./jenkins-scripts/round-robin-notify.sh \
@@ -360,6 +351,17 @@
exit 0
fi
+ # We may need jira token while rewriting history.
+ if [ -f $HOME/.jipdate.yml ]; then
+ (
+ # BE CAREFUL WITH TCWG_JIRA_TOKEN
+ set +x
+ build_container_exec \
+ sed -i -e "s/#TCWG_JIRA_TOKEN#/$TCWG_JIRA_TOKEN/" \
+ "$HOME/.jipdate.yml"
+ )
+ fi
+
build_container_exec \
./jenkins-scripts/round-robin-baseline.sh \
@@rr[top_artifacts] artifacts \
@@ -943,4 +945,4 @@
build_script: 'tcwg_kernel-build.sh'
publishers:
- bisect-publishers
-# checksum: a51d137ea42b6c74399cf4a2ad87ae58
+# checksum: 73eddb7c810e6d098b7a977ca2eb7df3
diff --git a/tcwg_kernel--llvm.yaml b/tcwg_kernel--llvm.yaml
index 3ed019c374..ddcfb53432 100644
--- a/tcwg_kernel--llvm.yaml
+++ b/tcwg_kernel--llvm.yaml
@@ -291,15 +291,6 @@
# Full notification
echo "NOTE: Notify developers about this build"
- if [ -f $HOME/.jipdate.yml ]; then
- (
- # BE CAREFUL WITH TCWG_JIRA_TOKEN
- set +x
- build_container_exec \
- sed -i -e "s/#TCWG_JIRA_TOKEN#/$TCWG_JIRA_TOKEN/" \
- "$HOME/.jipdate.yml"
- )
- fi
build_container_exec \
./jenkins-scripts/round-robin-notify.sh \
@@ -360,6 +351,17 @@
exit 0
fi
+ # We may need jira token while rewriting history.
+ if [ -f $HOME/.jipdate.yml ]; then
+ (
+ # BE CAREFUL WITH TCWG_JIRA_TOKEN
+ set +x
+ build_container_exec \
+ sed -i -e "s/#TCWG_JIRA_TOKEN#/$TCWG_JIRA_TOKEN/" \
+ "$HOME/.jipdate.yml"
+ )
+ fi
+
build_container_exec \
./jenkins-scripts/round-robin-baseline.sh \
@@rr[top_artifacts] artifacts \
@@ -943,4 +945,4 @@
build_script: 'tcwg_kernel-build.sh'
publishers:
- bisect-publishers
-# checksum: 2d32b122bbde91c91b8267b2c9e4c1a7
+# checksum: 7df7b19cfcc8fde21a0a0b00fb71ff3c