summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Sandoval <leonardo.sandoval@linaro.org>2021-02-16 09:13:53 -0600
committerLeonardo Sandoval <leonardo.sandoval@linaro.org>2021-02-16 09:13:53 -0600
commit9f11c92dd3ca28035cc091a41dfdfa1ffd7255fe (patch)
tree7c70b06452c39ce34ce4f34370506aa1daef271c
parent0b9ee85a4ad505fdf45b488fd1a31eff5a820c52 (diff)
tf-static-checks.yaml: block job until tf-ci-gateway job finishes
Although block and non-block scenarios do the same task, blocking the tf-static-checks job until tf-ci-gateway finishes is a better way to keep track of triggered tf-ci-gateway job, as seen in [1]. [1] https://ci.staging.trustedfirmware.org/view/TF-A/job/lsandov1-tf-static-checks/40/ Signed-off-by: Leonardo Sandoval <leonardo.sandoval@linaro.org> Change-Id: I3f86caa51f926203a529574aea9df1b823f6fe1e
-rw-r--r--tf-static-checks.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tf-static-checks.yaml b/tf-static-checks.yaml
index d736b58..1f39b24 100644
--- a/tf-static-checks.yaml
+++ b/tf-static-checks.yaml
@@ -72,7 +72,7 @@
IS_CONTINUOUS_INTEGRATION=1 ${WORKSPACE}/tf-a-ci-scripts/script/static-checks/static-checks.sh
- trigger-builds:
- project: tf-ci-gateway
- block: false
+ block: true
# Execute Clang static analyzer (scan-build)
predefined-parameters: TEST_GROUPS=tf-l2-scan-build
property-file: env.param