Skip to content

Commit aac6ed0

Browse files
committed
fixing
1 parent 2bb19b9 commit aac6ed0

7 files changed

Lines changed: 525 additions & 27 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,35 +38,74 @@ 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+
E2E_TYPE: miwi
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:
5455
LOCATION: uksouth
56+
E2E_TYPE: miwi
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:
6264
LOCATION: uksouth
65+
E2E_TYPE: miwi
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:
6972
LOCATION: westus3
73+
E2E_TYPE: miwi
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+
LOCATION: uksouth
82+
E2E_TYPE: csp
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+
LOCATION: uksouth
91+
E2E_TYPE: csp
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+
LOCATION: uksouth
100+
E2E_TYPE: csp
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+
LOCATION: westus3
108+
E2E_TYPE: csp
70109
workflow: aro-classic-e2e
71110
zz_generated_metadata:
72111
branch: master

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,28 +22,58 @@ 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:
3030
LOCATION: uksouth
31+
E2E_TYPE: miwi
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:
3839
LOCATION: uksouth
40+
E2E_TYPE: miwi
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:
4648
LOCATION: uksouth
49+
E2E_TYPE: miwi
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+
LOCATION: uksouth
58+
E2E_TYPE: csp
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+
LOCATION: uksouth
67+
E2E_TYPE: csp
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+
LOCATION: uksouth
76+
E2E_TYPE: csp
4777
workflow: aro-classic-e2e
4878
zz_generated_metadata:
4979
branch: master

0 commit comments

Comments
 (0)