mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-01-22 21:31:14 -05:00
ci: move aws iam create test to less utilized zone (#1350)
This commit is contained in:
parent
e02183b9d9
commit
3d0ad0b8e1
2
.github/actions/e2e_test/action.yml
vendored
2
.github/actions/e2e_test/action.yml
vendored
@ -170,7 +170,7 @@ runs:
|
|||||||
uses: ./.github/actions/constellation_iam_create
|
uses: ./.github/actions/constellation_iam_create
|
||||||
with:
|
with:
|
||||||
cloudProvider: ${{ inputs.cloudProvider }}
|
cloudProvider: ${{ inputs.cloudProvider }}
|
||||||
awsZone: eu-central-1a
|
awsZone: eu-central-1c
|
||||||
awsPrefix: e2e_${{ github.run_id }}_${{ github.run_attempt }}
|
awsPrefix: e2e_${{ github.run_id }}_${{ github.run_attempt }}
|
||||||
azureRegion: northeurope
|
azureRegion: northeurope
|
||||||
azureResourceGroup: e2e_${{ github.run_id }}_${{ github.run_attempt }}_rg
|
azureResourceGroup: e2e_${{ github.run_id }}_${{ github.run_attempt }}_rg
|
||||||
|
Loading…
Reference in New Issue
Block a user