Message ID | 20220315121251.2280317-9-alex.bennee@linaro.org |
---|---|
State | New |
Headers | show |
Series | misc testing, i386, docs, gitdm, gitlab | expand |
And of course after sending I immediately see the aarch32 job is misnamed. Will send a v2 follow-up individually On Tue, 15 Mar 2022 at 12:12, Alex Bennée <alex.bennee@linaro.org> wrote: > Without linking it in it won't be presented on the UI. > > Fixes: cc44a16002 ("gitlab: add a new aarch32 custom runner definition") > Signed-off-by: Alex Bennée <alex.bennee@linaro.org> > --- > .gitlab-ci.d/custom-runners.yml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/.gitlab-ci.d/custom-runners.yml > b/.gitlab-ci.d/custom-runners.yml > index 3e76a2034a..15aaccc481 100644 > --- a/.gitlab-ci.d/custom-runners.yml > +++ b/.gitlab-ci.d/custom-runners.yml > @@ -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' > -- > 2.30.2 > >
diff --git a/.gitlab-ci.d/custom-runners.yml b/.gitlab-ci.d/custom-runners.yml index 3e76a2034a..15aaccc481 100644 --- a/.gitlab-ci.d/custom-runners.yml +++ b/.gitlab-ci.d/custom-runners.yml @@ -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'
Without linking it in it won't be presented on the UI. Fixes: cc44a16002 ("gitlab: add a new aarch32 custom runner definition") Signed-off-by: Alex Bennée <alex.bennee@linaro.org> --- .gitlab-ci.d/custom-runners.yml | 1 + 1 file changed, 1 insertion(+)