summaryrefslogtreecommitdiffstats
path: root/test-suites/short-smoke/service-check.yaml
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2019-09-11 22:57:43 +0000
committerGerrit Code Review <gerrit@automotivelinux.org>2019-09-11 22:57:43 +0000
commit76e8255fe3f4628a18808c3973323068af579b64 (patch)
treee18e9f1802ea23ad0047ae78b738d9171d472075 /test-suites/short-smoke/service-check.yaml
parenta07c1a431cc8883a8a51fef17990b5465dbe87a0 (diff)
parent9c3c11e82280d72d34a6c0f32d255d6a0f1b23c8 (diff)
Merge "Use the new arg --build-tags and the arg --device-tags"
Diffstat (limited to 'test-suites/short-smoke/service-check.yaml')
-rw-r--r--test-suites/short-smoke/service-check.yaml7
1 files changed, 5 insertions, 2 deletions
diff --git a/test-suites/short-smoke/service-check.yaml b/test-suites/short-smoke/service-check.yaml
index 8c680c9..a7f7b1d 100644
--- a/test-suites/short-smoke/service-check.yaml
+++ b/test-suites/short-smoke/service-check.yaml
@@ -8,8 +8,11 @@ metadata:
- openembedded
scope:
- functional
+params:
+ BUILD_TAGS: ""
+ DEVICE_TAGS: ""
run:
steps:
- - "cd common/scripts"
- - "./service-check-gfx.sh"
+ - cd common/scripts
+ - ./service-check-gfx.sh -b "${BUILD_TAGS}" -d "${DEVICE_TAGS}"