gitlab-ci: Rename container install scripts to match job names (better)
authorMichel Dänzer <mdaenzer@redhat.com>
Thu, 7 Nov 2019 19:08:03 +0000 (20:08 +0100)
committerMichel Dänzer <michel@daenzer.net>
Fri, 15 Nov 2019 15:21:10 +0000 (16:21 +0100)
commit506e9d5fc712b828584fe6e7afe980efb225e727
tree837d84e81de9f76dd7cf18fdb6b2efa3ef081aa7
parent3a48f4565e4fd00b35144dc785ca0d38220cff3d
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 <eric@anholt.net> # v1
Reviewed-by: Eric Engestrom <eric@engestrom.ch>
14 files changed:
.gitlab-ci.yml
.gitlab-ci/container/arm_build.sh [new file with mode: 0644]
.gitlab-ci/container/arm_test.sh [new file with mode: 0644]
.gitlab-ci/container/lava_arm.sh [new file with mode: 0644]
.gitlab-ci/container/x86_build.sh [new file with mode: 0644]
.gitlab-ci/container/x86_build_old.sh [new file with mode: 0644]
.gitlab-ci/container/x86_test.sh [new file with mode: 0644]
.gitlab-ci/debian-arm64-install.sh [deleted file]
.gitlab-ci/debian-arm64-test-install.sh [deleted file]
.gitlab-ci/debian-install.sh [deleted file]
.gitlab-ci/debian-stretch-install.sh [deleted file]
.gitlab-ci/debian-test-install.sh [deleted file]
.gitlab-ci/lava-debian-install.sh [deleted file]
.gitlab-ci/lava-gitlab-ci.yml