aboutsummaryrefslogtreecommitdiff
path: root/linaro-art-tip-build-ARTHostTest.yaml
diff options
context:
space:
mode:
authorJulien Duraj <julien.duraj@linaro.org>2021-03-11 18:27:22 +0000
committerVishal Bhoj <vishal.bhoj@linaro.org>2021-03-17 15:41:50 +0000
commit91f43d41556f2aa3f72770c0c55b58d09f584b6a (patch)
tree2fedd9120defec12e314d6d6006d9c7677fd3867 /linaro-art-tip-build-ARTHostTest.yaml
parent2f4030f9492df062b34f647c3ff9246563c38a2a (diff)
ART host test: switch CLEAN_BUILD default to true
We have observed false negatives when builds started from cache, hence always clean the out/ directory before launching a new build. Change-Id: Ifd2c41bf9cc8f8a56e1e226e045073402085d5e6
Diffstat (limited to 'linaro-art-tip-build-ARTHostTest.yaml')
-rw-r--r--linaro-art-tip-build-ARTHostTest.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/linaro-art-tip-build-ARTHostTest.yaml b/linaro-art-tip-build-ARTHostTest.yaml
index dce616bc7d..b9e2ea2a74 100644
--- a/linaro-art-tip-build-ARTHostTest.yaml
+++ b/linaro-art-tip-build-ARTHostTest.yaml
@@ -36,7 +36,7 @@
default: 'linaro-art-tip'
- bool:
name: CLEAN_BUILD
- default: false
+ default: true
disabled: false
node: docker-bionic-art
display-name: 'Tip: Host Test'