[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen staging] automation: properly tag x86 jobs in Gitlab CI
commit d4f507e55d44a882753007b01fb973784e73e4b9 Author: Wei Liu <wei.liu2@xxxxxxxxxx> AuthorDate: Fri Nov 16 13:03:59 2018 +0000 Commit: Wei Liu <wei.liu2@xxxxxxxxxx> CommitDate: Mon Nov 19 21:11:41 2018 +0000 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> Acked-by: Doug Goldstein <cardoe@xxxxxxxxxx> --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) 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 -- generated by git-patchbot for /home/xen/git/xen.git#staging _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |