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
8 changes: 4 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 @@ -44,7 +44,7 @@ tests:
cluster_profile: aro-classic-int
env:
E2E_TYPE: miwi
LOCATION: uksouth
LOCATION: eastus
workflow: aro-classic-e2e
- always_run: false
as: stage-e2e-parallel-miwi
Expand All @@ -53,7 +53,7 @@ tests:
cluster_profile: aro-classic-stg
env:
E2E_TYPE: miwi
LOCATION: uksouth
LOCATION: westus2
workflow: aro-classic-e2e
- always_run: false
as: prod-e2e-parallel-miwi
Expand All @@ -79,7 +79,7 @@ tests:
cluster_profile: aro-classic-int
env:
E2E_TYPE: csp
LOCATION: uksouth
LOCATION: eastus
workflow: aro-classic-e2e
- always_run: false
as: stage-e2e-parallel-csp
Expand All @@ -88,7 +88,7 @@ tests:
cluster_profile: aro-classic-stg
env:
E2E_TYPE: csp
LOCATION: uksouth
LOCATION: westus2
workflow: aro-classic-e2e
- always_run: false
as: prod-e2e-parallel-csp
Expand Down
82 changes: 82 additions & 0 deletions ci-operator/config/Azure/ARO-RP/Azure-ARO-RP-master__e2e.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
base_images:
aro-classic-e2e:
name: aro-classic-ci-images
namespace: aro-classic
tag: aro-classic-e2e
build_root:
image_stream_tag:
name: release
namespace: openshift
tag: golang-1.25
releases:
latest:
integration:
name: "4.22"
namespace: ocp
resources:
'*':
limits:
memory: 4Gi
requests:
cpu: 100m
memory: 200Mi
tests:
- as: integration-e2e-parallel-miwi
postsubmit: true
run_if_changed: ^$
Comment thread
rachelvweber marked this conversation as resolved.
steps:
cluster_profile: aro-classic-int
env:
E2E_TYPE: miwi
LOCATION: eastus
workflow: aro-classic-e2e
- as: stage-e2e-parallel-miwi
postsubmit: true
run_if_changed: ^$
steps:
cluster_profile: aro-classic-stg
env:
E2E_TYPE: miwi
LOCATION: westus2
workflow: aro-classic-e2e
- as: prod-e2e-parallel-miwi
postsubmit: true
run_if_changed: ^$
steps:
cluster_profile: aro-classic-prod
env:
E2E_TYPE: miwi
LOCATION: uksouth
workflow: aro-classic-e2e
- as: integration-e2e-parallel-csp
postsubmit: true
run_if_changed: ^$
steps:
cluster_profile: aro-classic-int
env:
E2E_TYPE: csp
LOCATION: eastus
workflow: aro-classic-e2e
- as: stage-e2e-parallel-csp
postsubmit: true
run_if_changed: ^$
steps:
cluster_profile: aro-classic-stg
env:
E2E_TYPE: csp
LOCATION: westus2
workflow: aro-classic-e2e
- as: prod-e2e-parallel-csp
postsubmit: true
run_if_changed: ^$
steps:
cluster_profile: aro-classic-prod
env:
E2E_TYPE: csp
LOCATION: uksouth
workflow: aro-classic-e2e
zz_generated_metadata:
branch: master
org: Azure
repo: ARO-RP
variant: e2e
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ tests:
cluster_profile: aro-classic-int
env:
E2E_TYPE: miwi
LOCATION: uksouth
LOCATION: eastus
workflow: aro-classic-e2e
- always_run: false
as: stage-e2e-parallel-miwi
Expand All @@ -37,7 +37,7 @@ tests:
cluster_profile: aro-classic-stg
env:
E2E_TYPE: miwi
LOCATION: uksouth
LOCATION: westus2
workflow: aro-classic-e2e
- always_run: false
as: prod-e2e-parallel-miwi
Expand All @@ -55,7 +55,7 @@ tests:
cluster_profile: aro-classic-int
env:
E2E_TYPE: csp
LOCATION: uksouth
LOCATION: eastus
workflow: aro-classic-e2e
- always_run: false
as: stage-e2e-parallel-csp
Expand All @@ -64,7 +64,7 @@ tests:
cluster_profile: aro-classic-stg
env:
E2E_TYPE: csp
LOCATION: uksouth
LOCATION: westus2
workflow: aro-classic-e2e
- always_run: false
as: prod-e2e-parallel-csp
Expand Down
Loading