Since we have introduced arm64 variants, we'd better start tagging the
old ones.

Signed-off-by: Wei Liu <wei.l...@citrix.com>
---
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@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

Reply via email to