This is an automated email from the git hooks/post-receive script.
"Maxim Kuvyrkov pushed a change to branch precommit in repository toolchain/jenkins-scripts.
discards a2736007 [WIP] Precommit support adds 4fcc9a5a generate-cimonitor-dashboard.py: integrate bmk_results in sta [...] adds 70d80c71 tcwg_bmk-build.sh: Add symlink to ease navigation in jenkins [...] adds 75ea1151 round-robin-notify.sh: Include component name, reduce 'short' [...] adds eecd3f9c round-robin-notify.sh: Make the report more 'positive' adds bcbc8959 jenkins-helpers.sh (print_tester_label_for_target): Update label adds fdcc598e round-robin.sh (build_abe): Do not build fortran for bare-met [...] adds f6782ebb round-robin.sh: Update build_abe() after ABE's rework adds d896ff94 round-robin.sh (clone_repo): Support specification of local revs adds c098e09c round-robin.sh (check_regression): Document and improve adds 5211bcb2 round-robin.sh (create_trigger_files): Update comment adds 1e4c5778 round-robin.sh (create_trigger_files): Remove dead code adds a89b765d jenkins-helpers.sh (assert_with_msg): Print error message to stderr adds c006b805 jenkins-helpers.sh (clone_or_update_repo_no_checkout): Make m [...] adds 60bc7fce jenkins-helpers.sh: Use default base-artifacts/ when no defin [...] new 5e96f807 pw-{trigger,apply,report,helpers}.sh: New scripts for pre-com [...] new 57038b06 jenkins-helpers.sh (print_host_for_node): Use preferred redir [...]
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 (a2736007) \ N -- N -- N refs/heads/precommit (57038b06)
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.
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: cimonitor-configs/CI-TCWG-for-ci-devs.yaml | 1 - generate-cimonitor-dashboard.py | 28 +-- jenkins-helpers.sh | 244 +-------------------- pw-apply.sh | 16 +- pw-helpers.sh | 330 +++++++++++++++++++++++++++++ pw-report.sh | 7 +- pw-trigger.sh | 5 + round-robin-notify.sh | 14 +- round-robin.sh | 55 +++-- tcwg_bmk-build.sh | 2 + 10 files changed, 418 insertions(+), 284 deletions(-) create mode 100755 pw-helpers.sh