diff options
author | Eric Engestrom <[email protected]> | 2019-10-14 23:53:15 +0100 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2019-10-15 17:42:39 +0100 |
commit | 3bcd54f3fc2051dfb49d8c6afeb1f18f7cd9c0b7 (patch) | |
tree | 62a7c018b187113ea092f8a6c285a8579e9ccbd8 /.gitlab-ci/lava-gitlab-ci.yml | |
parent | aba78c2d389c83877d88d6ad9ff5c519e9e676a7 (diff) |
gitlab-ci: set a common job parent for test stage
Signed-off-by: Eric Engestrom <[email protected]>
Reviewed-by: Michel Dänzer <[email protected]>
Diffstat (limited to '.gitlab-ci/lava-gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci/lava-gitlab-ci.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.gitlab-ci/lava-gitlab-ci.yml b/.gitlab-ci/lava-gitlab-ci.yml index b994118fd6d..e505091d8c5 100644 --- a/.gitlab-ci/lava-gitlab-ci.yml +++ b/.gitlab-ci/lava-gitlab-ci.yml @@ -147,11 +147,8 @@ lava-build:arm64: KERNEL_IMAGE_NAME: "Image" .lava-test: - stage: test extends: - - .ci-run-policy - variables: - GIT_STRATEGY: none # no need to pull the whole tree for submitting the job + - .test script: - lava_job_id=`lavacli jobs submit $CI_PROJECT_DIR/results/lava-deqp-$DEVICE_TYPE.yml` - echo $lava_job_id |