]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
gitlab: include new aarch32 job in custom-runners
authorAlex Bennée <alex.bennee@linaro.org>
Tue, 15 Mar 2022 11:49:13 +0000 (11:49 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Wed, 23 Mar 2022 10:38:09 +0000 (10:38 +0000)
Without linking it in it won't be presented on the UI. Also while
doing that fix the misnamed job from 20.40 to 20.04.

Fixes: cc44a16002 ("gitlab: add a new aarch32 custom runner definition")
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20220315121954.2283887-1-alex.bennee@linaro.org>

.gitlab-ci.d/custom-runners.yml
.gitlab-ci.d/custom-runners/ubuntu-20.04-aarch32.yml [moved from .gitlab-ci.d/custom-runners/ubuntu-20.40-aarch32.yml with 100% similarity]

index 3e76a2034a7f7a937ecb6f862d29cce56f03e923..15aaccc481f9c4baf0dfbcad75c2b81812e1377e 100644 (file)
@@ -16,4 +16,5 @@ variables:
 include:
   - local: '/.gitlab-ci.d/custom-runners/ubuntu-20.04-s390x.yml'
   - local: '/.gitlab-ci.d/custom-runners/ubuntu-20.04-aarch64.yml'
+  - local: '/.gitlab-ci.d/custom-runners/ubuntu-20.04-aarch32.yml'
   - local: '/.gitlab-ci.d/custom-runners/centos-stream-8-x86_64.yml'