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 8437865a Revert "tcwg-update-llvmbot-containers: Move Arm lldb bot to silent" adds b5f9b7f0 Add rr submodule adds 0904a5a8 Update rr adds b732f6a9 round-robin.sh (build_llvm): Build LLVM with latest LLVM release adds fd20b5a7 tcwg_llvm-build.sh: New script adds a865798b start-container-docker.sh: Get FQDN better adds 936d437b tcwg-config.sh: Update handling of tcwg_config_init() adds 361fc8d5 tcwg_llvm-build.sh: Fix adds b43fb6b2 tcwg_llvm-build.sh: Fix again adds 98f64c47 tcwg_llvm-build.sh: Update component names adds da8e82b0 start-container-docker.sh: Attempt to use correct machine names adds 40e24d6b tcwg_llvm-build.sh (test_llvm): Fix running entire testsuite adds dc4f641b Update rr: Add notification support for tcwg_flang adds 36f224b3 round-robin.sh: Use public base-artifacts/empty.git adds 56e580b0 tcwg-generate-source-cache.sh: Add LLVM testsuite repos adds d9a0c1a9 tcwg_llvm-*.sh: Improve handling of test flags adds 04332746 rr: Update adds 1f98cb27 tcwg_llvm-build.sh (test_llvm): Add timeout adds 8b71fa68 Enable LNT dashboard for tcwg_flang_test adds 891ed86c jenkins-helpers.sh (clone_or_update_repo_no_checkout): Fix sh [...] adds f9724915 tcwg_llvm-build.sh (test_llvm): Fix results path adds a2b01c4d tcwg_llvm-build.sh (no_regression_p): Detect broken results adds 6957b98b tcwg_llvm-build.sh (test_llvm): Update problematic tests adds b311ccea lnt-utils.sh (generate_lnt_gnu_check_report): Fix previous change
No new revisions were added by this update.
Summary of changes: .gitmodules | 3 + jenkins-helpers.sh | 6 + lnt-utils.sh | 38 +-- round-robin.sh | 61 +++-- rr | 1 + start-container-docker.sh | 9 +- tcwg-config.sh | 38 ++- tcwg-generate-source-cache.sh | 2 + tcwg-lnt/tcwg-lnt-01/config | 1 + .../tcwg_llvm_test.jq} | 7 +- .../tcwg_llvm_test.yaml.in} | 5 +- tcwg_bmk-build.sh | 2 +- tcwg_chromium-build.sh | 2 +- tcwg_gnu-build.sh | 12 +- tcwg_llvm-build.sh | 264 +++++++++++++++++++++ tcwg_llvm-config.sh | 40 ++++ 16 files changed, 427 insertions(+), 64 deletions(-) create mode 100644 .gitmodules create mode 160000 rr copy tcwg-lnt/{tcwg-lnt-02/tcwg_check.jq => tcwg-lnt-01/tcwg_llvm_test.jq} (59%) copy tcwg-lnt/{tcwg-lnt-02/tcwg_check.yaml.in => tcwg-lnt-01/tcwg_llvm_test.yaml.i [...] create mode 100755 tcwg_llvm-build.sh create mode 100644 tcwg_llvm-config.sh