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.
from a533b9a1 tcwg_gnu-build.sh: Rename tcwg_gnu_eabi_cross into tcwg_gnu_embed new 49e82466 pw-{trigger,apply,report,helpers}.sh: New scripts for pre-com [...] new 7970c7fd pw-helpers.sh (pw_yaml_get): Cache requests to PW to avoid th [...] new 07abfde7 jenkins-helpers.sh (wait_for_ssh_server): Allow more ssh options new 70960829 start-container-docker.sh: Disable agent forwarding for precommit new dde78895 docker-run.sh: Add new options: ++rsync_to and ++rsync_from new f3f53b08 start-container-docker.sh: Minor fixes new 857b2971 round-robin.sh (setup_ccache): New function to configure ccac [...] new 05698637 start-container-docker.sh: Rework processing of bind-mounts new 6b9aa7f2 start-container-docker.sh: Add "--task precommit"
The 9 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: docker-run.sh | 22 ++- jenkins-helpers.sh | 101 ++++++----- pw-apply.sh | 130 ++++++++++++++ pw-helpers.sh | 385 ++++++++++++++++++++++++++++++++++++++++++ pw-report.sh | 104 ++++++++++++ pw-trigger.sh | 103 +++++++++++ round-robin.sh | 65 ++++--- start-container-docker.sh | 252 +++++++++++++++++++++++---- start-container-qemu.sh | 2 +- tcwg-benchmark.sh | 10 +- tcwg-update-bmk-containers.sh | 2 +- 11 files changed, 1065 insertions(+), 111 deletions(-) create mode 100755 pw-apply.sh create mode 100755 pw-helpers.sh create mode 100755 pw-report.sh create mode 100755 pw-trigger.sh