Skip to content

Commit 2aba005

Browse files
committed
fixing
1 parent 2bb19b9 commit 2aba005

8 files changed

Lines changed: 859 additions & 33 deletions

File tree

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

Lines changed: 43 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,34 +38,73 @@ 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:
46+
E2E_TYPE: miwi
4647
LOCATION: uksouth
4748
workflow: aro-classic-e2e
4849
- always_run: false
49-
as: stage-e2e-parallel
50+
as: stage-e2e-parallel-miwi
5051
optional: true
5152
steps:
5253
cluster_profile: aro-classic-stg
5354
env:
55+
E2E_TYPE: miwi
5456
LOCATION: uksouth
5557
workflow: aro-classic-e2e
5658
- always_run: false
57-
as: prod-e2e-parallel
59+
as: prod-e2e-parallel-miwi
5860
optional: true
5961
steps:
6062
cluster_profile: aro-classic-prod
6163
env:
64+
E2E_TYPE: miwi
6265
LOCATION: uksouth
6366
workflow: aro-classic-e2e
6467
- always_run: false
65-
as: e2e-parallel
68+
as: e2e-parallel-miwi
6669
steps:
6770
cluster_profile: aro-classic-dev
6871
env:
72+
E2E_TYPE: miwi
73+
LOCATION: westus3
74+
workflow: aro-classic-e2e
75+
- always_run: false
76+
as: integration-e2e-parallel-csp
77+
optional: true
78+
steps:
79+
cluster_profile: aro-classic-int
80+
env:
81+
E2E_TYPE: csp
82+
LOCATION: uksouth
83+
workflow: aro-classic-e2e
84+
- always_run: false
85+
as: stage-e2e-parallel-csp
86+
optional: true
87+
steps:
88+
cluster_profile: aro-classic-stg
89+
env:
90+
E2E_TYPE: csp
91+
LOCATION: uksouth
92+
workflow: aro-classic-e2e
93+
- always_run: false
94+
as: prod-e2e-parallel-csp
95+
optional: true
96+
steps:
97+
cluster_profile: aro-classic-prod
98+
env:
99+
E2E_TYPE: csp
100+
LOCATION: uksouth
101+
workflow: aro-classic-e2e
102+
- always_run: false
103+
as: e2e-parallel-csp
104+
steps:
105+
cluster_profile: aro-classic-dev
106+
env:
107+
E2E_TYPE: csp
69108
LOCATION: westus3
70109
workflow: aro-classic-e2e
71110
zz_generated_metadata:

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

Lines changed: 33 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,27 +22,57 @@ resources:
2222
memory: 200Mi
2323
tests:
2424
- always_run: false
25-
as: integration-e2e-parallel
25+
as: integration-e2e-parallel-miwi
2626
cron: 0 0 1 1 *
2727
steps:
2828
cluster_profile: aro-classic-int
2929
env:
30+
E2E_TYPE: miwi
3031
LOCATION: uksouth
3132
workflow: aro-classic-e2e
3233
- always_run: false
33-
as: stage-e2e-parallel
34+
as: stage-e2e-parallel-miwi
3435
cron: 0 0 1 1 *
3536
steps:
3637
cluster_profile: aro-classic-stg
3738
env:
39+
E2E_TYPE: miwi
3840
LOCATION: uksouth
3941
workflow: aro-classic-e2e
4042
- always_run: false
41-
as: prod-e2e-parallel
43+
as: prod-e2e-parallel-miwi
4244
cron: 0 0 1 1 *
4345
steps:
4446
cluster_profile: aro-classic-prod
4547
env:
48+
E2E_TYPE: miwi
49+
LOCATION: uksouth
50+
workflow: aro-classic-e2e
51+
- always_run: false
52+
as: integration-e2e-parallel-csp
53+
cron: 0 0 1 1 *
54+
steps:
55+
cluster_profile: aro-classic-int
56+
env:
57+
E2E_TYPE: csp
58+
LOCATION: uksouth
59+
workflow: aro-classic-e2e
60+
- always_run: false
61+
as: stage-e2e-parallel-csp
62+
cron: 0 0 1 1 *
63+
steps:
64+
cluster_profile: aro-classic-stg
65+
env:
66+
E2E_TYPE: csp
67+
LOCATION: uksouth
68+
workflow: aro-classic-e2e
69+
- always_run: false
70+
as: prod-e2e-parallel-csp
71+
cron: 0 0 1 1 *
72+
steps:
73+
cluster_profile: aro-classic-prod
74+
env:
75+
E2E_TYPE: csp
4676
LOCATION: uksouth
4777
workflow: aro-classic-e2e
4878
zz_generated_metadata:

0 commit comments

Comments
 (0)