This is an automated email from the git hooks/post-receive script.
"Maxim Kuvyrkov pushed a change to branch master in repository toolchain/jenkins-scripts.
omits a797f90 Remove uses of results_id and BUILD_NUMBER. omits 63b4d3d Add tcwg_gnu-build and modify build_abe to support bootstrap. omits c84ce4a [WIP] tcwg_bmk project omits 67b4cfa tcwg_kernel-bisect.sh: Simplify linux-next rebase workaround omits e053656 tcwg_kernel-bisect.sh: Simplify checking first_bad's parents omits 496d0d8 tcwg_kernel-bisect.sh: Don't force $reproduce_bisect==true in [...] adds 3fc3100 tcwg-benchmark.sh: Add support for :parallelize parameter in [...] adds 3323a97 tcwg_kernel-bisect.sh: Don't force $reproduce_bisect==true in [...] adds 9f60df1 tcwg_kernel-bisect.sh: Simplify checking first_bad's parents adds a0698db tcwg_kernel-bisect.sh: Simplify linux-next rebase workaround adds e9dc86f tcwg_kernel/*: Remove unused configuration files. adds e69a963 tcwg_kernel-bisect.sh: Add configuration details to the email body adds fe8e172 tcwg_kernel-bisect.sh: Add a few lines of build errors to the email. adds b24c887 tcwg_kernel-bisect.sh: Update email configuration adds fe06407 Remove overriden old prebuilt qemu binaries adds 2047167 jenkins-helpers.sh: Improve remote_exec adds aaa033f round-robin.sh: Add support for handling new configurations adds 72ac59b round-robin.sh: Fix typo adds 9977e80 round-robin.sh: Support using ABE's internal sources in build_abe adds f85158e tcwg-benchmark-results.sh: Rework and cleanup. adds 742e147 tcwg-benchmark.sh: Ssh directly to the benchmark board. adds 3496206 tcwg_kernel-*.sh: Avoid proxy variables adds 0b35f53 jenkins-helpers.sh: Support custom docker root dirs adds 9930055 jenkins-helpers.sh: Workaround DNS issue
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (a797f90) \ N -- N -- N refs/heads/master (9930055)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
No new revisions were added by this update.
Summary of changes: docker-run.sh | 16 ++-- jenkins-helpers.sh | 18 ++++- jenkins.sh | 11 --- round-robin.sh | 70 +++++++--------- start-container-docker.sh | 8 +- tcwg-benchmark-results.sh | 2 +- tcwg-benchmark.sh | 7 +- tcwg_bmk-build.sh | 184 ------------------------------------------ tcwg_gnu-build.sh | 114 -------------------------- tcwg_kernel-bisect.sh | 38 ++++----- tcwg_kernel-build.sh | 66 +++++++-------- tcwg_kernel/gnu-master.sh | 9 --- tcwg_kernel/gnu-release.sh | 9 --- tcwg_kernel/linux-lts.sh | 7 -- tcwg_kernel/linux-mainline.sh | 7 -- tcwg_kernel/linux-next.sh | 7 -- tcwg_kernel/linux-stable.sh | 7 -- tcwg_kernel/llvm-master.sh | 7 -- tcwg_kernel/llvm-release.sh | 7 -- 19 files changed, 108 insertions(+), 486 deletions(-) delete mode 100755 tcwg_bmk-build.sh delete mode 100755 tcwg_gnu-build.sh delete mode 100644 tcwg_kernel/gnu-master.sh delete mode 100644 tcwg_kernel/gnu-release.sh delete mode 100644 tcwg_kernel/linux-lts.sh delete mode 100644 tcwg_kernel/linux-mainline.sh delete mode 100644 tcwg_kernel/linux-next.sh delete mode 100644 tcwg_kernel/linux-stable.sh delete mode 100644 tcwg_kernel/llvm-master.sh delete mode 100644 tcwg_kernel/llvm-release.sh