]> xenbits.xensource.com Git - people/royger/xen.git/commitdiff
DNA: change registry livepatch-test-9 gitlab/livepatch-test-9
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>
Wed, 12 Apr 2023 11:28:46 +0000 (13:28 +0200)
automation/build/Makefile
automation/gitlab-ci/build.yaml
automation/gitlab-ci/test.yaml

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 0916b367ea90257fbcd0ddd6beaef38450b3ed54..08997d9d7718598f71384fc6ad9be0f0ebbd549e 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