Skip to content

Commit c9f841d

Browse files
committed
Adding MIWI tests to aro e2e
1 parent adc5f8a commit c9f841d

4 files changed

Lines changed: 473 additions & 24 deletions

File tree

ci-operator/config/Azure/ARO-RP/Azure-ARO-RP-master.yaml

Lines changed: 37 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,31 +38,64 @@ resources:
3838
memory: 200Mi
3939
tests:
4040
- always_run: false
41-
as: integration-e2e-parallel
41+
as: integration-e2e-parallel-miwi
4242
optional: true
4343
steps:
4444
cluster_profile: aro-classic-int
4545
env:
4646
LOCATION: uksouth
47+
leases:
48+
- env: LEASED_MSI_CONTAINERS
49+
resource_type: aro-classic-test-msi-containers-int
4750
workflow: aro-classic-e2e
4851
- always_run: false
49-
as: stage-e2e-parallel
52+
as: stage-e2e-parallel-miwi
5053
optional: true
5154
steps:
5255
cluster_profile: aro-classic-stg
5356
env:
5457
LOCATION: uksouth
58+
leases:
59+
- env: LEASED_MSI_CONTAINERS
60+
resource_type: aro-classic-test-msi-containers-stg
5561
workflow: aro-classic-e2e
5662
- always_run: false
57-
as: prod-e2e-parallel
63+
as: prod-e2e-parallel-miwi
5864
optional: true
5965
steps:
6066
cluster_profile: aro-classic-prod
6167
env:
6268
LOCATION: uksouth
69+
leases:
70+
- env: LEASED_MSI_CONTAINERS
71+
resource_type: aro-classic-test-msi-containers-prod
6372
workflow: aro-classic-e2e
6473
- always_run: false
65-
as: e2e-parallel
74+
as: integration-e2e-parallel-csp
75+
optional: true
76+
steps:
77+
cluster_profile: aro-classic-int
78+
env:
79+
LOCATION: uksouth
80+
workflow: aro-classic-e2e
81+
- always_run: false
82+
as: stage-e2e-parallel-csp
83+
optional: true
84+
steps:
85+
cluster_profile: aro-classic-stg
86+
env:
87+
LOCATION: uksouth
88+
workflow: aro-classic-e2e
89+
- always_run: false
90+
as: prod-e2e-parallel-csp
91+
optional: true
92+
steps:
93+
cluster_profile: aro-classic-prod
94+
env:
95+
LOCATION: uksouth
96+
workflow: aro-classic-e2e
97+
- always_run: false
98+
as: e2e-parallel-csp
6699
steps:
67100
cluster_profile: aro-classic-dev
68101
env:

0 commit comments

Comments
 (0)