diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-09-11 22:57:43 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2019-09-11 22:57:43 +0000 |
commit | 76e8255fe3f4628a18808c3973323068af579b64 (patch) | |
tree | e18e9f1802ea23ad0047ae78b738d9171d472075 /test-suites/short-smoke/service-check.yaml | |
parent | a07c1a431cc8883a8a51fef17990b5465dbe87a0 (diff) | |
parent | 9c3c11e82280d72d34a6c0f32d255d6a0f1b23c8 (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.yaml | 7 |
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}" |