Re: [Xen-devel] [PATCH 3/3] automation: properly tag x86 jobs in Gitlab CI

2018-11-19 Thread Wei Liu
On Fri, Nov 16, 2018 at 01:12:30PM +, Wei Liu wrote:
> Since we have introduced arm64 variants, we'd better start tagging the
> old ones.
> 
> Signed-off-by: Wei Liu 
> ---
> Doug, this requires properly tagging all the x86 runner hosts first.

All runners are properly configured at this point, either by hand (the
one registered by Rackspace) or by terraform (the one controlled by xen
project).

Wei.

___
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

[Xen-devel] [PATCH 3/3] automation: properly tag x86 jobs in Gitlab CI

2018-11-16 Thread Wei Liu
Since we have introduced arm64 variants, we'd better start tagging the
old ones.

Signed-off-by: Wei Liu 
---
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