aboutsummaryrefslogtreecommitdiff
path: root/trigger-lkft-linux-clang-mainline.yaml
diff options
context:
space:
mode:
authorDaniel Díaz <daniel.diaz@linaro.org>2018-07-20 10:32:27 -0500
committerDaniel Díaz <daniel.diaz@linaro.org>2018-07-20 15:54:51 +0000
commit556c71630612092743b303ffff5d0b6d1a314d3a (patch)
tree5e79ac635a584bde008f8804de7cc9ea723bcdfb /trigger-lkft-linux-clang-mainline.yaml
parent10beb9ab3a469af719250f6cad5f8ec45e28adaf (diff)
lkft: linux-clang: make triggers block on downstream build
By blocking, it will be possible to hold the exit status of the building job in the trigger itself, which will make it much easier to understand the current status of each branch. Change-Id: I3b707d19f9cd0290e297eefc98ea687f30c0ac88 Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
Diffstat (limited to 'trigger-lkft-linux-clang-mainline.yaml')
-rw-r--r--trigger-lkft-linux-clang-mainline.yaml5
1 files changed, 2 insertions, 3 deletions
diff --git a/trigger-lkft-linux-clang-mainline.yaml b/trigger-lkft-linux-clang-mainline.yaml
index fd640e6fd8..48eba32f0c 100644
--- a/trigger-lkft-linux-clang-mainline.yaml
+++ b/trigger-lkft-linux-clang-mainline.yaml
@@ -42,9 +42,8 @@
echo GIT_COMMIT=${GIT_COMMIT} >> lkft_parameters
echo MAKE_KERNELVERSION=$(make kernelversion) >> lkft_parameters
cat lkft_parameters
- publishers:
- - trigger-parameterized-builds:
+ - trigger-builds:
- project:
- 'lkft-linux-clang'
- condition: SUCCESS
property-file: lkft_parameters
+ block: true