From f8ec2bc6f249034cdd74ae7815bda80971d0bb62 Mon Sep 17 00:00:00 2001 From: TCWG BuildSlave Date: Wed, 12 Oct 2022 00:09:38 +0000 Subject: 16: onsuccess: #453: 30: Success after binutils/gcc/qemu: 133 commits BUILD_URL: https://ci.linaro.org/job/tcwg_kernel-gnu-build-gnu-master-arm-lts-defconfig/453/ Success after binutils/gcc/qemu: 133 commits: Results changed to -10 # build_abe binutils: -9 # build_abe stage1: -5 # build_abe qemu: -2 # linux_n_obj: 30 from -10 # build_abe binutils: -9 # build_abe stage1: -5 # build_abe qemu: -2 # linux_n_obj: 30 --- 01-reset_artifacts/console.log.xz | Bin 1692 -> 1700 bytes 02-prepare_abe/console.log.xz | Bin 2740 -> 2760 bytes 03-build_abe-binutils/console.log.xz | Bin 30528 -> 33108 bytes 04-build_abe-stage1/console.log.xz | Bin 91156 -> 91992 bytes 05-build_abe-qemu/console.log.xz | Bin 31332 -> 32068 bytes 06-build_linux/console.log.xz | Bin 4624 -> 4632 bytes 08-check_regression/console.log.xz | Bin 4432 -> 4212 bytes 09-update_baseline/console.log | 8 +++---- dashboard/dashboard-generate.sh | 12 +++++++++- dashboard/dashboard-push.sh | 5 ++++ dashboard/squad-vs-first/results-functional.json | 1 + git/binutils_rev | 2 +- git/gcc_rev | 2 +- git/qemu_rev | 2 +- jenkins/dashboard-push.sh | 5 ++++ mail/jira-body.txt | 2 +- mail/mail-body.txt | 2 +- mail/mail-subject.txt | 2 +- manifest.sh | 28 +++++++++++------------ 19 files changed, 46 insertions(+), 25 deletions(-) create mode 100644 dashboard/squad-vs-first/results-functional.json diff --git a/01-reset_artifacts/console.log.xz b/01-reset_artifacts/console.log.xz index d24a8aa..c6e168f 100644 Binary files a/01-reset_artifacts/console.log.xz and b/01-reset_artifacts/console.log.xz differ diff --git a/02-prepare_abe/console.log.xz b/02-prepare_abe/console.log.xz index 22c1357..5a8c240 100644 Binary files a/02-prepare_abe/console.log.xz and b/02-prepare_abe/console.log.xz differ diff --git a/03-build_abe-binutils/console.log.xz b/03-build_abe-binutils/console.log.xz index 156b0ff..d20880a 100644 Binary files a/03-build_abe-binutils/console.log.xz and b/03-build_abe-binutils/console.log.xz differ diff --git a/04-build_abe-stage1/console.log.xz b/04-build_abe-stage1/console.log.xz index 4af4ab2..e7e9554 100644 Binary files a/04-build_abe-stage1/console.log.xz and b/04-build_abe-stage1/console.log.xz differ diff --git a/05-build_abe-qemu/console.log.xz b/05-build_abe-qemu/console.log.xz index 2bc0635..f103c16 100644 Binary files a/05-build_abe-qemu/console.log.xz and b/05-build_abe-qemu/console.log.xz differ diff --git a/06-build_linux/console.log.xz b/06-build_linux/console.log.xz index f1ef0dc..bfbce4b 100644 Binary files a/06-build_linux/console.log.xz and b/06-build_linux/console.log.xz differ diff --git a/08-check_regression/console.log.xz b/08-check_regression/console.log.xz index acd3cb2..464cab2 100644 Binary files a/08-check_regression/console.log.xz and b/08-check_regression/console.log.xz differ diff --git a/09-update_baseline/console.log b/09-update_baseline/console.log index 8ea5a90..6855ea3 100644 --- a/09-update_baseline/console.log +++ b/09-update_baseline/console.log @@ -3,7 +3,7 @@ 00:00:00 ++ '[' xonsuccess = xignore ']' 00:00:00 ++ local old_commit 00:00:00 +++ git -C base-artifacts rev-parse --verify HEAD~100 -00:00:00 +++ true -00:00:00 ++ old_commit= -00:00:00 ++ '[' x '!=' x ']' -00:00:00 ++ rsync -aI --del --exclude /.git artifacts/ base-artifacts/ +00:00:01 +++ true +00:00:01 ++ old_commit= +00:00:01 ++ '[' x '!=' x ']' +00:00:01 ++ rsync -aI --del --exclude /.git artifacts/ base-artifacts/ diff --git a/dashboard/dashboard-generate.sh b/dashboard/dashboard-generate.sh index 6c45096..6e4b08f 100755 --- a/dashboard/dashboard-generate.sh +++ b/dashboard/dashboard-generate.sh @@ -11,4 +11,14 @@ fi --top_artifacts "$top_artifacts" \ --baseline_branch "linaro-local/ci/tcwg_kernel/gnu-master-arm-lts-defconfig" \ --components "binutils gcc linux qemu" \ - --run_date "2022-10-03T20:25:41+00:00" + --run_date "2022-10-07T21:32:53+00:00" + +# Same project name under GRP "tcwg-vs-first" +"$jenkins_scripts/dashboard-generate-squad.sh" \ + --top_artifacts "$top_artifacts" \ + --baseline_branch "linaro-local/ci/tcwg_kernel/gnu-master-arm-lts-defconfig" \ + --components "binutils gcc linux qemu" \ + --run_date "2022-10-07T21:32:53+00:00" \ + --FORCE_SQUAD_GRP "tcwg-vs-first" \ + --squad_mode "vs-first" + diff --git a/dashboard/dashboard-push.sh b/dashboard/dashboard-push.sh index b280925..ecfabe4 100755 --- a/dashboard/dashboard-push.sh +++ b/dashboard/dashboard-push.sh @@ -5,3 +5,8 @@ if [ -e $(dirname $0)/../dashboard/squad/dashboard-push-squad.sh ]; then wait $! || true fi +if [ -e $(dirname $0)/../dashboard/squad-vs-first/dashboard-push-squad.sh ]; then + $(dirname $0)/../dashboard/squad-vs-first/dashboard-push-squad.sh & + wait $! || true +fi + diff --git a/dashboard/squad-vs-first/results-functional.json b/dashboard/squad-vs-first/results-functional.json new file mode 100644 index 0000000..98232c6 --- /dev/null +++ b/dashboard/squad-vs-first/results-functional.json @@ -0,0 +1 @@ +{ diff --git a/git/binutils_rev b/git/binutils_rev index 662e27f..c2171c1 100644 --- a/git/binutils_rev +++ b/git/binutils_rev @@ -1 +1 @@ -ae17d05a4a58baf42f297dfd40ed29256f4bc44d +82d23ca811ab365217fdc9bda215e23adb5e4a30 diff --git a/git/gcc_rev b/git/gcc_rev index 9bf19d3..2de15e7 100644 --- a/git/gcc_rev +++ b/git/gcc_rev @@ -1 +1 @@ -f30e9fd33e56a5a721346ea6140722e1b193db42 +2c328e58c5d7cca10dd404ad8f81ec7664db1fbf diff --git a/git/qemu_rev b/git/qemu_rev index 42fd559..f18f423 100644 --- a/git/qemu_rev +++ b/git/qemu_rev @@ -1 +1 @@ -f1d33f55c47dfdaf8daacd618588ad3ae4c452d1 +42e1e350bffc8d4614e568a03380b2ec34a131bf diff --git a/jenkins/dashboard-push.sh b/jenkins/dashboard-push.sh index b280925..ecfabe4 100755 --- a/jenkins/dashboard-push.sh +++ b/jenkins/dashboard-push.sh @@ -5,3 +5,8 @@ if [ -e $(dirname $0)/../dashboard/squad/dashboard-push-squad.sh ]; then wait $! || true fi +if [ -e $(dirname $0)/../dashboard/squad-vs-first/dashboard-push-squad.sh ]; then + $(dirname $0)/../dashboard/squad-vs-first/dashboard-push-squad.sh & + wait $! || true +fi + diff --git a/mail/jira-body.txt b/mail/jira-body.txt index 331488f..41273b9 100644 --- a/mail/jira-body.txt +++ b/mail/jira-body.txt @@ -1 +1 @@ -Success after binutils/gcc/linux/qemu: 347 commits: +Success after binutils/gcc/qemu: 133 commits: diff --git a/mail/mail-body.txt b/mail/mail-body.txt index f92fdd8..e1bbf7e 100644 --- a/mail/mail-body.txt +++ b/mail/mail-body.txt @@ -1,4 +1,4 @@ -Success after binutils/gcc/linux/qemu: 347 commits: +Success after binutils/gcc/qemu: 133 commits: Results changed to -10 diff --git a/mail/mail-subject.txt b/mail/mail-subject.txt index fdd1f32..0c614eb 100644 --- a/mail/mail-subject.txt +++ b/mail/mail-subject.txt @@ -1 +1 @@ -Success after binutils/gcc/linux/qemu: 347 commits +Success after binutils/gcc/qemu: 133 commits diff --git a/manifest.sh b/manifest.sh index f917f5b..51c197e 100644 --- a/manifest.sh +++ b/manifest.sh @@ -1,30 +1,30 @@ -declare -g "jenkins_scripts_rev=229670b3ecba1fd771945356aad2f6bf72f6b484" +declare -g "jenkins_scripts_rev=369f3898e22da2ffc7f762cf3b24e3ef3b52a339" # Artifacts directory rr[top_artifacts]="artifacts" # Recording parameters to manifest: artifacts/manifest.sh rr[ci_project]="tcwg_kernel" rr[ci_config]="gnu-master-arm-lts-defconfig" declare -g "scripts_branch=master" -rr[binutils_git]="git://sourceware.org/git/binutils-gdb.git#ae17d05a4a58baf42f297dfd40ed29256f4bc44d" -rr[gcc_git]="https://github.com/gcc-mirror/gcc.git#f30e9fd33e56a5a721346ea6140722e1b193db42" +rr[binutils_git]="git://sourceware.org/git/binutils-gdb.git#82d23ca811ab365217fdc9bda215e23adb5e4a30" +rr[gcc_git]="https://github.com/gcc-mirror/gcc.git#2c328e58c5d7cca10dd404ad8f81ec7664db1fbf" rr[linux_git]="https://git.linaro.org/kernel-org/linux-stable.git#8fc70f08a5f7c655a0363aaaf2f1701d78106ade" -rr[qemu_git]="https://gitlab.com/qemu-project/qemu.git#f1d33f55c47dfdaf8daacd618588ad3ae4c452d1" +rr[qemu_git]="https://gitlab.com/qemu-project/qemu.git#42e1e350bffc8d4614e568a03380b2ec34a131bf" rr[mode]="build" rr[update_baseline]="onsuccess" -declare -g "BUILD_URL=https://ci.linaro.org/job/tcwg_kernel-gnu-build-gnu-master-arm-lts-defconfig/452/" +declare -g "BUILD_URL=https://ci.linaro.org/job/tcwg_kernel-gnu-build-gnu-master-arm-lts-defconfig/453/" declare -g "SQUAD_GRP=" # Processed 24 options -rr[base-artifacts_rev]=6e742c91b2f19d6f7b45bf6815e0a8c62c047a12 +rr[base-artifacts_rev]=943e0d1d4ed5c5c3074b1fcfb321d94b3e3794f6 rr[binutils_url]=git://sourceware.org/git/binutils-gdb.git -rr[binutils_rev]=ae17d05a4a58baf42f297dfd40ed29256f4bc44d -rr[debug_binutils_date]=1665170121 # 3 hours ago +rr[binutils_rev]=82d23ca811ab365217fdc9bda215e23adb5e4a30 +rr[debug_binutils_date]=1665510738 # 5 hours ago rr[gcc_url]=https://github.com/gcc-mirror/gcc.git -rr[gcc_rev]=f30e9fd33e56a5a721346ea6140722e1b193db42 -rr[debug_gcc_date]=1665173076 # 2 hours ago +rr[gcc_rev]=2c328e58c5d7cca10dd404ad8f81ec7664db1fbf +rr[debug_gcc_date]=1665528005 # 45 minutes ago rr[qemu_url]=https://gitlab.com/qemu-project/qemu.git -rr[qemu_rev]=f1d33f55c47dfdaf8daacd618588ad3ae4c452d1 -rr[debug_qemu_date]=1665054716 # 35 hours ago +rr[qemu_rev]=42e1e350bffc8d4614e568a03380b2ec34a131bf +rr[debug_qemu_date]=1665495079 # 10 hours ago rr[linux_url]=https://git.linaro.org/kernel-org/linux-stable.git rr[linux_rev]=8fc70f08a5f7c655a0363aaaf2f1701d78106ade -rr[debug_linux_date]=1664959184 # 3 days ago -rr[results_date]=1664828741 +rr[debug_linux_date]=1664959184 # 7 days ago +rr[results_date]=1665178373 -- cgit v1.2.3