Use the new internal container registry

Signed-off-by: Luiz Carvalho <lucarval@redhat.com>
This commit is contained in:
Luiz Carvalho
2019-10-23 17:49:19 -04:00
parent 2b5deca8ec
commit 246cae6328
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
NAME=mbs-prod-integration-test
KOJI_IMAGE=quay.io/factory2/koji:prod
UMB_IMAGE=docker-registry.engineering.redhat.com/factory2/umb:prod
UMB_IMAGE=docker-registry.upshift.redhat.com/factory2/umb:prod
ENVIRONMENT=prod

View File

@@ -1,4 +1,4 @@
NAME=mbs-stage-integration-test
KOJI_IMAGE=quay.io/factory2/koji:stage
UMB_IMAGE=docker-registry.engineering.redhat.com/factory2/umb:stage
UMB_IMAGE=docker-registry.upshift.redhat.com/factory2/umb:stage
ENVIRONMENT=stage

View File

@@ -38,7 +38,7 @@ parameters:
- name: UMB_IMAGE
displayName: The UMB container image to be tested
description: This field must be in repo:tag or repo@sha256 format
value: docker-registry.engineering.redhat.com/factory2/umb:latest
value: docker-registry.upshift.redhat.com/factory2/umb:latest
- name: TEST_IMAGES
displayName: Images being tested
description: >-