gitlab-ci: Split custom-runners.yml in one file per runner
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Mon, 15 Nov 2021 14:29:15 +0000 (14:29 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 16 Nov 2021 16:19:53 +0000 (16:19 +0000)
commit60bec83e8a5c7cbaa47648f4b3370c8d53e48982
treec7aa0623535b60805e1c6500bdd9f3ac36f375a2
parentd7c2e2b3f447133175be5817663147d1309bde2d
gitlab-ci: Split custom-runners.yml in one file per runner

To ease maintenance, add the custom-runners/ directory and
split custom-runners.yml in 3 files, all included by the
current custom-runners.yml:
 - ubuntu-18.04-s390x.yml
 - ubuntu-20.04-aarch64.yml
 - centos-stream-8-x86_64.yml

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20211115095608.2436223-1-philmd@redhat.com>
Reviewed-by: Willian Rampazzo <willianr@redhat.com>
Message-Id: <20211115142915.3797652-7-alex.bennee@linaro.org>
.gitlab-ci.d/custom-runners.yml
.gitlab-ci.d/custom-runners/centos-stream-8-x86_64.yml [new file with mode: 0644]
.gitlab-ci.d/custom-runners/ubuntu-18.04-s390x.yml [new file with mode: 0644]
.gitlab-ci.d/custom-runners/ubuntu-20.04-aarch64.yml [new file with mode: 0644]