Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 43 additions & 4 deletions ci-operator/config/Azure/ARO-RP/Azure-ARO-RP-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,34 +38,73 @@ resources:
memory: 200Mi
tests:
- always_run: false
as: integration-e2e-parallel
as: integration-e2e-parallel-miwi
optional: true
steps:
cluster_profile: aro-classic-int
env:
E2E_TYPE: miwi
LOCATION: uksouth
workflow: aro-classic-e2e
- always_run: false
as: stage-e2e-parallel
as: stage-e2e-parallel-miwi
optional: true
steps:
cluster_profile: aro-classic-stg
env:
E2E_TYPE: miwi
LOCATION: uksouth
workflow: aro-classic-e2e
- always_run: false
as: prod-e2e-parallel
as: prod-e2e-parallel-miwi
optional: true
steps:
cluster_profile: aro-classic-prod
env:
E2E_TYPE: miwi
LOCATION: uksouth
workflow: aro-classic-e2e
- always_run: false
as: e2e-parallel
as: e2e-parallel-miwi
steps:
cluster_profile: aro-classic-dev
env:
E2E_TYPE: miwi
LOCATION: westus3
workflow: aro-classic-e2e
- always_run: false
as: integration-e2e-parallel-csp
optional: true
steps:
cluster_profile: aro-classic-int
env:
E2E_TYPE: csp
LOCATION: uksouth
workflow: aro-classic-e2e
- always_run: false
as: stage-e2e-parallel-csp
optional: true
steps:
cluster_profile: aro-classic-stg
env:
E2E_TYPE: csp
LOCATION: uksouth
workflow: aro-classic-e2e
- always_run: false
as: prod-e2e-parallel-csp
optional: true
steps:
cluster_profile: aro-classic-prod
env:
E2E_TYPE: csp
LOCATION: uksouth
workflow: aro-classic-e2e
- always_run: false
as: e2e-parallel-csp
steps:
cluster_profile: aro-classic-dev
env:
E2E_TYPE: csp
LOCATION: westus3
workflow: aro-classic-e2e
zz_generated_metadata:
Expand Down
36 changes: 33 additions & 3 deletions ci-operator/config/Azure/ARO-RP/Azure-ARO-RP-master__periodic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,27 +22,57 @@ resources:
memory: 200Mi
tests:
- always_run: false
as: integration-e2e-parallel
as: integration-e2e-parallel-miwi
cron: 0 0 1 1 *
steps:
cluster_profile: aro-classic-int
env:
E2E_TYPE: miwi
LOCATION: uksouth
workflow: aro-classic-e2e
- always_run: false
as: stage-e2e-parallel
as: stage-e2e-parallel-miwi
cron: 0 0 1 1 *
steps:
cluster_profile: aro-classic-stg
env:
E2E_TYPE: miwi
LOCATION: uksouth
workflow: aro-classic-e2e
- always_run: false
as: prod-e2e-parallel
as: prod-e2e-parallel-miwi
cron: 0 0 1 1 *
steps:
cluster_profile: aro-classic-prod
env:
E2E_TYPE: miwi
LOCATION: uksouth
workflow: aro-classic-e2e
- always_run: false
as: integration-e2e-parallel-csp
cron: 0 0 1 1 *
steps:
cluster_profile: aro-classic-int
env:
E2E_TYPE: csp
LOCATION: uksouth
workflow: aro-classic-e2e
- always_run: false
as: stage-e2e-parallel-csp
cron: 0 0 1 1 *
steps:
cluster_profile: aro-classic-stg
env:
E2E_TYPE: csp
LOCATION: uksouth
workflow: aro-classic-e2e
- always_run: false
as: prod-e2e-parallel-csp
cron: 0 0 1 1 *
steps:
cluster_profile: aro-classic-prod
env:
E2E_TYPE: csp
LOCATION: uksouth
workflow: aro-classic-e2e
zz_generated_metadata:
Expand Down
Loading