aboutsummaryrefslogtreecommitdiff
path: root/tcwg
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2023-11-22 18:56:53 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2023-11-22 18:56:53 +0000
commit8c8e4aa9f7c102d47ff2362e809d584b412c7c61 (patch)
tree41c7f2ec393308edad5cf740612a29c109d08266 /tcwg
parentc81e472b69a50d66873b1a577a8d81893689f12b (diff)
tcwg/round-robin.yaml.inc: Reduce verbosity
... from dumping artifacts/jenkins/run-build.env again and again. Change-Id: If41b2c9bdcfa450ac72b41c3c0e80644f0cd6f06
Diffstat (limited to 'tcwg')
-rw-r--r--tcwg/round-robin.yaml.inc26
1 files changed, 13 insertions, 13 deletions
diff --git a/tcwg/round-robin.yaml.inc b/tcwg/round-robin.yaml.inc
index 3c43f1dbf2..67def00e81 100644
--- a/tcwg/round-robin.yaml.inc
+++ b/tcwg/round-robin.yaml.inc
@@ -306,8 +306,8 @@
builders:
- shell: |
#!/bin/bash
- set -ex
source artifacts/jenkins/run-build.env
+ set -ex
for i in artifacts/trigger-build-* artifacts/trigger-bisect; do
if [ -f $i ]; then
@@ -339,8 +339,8 @@
builders:
- shell: |
#!/bin/bash
- set -ex
source artifacts/jenkins/run-build.env
+ set -ex
if [ -f artifacts/failed ]; then
# Only send notifications for forced successful
@@ -404,8 +404,8 @@
builders:
- shell: |
#!/bin/bash
- set -ex
source artifacts/jenkins/run-build.env
+ set -ex
if [ -f artifacts/failed ]; then
# Mark failed build as FAILURE; no further steps will run.
@@ -420,8 +420,8 @@
builders:
- shell: |
#!/bin/bash
- set -ex
source artifacts/jenkins/run-build.env
+ set -ex
# Update baseline branch of base-artifacts.
# If we made it this far, then the build is successful
@@ -468,8 +468,8 @@
builders:
- shell: |
#!/bin/bash
- set -ex
source artifacts/jenkins/run-build.env
+ set -ex
# Trigger pre-commit builds if the jenkins queue for
# this job is empty.
@@ -567,8 +567,8 @@
- shell:
command: |
#!/bin/bash
- set -ex
source artifacts/jenkins/run-build.env
+ set -ex
# Skip SCM-triggered builds if there are other builds in
# the queue. We need to process all pending bisection-triggered
@@ -605,8 +605,8 @@
- shell:
command: |
#!/bin/bash
- set -ex
source artifacts/jenkins/run-build.env
+ set -ex
docker_opts=(
--distro $distro
@@ -670,8 +670,8 @@
- shell:
command: |
#!/bin/bash
- set -ex
source artifacts/jenkins/run-build.env
+ set -ex
branch_opt=()
# 1 to skip jenkins-scripts
@@ -714,8 +714,8 @@
- shell:
command: |
#!/bin/bash
- set -ex
source artifacts/jenkins/run-build.env
+ set -ex
# Run the build script to from the manifest created above.
#
@@ -787,8 +787,8 @@
- shell:
command: |
#!/bin/bash
- set -ex
source artifacts/jenkins/run-build.env
+ set -ex
# The "trap cleanup_all_containers EXIT" statement in
# artifacts/jenkins/run-build.env will remove build and precommit
# containers.
@@ -907,8 +907,8 @@
- shell:
command: |
#!/bin/bash
- set -ex
source artifacts/jenkins/run-build.env
+ set -ex
./jenkins-scripts/start-container-docker.sh --prefix precommit_ \
--task precommit --secondary true "${{docker_opts[@]}}" \
@@ -995,8 +995,8 @@
- shell:
command: |
#!/bin/bash
- set -ex
source artifacts/jenkins/run-build.env
+ set -ex
# Run the build script to from the manifest created above.
#
@@ -1072,8 +1072,8 @@
builders:
- shell: |
#!/bin/bash
- set -ex
source artifacts/jenkins/run-build.env
+ set -ex
precommit_container_exec \
./jenkins-scripts/round-robin-notify.sh \