Skip to content

Commit c5e0dd3

Browse files
authored
Pass is-large-runner to release-dev workflow (#695)
1 parent b6613ec commit c5e0dd3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release-dev.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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 }}

e2e/restore_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)