mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
support/misc/gitlab-ci.yml.in: only specify a single tag
The tags specified by a job are ANDed, not ORed. So with
.runner-small:
tags:
- buildroot-runner
- saas-linux-small-amd64
the job will only run on a runner that has _both_ tags - so only on the
buildroot runner. That makes it pretty pointless.
Remove all the buildroot-runner tags, except in the
.runner-buildroot-runner-only template.
Signed-off-by: Arnout Vandecappelle <arnout@rnout.be>
This commit is contained in:
@@ -7,27 +7,22 @@ before_script:
|
||||
|
||||
.runner-small:
|
||||
tags:
|
||||
- buildroot-runner
|
||||
- saas-linux-small-amd64
|
||||
|
||||
.runner-medium:
|
||||
tags:
|
||||
- buildroot-runner
|
||||
- saas-linux-medium-amd64
|
||||
|
||||
.runner-large:
|
||||
tags:
|
||||
- buildroot-runner
|
||||
- saas-linux-large-amd64
|
||||
|
||||
.runner-xlarge:
|
||||
tags:
|
||||
- buildroot-runner
|
||||
- saas-linux-xlarge-amd64
|
||||
|
||||
.runner-2xlarge:
|
||||
tags:
|
||||
- buildroot-runner
|
||||
- saas-linux-2xlarge-amd64
|
||||
|
||||
.runner-buildroot-runner-only:
|
||||
|
||||
Reference in New Issue
Block a user