This is an automated email from the git hooks/post-receive script.
"tcwg-buildslave pushed a change to branch tested in repository toolchain/jenkins-scripts.
from 6df56c9c tcwg-report-stale-jobs: enhance automatic detection adds 7d57c673 tcwg-benchmark.sh: Enable bmk host for tk1 and tx1 adds 4e10dcab tcwg-update-host-containers.sh: Fix first connection with bar [...] adds 0f037561 Revert "tcwg-benchmark.sh: Enable bmk host for tk1 and tx1" adds e8c1ed7e tcwg_bmk : Handle case where the metric is n/a adds cefa0588 tcwg-benchmark.sh: Wait for ssh server on port from .ssh/config adds 1aa09915 tcwg-benchmark.sh: Use port specified in .ssh/config adds e0ad973d tcwg-benchmark.sh: Use ssh port specified in .ssh/config adds 35947e85 tcwg_bmk-build.sh, tcwg-benchmark.sh: Handle fx hardware adds 5332ae28 tcwg-start-container.sh: Move logic to test and recover docke [...] adds 9ba018fa tcwg-update-bmk-containers.sh: New script adds 346608d4 tcwg-benchmark.sh: Update after changes to dockerfiles and bm [...] adds 17985776 tcwg-update-bmk-containers.sh: Add exec permission adds 3ad6b00b tcwg-start-container.sh: Better handle forced container updates adds 1ebe1833 tcwg-benchmark.sh: Remove ugly workaround adds 03b40f85 tcwg_bmk-build.sh: Parse jenkins console logs to detect failure mode adds b716a0ef tcwg_bmk-build.sh : Handle benchmarks=cpu2017 adds 13e88d41 tcwg_kernel-build.sh: Fix AArch64 kernel build failure with LLVM adds 866f98b0 tcwg-benchmark.sh: wait more after asking reboot. adds cb6c92db tcwg_kernel-build.sh: Report toolchain versions adds eb7a36e5 tcwg_kernel-build.sh: Add extra targets to LLVM adds 2629d23d tcwg-benchmark.sh: Don't start host containers on machines adds 8df30de9 round-robin-bisect.sh: Be cautious about spamming upstream de [...] adds c5207458 tcwg-report-stale-jobs.sh: improve detection and reporting adds 131a995a tcwg-report-stale-jobs.sh: more robust for non existing jobs adds 5df52434 tcwg_bmk-build.sh: Select speed/rate mode for cpu2017 adds 83feec22 tcwg-benchmark-results.sh: Refactor to call bmk-scripts/gathe [...] adds ba722113 tcwg-report-stale-rr-jobs.sh: Fix suggestions proposed by the script adds 2d283771 tcwg-benchmark-results.sh: set -x if $verbose is true. adds e2dc98eb Force LLDB Arm buildbot to use Jammy image adds ffcf4a38 LLDB Arm buildbot temporarily disabled adds 3f2c2ee8 tcwg-report-stale-rr-jobs.sh: Fix shellcheck adds 77b55bb0 Use -fdump-statistics-asmname to obtain asmname of symbols in [...] adds 29cd03e1 tcwg-dev-build.sh: Fix default target value for native compilation adds 53b84c4d tcwg-dev-build.sh: Allow passing --check option to MakeRelease.job adds ea3cd249 tcwg_bmk-build.sh: check existance of ssh_host/ssh_port when [...] adds b733819d Add value "ignore" for update_baseline to avoid affecting baseline. adds ac883f26 round-robin.sh: prepare_abe(): Get Abe's repo and branch from [...] adds a25157ab round-robin.sh: Handle first job launched with "update" basel [...] adds e54ac9c1 tcwg-update-llvmbot-containers.sh: Remove unused parts of the [...] adds fdb90544 compare_results: Fix order of csv column values. adds a21eb6e3 Apply downstream patch in build_llvm to emit number of vector [...]
No new revisions were added by this update.
Summary of changes: MakeRelease.job | 7 +- downstream_patches/llvm-vect-metric.diff | 57 +++++++++++ jenkins-helpers.sh | 2 +- round-robin-bisect.sh | 11 +++ round-robin.sh | 39 ++++++-- tcwg-benchmark-results.sh | 63 ++---------- tcwg-benchmark.sh | 56 +++++------ tcwg-dev-build.sh | 18 +++- tcwg-report-stale-rr-jobs.sh | 160 ++++++++++++++++++------------- tcwg-start-container.sh | 52 +++++++++- tcwg-update-bmk-containers.sh | 44 +++++++++ tcwg-update-host-containers.sh | 34 +------ tcwg-update-llvmbot-containers.sh | 26 +---- tcwg_bmk-build.sh | 58 +++++++---- tcwg_kernel-build.sh | 42 +++++++- 15 files changed, 426 insertions(+), 243 deletions(-) create mode 100644 downstream_patches/llvm-vect-metric.diff create mode 100755 tcwg-update-bmk-containers.sh