From: Wei Liu Date: Fri, 16 Nov 2018 13:03:59 +0000 (+0000) Subject: automation: properly tag x86 jobs in Gitlab CI X-Git-Tag: archive/raspbian/4.14.0+80-gd101b417b7-1+rpi1^2~63^2~2901 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d4f507e55d44a882753007b01fb973784e73e4b9;p=xen.git 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 Acked-by: Doug Goldstein --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b8fa100f75..daf98948b0 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