Skip to content

Commit 2756261

Browse files
committed
Add runner image from main to default list
Add the runner image that is built and released from the main branch to the list of default init images. This allows us to perform pre-release tests more accurately. Signed-off-by: Luiz Carvalho <[email protected]>
1 parent fad337d commit 2756261

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

hack/wait-for-gitops-update.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ JENKINS_REPO=https://github.com/$MY_GITHUB_USER/tssc-dev-gitops-jenkins
88
DEFAULT_INIT_IMAGES=(
99
'quay.io/redhat-appstudio/dance-bootstrap-app'
1010
'registry.access.redhat.com/rhtap-task-runner/rhtap-task-runner-rhel9'
11+
'quay.io/redhat-appstudio/rhtap-task-runner'
1112
)
1213

1314
WORK=$(mktemp -d)

rhtap/gather-deploy-images.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ source $SCRIPTDIR/common.sh
66
DEFAULT_INIT_IMAGES=(
77
'quay.io/redhat-appstudio/dance-bootstrap-app'
88
'registry.access.redhat.com/rhtap-task-runner/rhtap-task-runner-rhel9'
9+
'quay.io/redhat-appstudio/rhtap-task-runner'
910
)
1011

1112
function get-images-per-env() {

0 commit comments

Comments
 (0)