From 78f0ba5f92bd3755b6a85e3e07b6f71c826f6bbc Mon Sep 17 00:00:00 2001 From: sdawley Date: Thu, 6 Jun 2024 13:44:16 -0700 Subject: [PATCH] Update reference to spmm-util with workaround --- product/manifest/get-3rd-party-sources.sh | 2 +- product/util2.groovy | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/product/manifest/get-3rd-party-sources.sh b/product/manifest/get-3rd-party-sources.sh index 5ed2d7fdaa..12d63fc569 100755 --- a/product/manifest/get-3rd-party-sources.sh +++ b/product/manifest/get-3rd-party-sources.sh @@ -24,7 +24,7 @@ DEBUG=0 CLEAN=1 # by default delete intermediate assets to save disk space phases=" 1 2 3 " PUBLISH=0 # by default don't publish sources to spmm-util -REMOTE_USER_AND_HOST="devspaces-build@spmm-util.engineering.redhat.com" +REMOTE_USER_AND_HOST="devspaces-build@spmm-util.hosts.prod.psi.bos.redhat.com" usage () { diff --git a/product/util2.groovy b/product/util2.groovy index 0f0d37ee06..ed0a1a0704 100755 --- a/product/util2.groovy +++ b/product/util2.groovy @@ -218,7 +218,7 @@ def installRedHatInternalCerts() { // note that this URL is also in devspaces-chectl/build/scripts/build.sh and devspaces/product/manifest/get-3rd-party-sources.sh // also mentioned in dsc.groovy and get-3rd-party-sources.groovy def getStagingHost() { - return "devspaces-build@spmm-util.engineering.redhat.com" + return "devspaces-build@spmm-util.hosts.prod.psi.bos.redhat.com" } @Field String defaultFailedEmailRecipients='sdawley@redhat.com'