]> xenbits.xensource.com Git - people/royger/xen.git/commitdiff
automation: properly tag x86 jobs in Gitlab CI
authorWei Liu <wei.liu2@citrix.com>
Fri, 16 Nov 2018 13:03:59 +0000 (13:03 +0000)
committerWei Liu <wei.liu2@citrix.com>
Mon, 19 Nov 2018 21:11:41 +0000 (21:11 +0000)
Since we have introduced arm64 variants, we'd better start tagging the
old ones.

Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Doug Goldstein <cardoe@cardoe.com>
.gitlab-ci.yml

index b8fa100f7596683a09304addc8f5d1b9cbb99b6e..daf98948b08679e5dfd982437bdec68a2b6f3d28 100644 (file)
@@ -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