[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH 3/3] automation: properly tag x86 jobs in Gitlab CI
Since we have introduced arm64 variants, we'd better start tagging the old ones. Signed-off-by: Wei Liu <wei.liu2@xxxxxxxxxx> --- Doug, this requires properly tagging all the x86 runner hosts first. --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b268182bc6..00c9fb9e3c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,6 +32,8 @@ stages: <<: *build variables: XEN_TARGET_ARCH: x86_64 + tags: + - x86_64 .x86-64-build: extends: .x86-64-build-tmpl @@ -47,6 +49,8 @@ stages: <<: *build variables: XEN_TARGET_ARCH: x86_32 + tags: + - x86_32 .x86-32-build: extends: .x86-32-build-tmpl -- 2.11.0 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |