]> xenbits.xensource.com Git - people/royger/xen.git/commitdiff
DNA: change registry
authorRoger Pau Monne <roger.pau@citrix.com>
Thu, 6 Apr 2023 14:04:40 +0000 (16:04 +0200)
committerRoger Pau Monne <roger.pau@citrix.com>
Fri, 21 Apr 2023 11:07:30 +0000 (13:07 +0200)
automation/build/Makefile
automation/gitlab-ci/build.yaml
automation/gitlab-ci/test.yaml
automation/scripts/containerize

index 4df43b040777100956a48569931b8771b653bec7..ba632156e44cf53dd182e83ea1801e5329c0987a 100644 (file)
@@ -1,6 +1,6 @@
 
 # the base of where these containers will appear
-REGISTRY := registry.gitlab.com/xen-project/xen
+REGISTRY := registry.gitlab.com/royger/xen
 CONTAINERS := $(filter-out yocto/%,$(subst .dockerfile,,$(wildcard */*.dockerfile)))
 CONTAINERS_EXTRA =
 DOCKER_CMD ?= docker
index d323c30a8304f7ef790c0cdf34db7f589d345d87..c26ae8c1acaff17676ca90cdad1b0932d483d282 100644 (file)
@@ -1,6 +1,6 @@
 .build-tmpl: &build
   stage: build
-  image: registry.gitlab.com/xen-project/xen/${CONTAINER}
+  image: registry.gitlab.com/royger/xen/${CONTAINER}
   script:
     - ./automation/scripts/build 2>&1 | tee build.log
   artifacts:
index d68c584269ddacc144d5997257c9233c835c7c87..0b87eb9f7334d297f3441dc189104a443b40b9b4 100644 (file)
@@ -1,6 +1,6 @@
 .test-jobs-common:
   stage: test
-  image: registry.gitlab.com/xen-project/xen/${CONTAINER}
+  image: registry.gitlab.com/royger/xen/${CONTAINER}
   except:
     - master
     - smoke
index 5476ff0ea10d9a1b5beb9d7b77d13f95ffcb4678..d03162503fd02450c7ac997785c4c1c13cad43aa 100755 (executable)
@@ -22,7 +22,7 @@ die() {
 # The caller is expected to override the CONTAINER environment
 # variable with the container they wish to launch.
 #
-BASE="registry.gitlab.com/xen-project/xen"
+BASE="registry.gitlab.com/royger/xen"
 case "_${CONTAINER}" in
     _alpine) CONTAINER="${BASE}/alpine:3.12" ;;
     _alpine-arm64v8) CONTAINER="${BASE}/alpine:3.12-arm64v8" ;;