File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -512,6 +512,13 @@ jobs:
512512 OIDC_USERNAME : ' zenko-end2end-pra'
513513514514 working-directory : ./.github/scripts/end2end
515+ - name : Setup PRA test environment
516+ env :
517+ ZENKO_NAME : " ${{ env.ZENKO_NAME }}-pra"
518+ SETUP_IMAGE : ${{ needs.build-setup-image.outputs.image }}
519+ GIT_ACCESS_TOKEN : ${{ steps.app-token.outputs.token }}
520+ run : ./setup-tests.sh --kubeconfig ~/.kube/config -- all --no-kafka-topics --no-rbac --no-dns --no-mocks --no-metadata
521+ working-directory : ./tests/@setup
515522 - name : Configure hosts file
516523 run : bash configure-hosts.sh
517524 working-directory : ./.github/scripts/end2end
Original file line number Diff line number Diff line change 113113 "suffix" : " cold-dead-letter-e2e-azure-archive" ,
114114 "partitions" : 10 ,
115115 "description" : " Azure archive cold dead letter topic"
116+ },
117+ {
118+ "suffix" : " cold-status-e2e-azure-archive-2-non-versioned" ,
119+ "partitions" : 10 ,
120+ "description" : " Azure archive 2 cold status topic for non-versioned buckets"
121+ },
122+ {
123+ "suffix" : " cold-status-e2e-azure-archive-2-suspended" ,
124+ "partitions" : 10 ,
125+ "description" : " Azure archive 2 cold status topic for suspended buckets"
126+ },
127+ {
128+ "suffix" : " cold-status-e2e-azure-archive-2-versioned" ,
129+ "partitions" : 10 ,
130+ "description" : " Azure archive 2 cold status topic for versioned buckets"
116131 }
117132 ]
118133}
You can’t perform that action at this time.
0 commit comments