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
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,17 @@ tests:
commands: make unit
container:
from: src
- as: e2e-aws
- as: e2e-gcp
steps:
cluster_profile: aws
workflow: openshift-e2e-aws
- as: e2e-aws-serial
cluster_profile: gcp
workflow: openshift-e2e-gcp
- as: e2e-gcp-serial
steps:
cluster_profile: aws
workflow: openshift-e2e-aws-serial
- as: e2e-aws-operator
cluster_profile: gcp
workflow: openshift-e2e-gcp-serial
- as: e2e-gcp-operator
steps:
cluster_profile: aws
cluster_profile: gcp
test:
- as: test
cli: latest
Expand All @@ -59,10 +59,10 @@ tests:
resources:
requests:
cpu: 100m
workflow: ipi-aws
- as: e2e-aws-console-olm
workflow: ipi-gcp
- as: e2e-gcp-console-olm
steps:
cluster_profile: aws
cluster_profile: gcp
test:
- as: test
cli: latest
Expand All @@ -71,11 +71,11 @@ tests:
resources:
requests:
cpu: 100m
workflow: ipi-aws
- as: e2e-aws-upgrade
workflow: ipi-gcp
- as: e2e-gcp-upgrade
steps:
cluster_profile: aws
workflow: openshift-upgrade-aws
cluster_profile: gcp
workflow: openshift-upgrade-gcp
zz_generated_metadata:
branch: master
org: operator-framework
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ resources:
cpu: 100m
memory: 200Mi
tests:
- as: e2e-aws
- as: e2e-gcp
optional: true
steps:
cluster_profile: aws
workflow: openshift-e2e-aws
cluster_profile: gcp
workflow: openshift-e2e-gcp
zz_generated_metadata:
branch: master
org: operator-framework
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,17 @@ tests:
commands: make unit
container:
from: src
- as: e2e-aws
- as: e2e-gcp
steps:
cluster_profile: aws
workflow: openshift-e2e-aws
- as: e2e-aws-serial
cluster_profile: gcp
workflow: openshift-e2e-gcp
- as: e2e-gcp-serial
steps:
cluster_profile: aws
workflow: openshift-e2e-aws-serial
- as: e2e-aws-operator
cluster_profile: gcp
workflow: openshift-e2e-gcp-serial
- as: e2e-gcp-operator
steps:
cluster_profile: aws
cluster_profile: gcp
test:
- as: test
cli: latest
Expand All @@ -60,10 +60,10 @@ tests:
resources:
requests:
cpu: 100m
workflow: ipi-aws
- as: e2e-aws-console-olm
workflow: ipi-gcp
- as: e2e-gcp-console-olm
steps:
cluster_profile: aws
cluster_profile: gcp
test:
- as: test
cli: latest
Expand All @@ -72,11 +72,11 @@ tests:
resources:
requests:
cpu: 100m
workflow: ipi-aws
- as: e2e-aws-upgrade
workflow: ipi-gcp
- as: e2e-gcp-upgrade
steps:
cluster_profile: aws
workflow: openshift-upgrade-aws
cluster_profile: gcp
workflow: openshift-upgrade-gcp
zz_generated_metadata:
branch: release-4.11
org: operator-framework
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ resources:
cpu: 100m
memory: 200Mi
tests:
- as: e2e-aws
- as: e2e-gcp
optional: true
steps:
cluster_profile: aws
workflow: openshift-e2e-aws
cluster_profile: gcp
workflow: openshift-e2e-gcp
zz_generated_metadata:
branch: release-4.11
org: operator-framework
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,17 @@ tests:
commands: make unit
container:
from: src
- as: e2e-aws
- as: e2e-gcp
steps:
cluster_profile: aws
workflow: openshift-e2e-aws
- as: e2e-aws-serial
cluster_profile: gcp
workflow: openshift-e2e-gcp
- as: e2e-gcp-serial
steps:
cluster_profile: aws
workflow: openshift-e2e-aws-serial
- as: e2e-aws-operator
cluster_profile: gcp
workflow: openshift-e2e-gcp-serial
- as: e2e-gcp-operator
steps:
cluster_profile: aws
cluster_profile: gcp
test:
- as: test
cli: latest
Expand All @@ -59,10 +59,10 @@ tests:
resources:
requests:
cpu: 100m
workflow: ipi-aws
- as: e2e-aws-console-olm
workflow: ipi-gcp
- as: e2e-gcp-console-olm
steps:
cluster_profile: aws
cluster_profile: gcp
test:
- as: test
cli: latest
Expand All @@ -71,11 +71,11 @@ tests:
resources:
requests:
cpu: 100m
workflow: ipi-aws
- as: e2e-aws-upgrade
workflow: ipi-gcp
- as: e2e-gcp-upgrade
steps:
cluster_profile: aws
workflow: openshift-upgrade-aws
cluster_profile: gcp
workflow: openshift-upgrade-gcp
zz_generated_metadata:
branch: release-4.12
org: operator-framework
Expand Down
Loading