This is an automated email from the git hooks/post-receive script.
Diana Picus pushed a change to branch llvmprod in repository toolchain/jenkins-scripts.
from e7d5650 jenkins-helpers.sh: Improve clone_or_update_repo. adds 30139e8 jenkins-helpers.sh: Add wget_wildcard_url helper adds b707e50 jenkins-helpers.sh: Handle extra options to wget_wildcard_url adds 7073056 tcwg-benchmark.sh: Use wget_wildcard_url adds e51d8d9 tcwg-benchmark.sh: Add missing option. adds 83385b7 tcwg-benchmark.sh: Fix path to remote sysroot. adds 9c69512 jenkins-scripts.sh: Consistently use "set -euf -o pipefail". adds c8e2f59 tcwg-benchmark.sh: Use unique configs for SPEC2k6. adds 3fdc901 tcwg-llvm-build.sh: Adding --cmakeflags option adds 37a0ea9 tcwg-llvm-build.sh: Better validation of empty arguments adds 3278041 tcwg-llvm-build.sh: Work around cmake quoting adds 2ea082c tcwg-llvm-build.sh: Use llc for target name adds d9d5b72 tcwg-benchmark.sh: Use parameters from environment adds ce08ced wget_wildcard_url: Don't check certificate for *.tcwglab hosts. adds 7365a8a tcwg-llvm-build.sh: Add list of projects to consider adds 7200f96 tcwg-llvm-*: Function to find projects with a branch adds 74f5502 TestRelease.job: Add support for wildcards in --tarball option adds ae1dcd5 TestRelease.job: Use jenkins helper to clone repo adds 36bc134 abe-bisect.sh: Cleanup workdir before starting. adds bc98366 abe-bisect.sh: Remove gcc.git~master directory before starting. adds 704e206 tcwg-benchmark.sh: Build on least-busy x86_64 builder by default adds dde8e7f jenkins-helpers.sh: Make print_node_with_least_container more robust adds 3da7d4d tcwg-benchmark-results.sh: New script for tcwg-benchmark-resu [...] adds 91df419 tcwg-benchmark.sh: Enable setting resultsdest from a parent job adds 889caf7 tcwg-benchmark-results.sh: Fix permissions. adds e85433b tcwg-benchmark.sh: Avoid stale containers adds 7206f37 TestRelease.job: Fix typo. adds fcf3fd3 jenkins-helpers.sh: Also fetch gerrit changesets in clone_or_ [...] adds 8d86c9f jenkins-helpers.sh: Add support for our new tcwg-tk1-09 board. adds d2ab39f tcwg-benchmark.sh: Cleanup. adds eeea468 tcwg-benchmark-results-compare.sh: New script for tcwg-benchm [...] adds 6df60e1 abe-bisect.sh: pull latest version of gcc master before bisecting. adds 67b567b Remove unused nodename2hostname.sh. adds 561c60e abe-bisect.sh: cleanup before pull adds 02930a1 jenkins.sh: Support logserver on non-default ssh ports adds 0fe9cc1 abe-bisect.sh: Use gcc-bisect-dir instead of snapshots/gcc.gi [...] adds 7d2a10c tcwg-benchmark.sh: Add rsync:// url type for toolchain. adds 4910898 Rework handling of benchmarking results adds 39ee3ae print_host_for_node: Rely on DNS resolution. adds a884626 print_node_with_least_containers: Strengthen node name gathering. adds f40c71b jenkins-helpers.sh: Add print_nodes_in_labels adds 89c3125 tcwg-benchmark.sh: Early exit if there is more than one compi [...] adds d5130b3 tcwg-benchmark-results-compare.sh: Remove dependency on tcwg- [...] adds 7e0da6c tcwg-benchmark-results-compare.sh: Show only relative figures. adds 35a1e0f tcwg-benchmark-results.sh: Add results_ref parameter. adds 266f7da jenkins-helpers.sh: Add wait_for_ssh_server. adds e0c8147 tcwg-benchmark.sh: Reboot the board if requested. adds 3929c12 tcwg-benchmark.sh: Use ssh -t for remote reboot. adds c8ddafc Revert "tcwg-benchmark.sh: Use ssh -t for remote reboot." adds 1fd3172 tcwg-benchmark.sh: Use /sbin/reboot instead of reboot. adds ffd0f7b tcwg-cleanup-stale-containers.sh: Use docker via TCP socket adds 8756cad tcwg-llvm-[build|release].sh: Echo URL at the end of the job adds d217c76 tcwg-llvm-testsuite.sh: Add nt-flags parameter adds fe269e8 tcwg-llvm-release.sh: Set LC_ALL to C for the release adds 0341de8 tcwg-llvm-testsuite.sh: Don't use cut to split strings adds 0cdb440 Fix error handling in print_node_with_least_containers() adds cfdfbbf jenkins-helpers: Robustify print_node_with_least_containers adds e505112 jenkins-helpers.sh: Robustify wait_for_ssh_server adds f43d03d jenkins-helpers.sh: Generalize code into helpers. adds d4253a9 jenkins-helpers.sh: Improve remote_exec adds 1120958 start-container-docker.sh: Add customization necessary for QEMU VMs. adds 2684173 start-container-qemu.sh: New script adds 2c0c636 jenkins-helpers.sh: Fix print_bind_mounts. adds c0163f0 tcwg-cleanup-stale-workspaces: Robustify against disappearing [...] adds 6ee3c66 abe-bisect-helper.sh: Show commit before build/check adds 3698157 tcwg-benchmark.sh: Support ignore_errors parameter. adds 045cc60 tcwg-benchmark.sh: Ignore ssh error when rebooting the board. adds 6221e33 MakeRelease.job: Handle aarch64-linux-gnu_ilp32 target. adds 635b1a6 Extract tar file to directory with same name. adds 3f83b0f start-container-qemu.sh: Remove "set -u" adds 91eb3ab start-container-qemu.sh: Fix behavior for "test" containers. adds e18484a start-container-docker.sh: Fix parsing of --docker_opts option. adds f0e5100 start-container-qemu.sh: Fix handling of bind-mounts / NFS mounts adds 68d8c17 Merge branch 'master' into llvmstaging adds 012e845 Merge branch 'llvmstaging' into llvmprod
No new revisions were added by this update.
Summary of changes: MakeRelease.job | 4 + TestRelease.job | 48 ++------ abe-bisect-helper.sh | 1 + abe-bisect.sh | 12 +- jenkins-helpers.sh | 230 +++++++++++++++++++++++++++++++++----- jenkins.sh | 35 +++--- nodename2hostname.sh | 48 -------- start-container-docker.sh | 46 +++----- start-container-qemu.sh | 127 +++++++++++++++++++++ tcwg-benchmark-results-compare.sh | 22 ++++ tcwg-benchmark-results.sh | 32 ++++++ tcwg-benchmark.sh | 137 ++++++++++++++++------- tcwg-cleanup-stale-containers.sh | 6 +- tcwg-cleanup-stale-workspaces.sh | 4 +- tcwg-llvm-build.sh | 49 ++++++-- tcwg-llvm-common.sh | 33 +++++- tcwg-llvm-release.sh | 5 +- tcwg-llvm-testsuite.sh | 10 +- 18 files changed, 628 insertions(+), 221 deletions(-) delete mode 100755 nodename2hostname.sh create mode 100755 start-container-qemu.sh create mode 100755 tcwg-benchmark-results-compare.sh create mode 100755 tcwg-benchmark-results.sh