gitlab-ci: update aarch32/aarch64 custom runner jobs
authorAlex Bennée <alex.bennee@linaro.org>
Wed, 14 Sep 2022 15:59:40 +0000 (16:59 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 20 Sep 2022 16:22:08 +0000 (17:22 +0100)
commit66dca267489e7b150546297e7c33a04430a15eb4
tree961f99fc96741f35d2b1d337b5e39642f7867357
parent45e1b746943eefe4c0fb35e29878cd038ac62fd7
gitlab-ci: update aarch32/aarch64 custom runner jobs

The custom runner is now using 22.04 so we can drop our hacks to deal
with broken libssh and glusterfs. The provisioning scripts will be
updated in a separate commit.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20220914155950.804707-21-alex.bennee@linaro.org>
.gitlab-ci.d/custom-runners.yml
.gitlab-ci.d/custom-runners/ubuntu-20.04-aarch32.yml [deleted file]
.gitlab-ci.d/custom-runners/ubuntu-20.04-aarch64.yml [deleted file]
.gitlab-ci.d/custom-runners/ubuntu-22.04-aarch32.yml [new file with mode: 0644]
.gitlab-ci.d/custom-runners/ubuntu-22.04-aarch64.yml [new file with mode: 0644]
MAINTAINERS