Skip to content
Open
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
32 changes: 28 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,31 +38,55 @@ 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:
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:
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:
LOCATION: uksouth
workflow: aro-classic-e2e
- always_run: false
as: e2e-parallel
as: integration-e2e-parallel-csp
optional: true
steps:
cluster_profile: aro-classic-int
env:
LOCATION: uksouth
workflow: aro-classic-e2e
- always_run: false
as: stage-e2e-parallel-csp
optional: true
steps:
cluster_profile: aro-classic-stg
env:
LOCATION: uksouth
workflow: aro-classic-e2e
- always_run: false
as: prod-e2e-parallel-csp
optional: true
steps:
cluster_profile: aro-classic-prod
env:
LOCATION: uksouth
workflow: aro-classic-e2e
- always_run: false
as: e2e-parallel-csp
steps:
cluster_profile: aro-classic-dev
env:
Expand Down
Loading