aboutsummaryrefslogtreecommitdiff
path: root/linaro-art-tip-build-ARTHostTest.yaml
diff options
context:
space:
mode:
authorArtem Serov <artem.serov@linaro.org>2021-07-30 00:19:06 +0100
committerAkos Denke <akos.denke@linaro.org>2021-08-10 06:44:41 +0000
commit2818e3dbbeee3b41acb94f47269a51a586a405df (patch)
tree42f4b7829b1339da4d69f5a4467bea042fa86cfc /linaro-art-tip-build-ARTHostTest.yaml
parent1d09a72e1321685c33b3b3a166edef2ab5b82bd5 (diff)
Add --default to the host test script invocation.
I3bb0035c6e2bce8d17b41f69dc0dac6fa4560789 CL refactored the test_art_host.sh script so it needs an explicit --default parameter. This patch adjusts the jenkins job to account for that. Change-Id: Ie322c4138d9e3215d13c3df4332c60ffa390896a
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 fae53c90a0..b1d58c6495 100644
--- a/linaro-art-tip-build-ARTHostTest.yaml
+++ b/linaro-art-tip-build-ARTHostTest.yaml
@@ -114,7 +114,7 @@
. build/envsetup.sh
lunch armv8
perl scripts/jenkins/test_launcher.pl \
- scripts/tests/test_art_host.sh
+ scripts/tests/test_art_host.sh --default
publishers:
- email-ext:
recipients: '${CI_MAIL_RECIPIENTS}'