Skip to content

Commit

Permalink
Add logic to assemble the image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
catastrophe-brandon committed Sep 12, 2023
1 parent 392b9dd commit aa6792d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pr_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ source .cicd_bootstrap.sh
echo "Taking a short nap"
sleep 60

SHORT_SHA=$(git rev-parse --short HEAD)
IMAGE_TAG="pr-${SHORT_SHA}"
echo "Expecting image tag ${IMAGE_TAG}"

set -x
# Deploy to an ephemeral namespace for testing
Expand All @@ -68,6 +71,7 @@ IQE_SELENIUM="true"
IQE_CJI_TIMEOUT="30m"
DEPLOY_TIMEOUT="900" # 15min
DEPLOY_FRONTENDS="true"
#IQE_IMAGE_TAG=
source $CICD_ROOT/cji_smoke_test.sh


Expand Down

0 comments on commit aa6792d

Please sign in to comment.