diff options
author | Michel Dänzer <[email protected]> | 2019-11-07 20:08:03 +0100 |
---|---|---|
committer | Michel Dänzer <[email protected]> | 2019-11-15 16:21:10 +0100 |
commit | 506e9d5fc712b828584fe6e7afe980efb225e727 (patch) | |
tree | 837d84e81de9f76dd7cf18fdb6b2efa3ef081aa7 /.gitlab-ci/lava-gitlab-ci.yml | |
parent | 3a48f4565e4fd00b35144dc785ca0d38220cff3d (diff) |
gitlab-ci: Rename container install scripts to match job names (better)
Cleans up .gitlab-ci/ a little, and allows using a single DEBIAN_EXEC
line for all container jobs.
v2:
* Use lava_arm.sh instead of arm_lava.sh for consistency with v2 of the
previous change
Reviewed-by: Eric Anholt <[email protected]> # v1
Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to '.gitlab-ci/lava-gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci/lava-gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci/lava-gitlab-ci.yml b/.gitlab-ci/lava-gitlab-ci.yml index 763b06d97ba..cf896d720cd 100644 --- a/.gitlab-ci/lava-gitlab-ci.yml +++ b/.gitlab-ci/lava-gitlab-ci.yml @@ -36,7 +36,7 @@ include: DEFCONFIG=${DEFCONFIG} DEVICE_TREES="${DEVICE_TREES}" KERNEL_IMAGE_NAME=${KERNEL_IMAGE_NAME} - bash .gitlab-ci/lava-debian-install.sh' + bash .gitlab-ci/container/lava_arm.sh' DEBIAN_VERSION: ${LAVA_DEBIAN_VERSION} lava_armhf: |