File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -167,6 +167,7 @@ jobs:
167167 - uses : ./.github/actions/e2e
168168 with :
169169 test-name : ' ${{ matrix.test }}'
170+ is-large-runner : ${{ matrix.runner == 'embedded-cluster' }}
170171 airgap-license-id : ${{ secrets.STAGING_EMBEDDED_CLUSTER_AIRGAP_LICENSE_ID }}
171172 snapshot-license-id : ${{ secrets.STAGING_EMBEDDED_CLUSTER_SNAPSHOT_LICENSE_ID }}
172173 snapshot-license : ${{ secrets.STAGING_EMBEDDED_CLUSTER_SNAPSHOT_LICENSE }}
Original file line number Diff line number Diff line change @@ -500,7 +500,7 @@ func TestMultiNodeAirgapHADisasterRecovery(t *testing.T) {
500500 "DR_AWS_S3_ENDPOINT" ,
501501 "DR_AWS_S3_REGION" ,
502502 "DR_AWS_S3_BUCKET" ,
503- "DR_AWS_S3_PREFIX " ,
503+ "DR_AWS_S3_PREFIX_AIRGAP " ,
504504 "DR_AWS_ACCESS_KEY_ID" ,
505505 "DR_AWS_SECRET_ACCESS_KEY" ,
506506 }
You can’t perform that action at this time.
0 commit comments