From: Roger Pau Monne Date: Thu, 6 Apr 2023 14:04:40 +0000 (+0200) Subject: DNA: change registry X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=refs%2Fheads%2Flivepatch-test-9;p=people%2Froyger%2Fxen.git DNA: change registry --- diff --git a/automation/build/Makefile b/automation/build/Makefile index 4df43b0407..ba632156e4 100644 --- a/automation/build/Makefile +++ b/automation/build/Makefile @@ -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 diff --git a/automation/gitlab-ci/build.yaml b/automation/gitlab-ci/build.yaml index d323c30a83..c26ae8c1ac 100644 --- a/automation/gitlab-ci/build.yaml +++ b/automation/gitlab-ci/build.yaml @@ -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: diff --git a/automation/gitlab-ci/test.yaml b/automation/gitlab-ci/test.yaml index 0916b367ea..08997d9d77 100644 --- a/automation/gitlab-ci/test.yaml +++ b/automation/gitlab-ci/test.yaml @@ -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