Skip to content

Commit

Permalink
RHDH release 1.4 ci jobs setup - revert 2
Browse files Browse the repository at this point in the history
  • Loading branch information
subhashkhileri committed Nov 29, 2024
1 parent 6c7bcde commit 96a7701
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 96a7701

Please sign in to comment.