diff options
author | Eric Engestrom <[email protected]> | 2019-10-14 23:04:14 +0100 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2019-10-15 17:42:39 +0100 |
commit | 81b98e99cd6c54b3b029a817c4c11466a2113e66 (patch) | |
tree | 1990a01cb7f9c32dd15d7439f741b44fe5419ef7 /.gitlab-ci/lava-gitlab-ci.yml | |
parent | 4a3bdc6d229a4c5f550f25c34253d9cba8ce93ef (diff) |
gitlab-ci: set a common job parent for container stage
While at it, rename to singular "container" for consistency.
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 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.gitlab-ci/lava-gitlab-ci.yml b/.gitlab-ci/lava-gitlab-ci.yml index a35a72474b7..bcf4591cd46 100644 --- a/.gitlab-ci/lava-gitlab-ci.yml +++ b/.gitlab-ci/lava-gitlab-ci.yml @@ -22,10 +22,8 @@ include: .lava-container: extends: - .debian@container-ifnot-exists - - .ci-run-policy - stage: containers + - .container variables: - GIT_STRATEGY: none # no need to pull the whole tree for rebuilding the image DEBIAN_TAG: '${DEBIAN_ARCH}-${LAVA_IMAGE_TAG}' DEBIAN_EXEC: 'DEBIAN_ARCH=${DEBIAN_ARCH} GCC_ARCH=${GCC_ARCH} |