From 96a7701b5ea58cd075603cf045efa9d70e1fc804 Mon Sep 17 00:00:00 2001 From: Subhash Khileri Date: Fri, 29 Nov 2024 14:59:48 +0530 Subject: [PATCH] RHDH release 1.4 ci jobs setup - revert 2 --- .../janus-idp-backstage-showcase-release-1.4-commands.sh | 4 ++-- ...nus-idp-backstage-showcase-release-1.4-nightly-commands.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ci-operator/step-registry/janus-idp/backstage-showcase/release-1.4/janus-idp-backstage-showcase-release-1.4-commands.sh b/ci-operator/step-registry/janus-idp/backstage-showcase/release-1.4/janus-idp-backstage-showcase-release-1.4-commands.sh index 58d843230f47a..6e052986c1173 100644 --- a/ci-operator/step-registry/janus-idp/backstage-showcase/release-1.4/janus-idp-backstage-showcase-release-1.4-commands.sh +++ b/ci-operator/step-registry/janus-idp/backstage-showcase/release-1.4/janus-idp-backstage-showcase-release-1.4-commands.sh @@ -54,8 +54,8 @@ ONLY_IN_DIRS=true if $ONLY_IN_DIRS || [[ "$JOB_NAME" == rehearse-* ]]; then echo "Skipping wait for new PR image and proceeding with image tag : 1.4" echo "updated image tag : 1.4" - QUAY_REPO="rhdh/rhdh-hub-rhel9" - TAG_NAME="1.4" + QUAY_REPO="janus-idp/backstage-showcase" + TAG_NAME="next" else TIMEOUT=3000 # Maximum wait time of 50 mins (3000 seconds) INTERVAL=60 # Check every 60 seconds diff --git a/ci-operator/step-registry/janus-idp/backstage-showcase/release-1.4/nightly/janus-idp-backstage-showcase-release-1.4-nightly-commands.sh b/ci-operator/step-registry/janus-idp/backstage-showcase/release-1.4/nightly/janus-idp-backstage-showcase-release-1.4-nightly-commands.sh index 327480b6920e3..51945910c089e 100644 --- a/ci-operator/step-registry/janus-idp/backstage-showcase/release-1.4/nightly/janus-idp-backstage-showcase-release-1.4-nightly-commands.sh +++ b/ci-operator/step-registry/janus-idp/backstage-showcase/release-1.4/nightly/janus-idp-backstage-showcase-release-1.4-nightly-commands.sh @@ -23,8 +23,8 @@ NAME_SPACE_RDS="showcase-rds-nightly-1-4" GITHUB_ORG_NAME="janus-idp" GITHUB_REPOSITORY_NAME="backstage-showcase" -QUAY_REPO="rhdh/rhdh-hub-rhel9" -TAG_NAME="1.4" +QUAY_REPO="janus-idp/backstage-showcase" +TAG_NAME="next" # Clone and checkout the specific PR # git clone "https://github.com/${GITHUB_ORG_NAME}/${GITHUB_REPOSITORY_NAME}.git"