From b8fa8e1f2a2ff43c09664e01df3cb84927b3af65 Mon Sep 17 00:00:00 2001 From: "Petr \"Stone\" Hracek" Date: Mon, 13 Jun 2022 10:22:35 +0200 Subject: [PATCH] Use OpenShift internal registry instead of external Signed-off-by: Petr "Stone" Hracek --- common | 2 +- test/run-openshift-remote-cluster | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common b/common index 58b21d3e..2269a3ec 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 58b21d3ea5b6ffcbd976cfb7519c061b8df3c761 +Subproject commit 2269a3ec3d32410d34807b847728520b601bdfcd diff --git a/test/run-openshift-remote-cluster b/test/run-openshift-remote-cluster index 00d0f555..32614ee0 100755 --- a/test/run-openshift-remote-cluster +++ b/test/run-openshift-remote-cluster @@ -22,8 +22,8 @@ ct_os_check_compulsory_vars oc status || false "It looks like oc is not properly logged in." -# For testing on OpenShift 4 we use external registry -export CT_EXTERNAL_REGISTRY=true +# For testing on OpenShift 4 we use internal registry +export CT_OCP4_TEST=true # Check the template test_postgresql_integration "${IMAGE_NAME}"