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:
167
167
- uses : ./.github/actions/e2e
168
168
with :
169
169
test-name : ' ${{ matrix.test }}'
170
+ is-large-runner : ${{ matrix.runner == 'embedded-cluster' }}
170
171
airgap-license-id : ${{ secrets.STAGING_EMBEDDED_CLUSTER_AIRGAP_LICENSE_ID }}
171
172
snapshot-license-id : ${{ secrets.STAGING_EMBEDDED_CLUSTER_SNAPSHOT_LICENSE_ID }}
172
173
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) {
500
500
"DR_AWS_S3_ENDPOINT" ,
501
501
"DR_AWS_S3_REGION" ,
502
502
"DR_AWS_S3_BUCKET" ,
503
- "DR_AWS_S3_PREFIX " ,
503
+ "DR_AWS_S3_PREFIX_AIRGAP " ,
504
504
"DR_AWS_ACCESS_KEY_ID" ,
505
505
"DR_AWS_SECRET_ACCESS_KEY" ,
506
506
}
You can’t perform that action at this time.
0 commit comments