Skip to content
Closed
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
154 changes: 152 additions & 2 deletions ci-operator/config/openshift/os/openshift-os-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,158 @@ tests:
cpu: 2000m
devices.kubevirt.io/kvm: "1"
memory: 3Gi
- as: test-in-cluster
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$
- as: e2e-aws
optional: true
steps:
cluster_profile: aws
workflow: openshift-e2e-aws
- as: e2e-aws-upgrade
optional: true
steps:
cluster_profile: aws
workflow: openshift-upgrade-aws
- as: e2e-azure-ovn-upgrade
optional: true
steps:
cluster_profile: azure-2
env:
BASE_DOMAIN: ci2.azure.devcluster.openshift.com
TEST_TYPE: upgrade-conformance
workflow: openshift-upgrade-azure-ovn
- as: e2e-aws-serial
optional: true
steps:
cluster_profile: aws
workflow: openshift-e2e-aws-serial
- as: e2e-gcp-upgrade
optional: true
steps:
cluster_profile: gcp
workflow: openshift-upgrade-gcp
- as: e2e-agnostic-upgrade
optional: true
steps:
cluster_profile: azure4
workflow: openshift-upgrade-azure
- as: e2e-aws-disruptive
optional: true
steps:
cluster_profile: aws
workflow: openshift-e2e-aws-disruption
- as: e2e-vsphere-upi
optional: true
steps:
cluster_profile: vsphere
workflow: openshift-e2e-vsphere-upi
- as: e2e-metal-ipi
optional: true
steps:
cluster_profile: equinix-ocp-metal
workflow: baremetalds-e2e-ipv4
- as: e2e-metal-ipi-ovn-ipv6
optional: true
steps:
cluster_profile: equinix-ocp-metal
workflow: baremetalds-e2e-ovn-ipv6
- as: e2e-metal-ipi-ovn-dualstack
optional: true
steps:
cluster_profile: equinix-ocp-metal
workflow: baremetalds-e2e-ovn-dualstack
- as: e2e-azure
optional: true
steps:
cluster_profile: azure4
workflow: openshift-e2e-azure
- as: e2e-azure-upgrade
optional: true
steps:
cluster_profile: azure4
workflow: openshift-upgrade-azure
- as: e2e-aws-proxy
optional: true
steps:
cluster_profile: aws
workflow: openshift-e2e-aws-proxy
- as: e2e-vsphere
optional: true
steps:
cluster_profile: vsphere
workflow: openshift-e2e-vsphere
- as: e2e-vsphere-upgrade
optional: true
steps:
cluster_profile: vsphere
workflow: openshift-upgrade-vsphere
- as: e2e-ovn-step-registry
optional: true
steps:
cluster_profile: aws
workflow: openshift-e2e-aws-ovn
- as: e2e-metal-assisted
optional: true
steps:
cluster_profile: packet-assisted
workflow: assisted-baremetal
- as: e2e-ovirt
optional: true
steps:
cluster_profile: ovirt
workflow: openshift-e2e-ovirt-minimal
- as: e2e-ovirt-upgrade
optional: true
steps:
cluster_profile: ovirt
workflow: openshift-upgrade-ovirt
- as: e2e-aws-single-node
optional: true
steps:
cluster_profile: aws
workflow: openshift-e2e-aws-single-node
- as: e2e-gcp-single-node
optional: true
steps:
cluster_profile: gcp
workflow: openshift-e2e-gcp-single-node
- as: e2e-gcp-op-single-node
optional: true
steps:
cluster_profile: gcp
test:
- as: test
cli: latest
commands: make test-e2e-single-node
from: src
resources:
requests:
cpu: 100m
workflow: openshift-e2e-gcp-single-node
- as: e2e-aws-upgrade-single-node
optional: true
steps:
cluster_profile: aws
workflow: openshift-upgrade-aws-single-node
- as: e2e-openstack
optional: true
run_if_changed: .*/on-prem/.*|.*openstack.*
steps:
cluster_profile: openstack-vexxhost
env:
BASE_DOMAIN: shiftstack.devcluster.openshift.com
CONFIG_TYPE: minimal
TEST_SUITE: experimental/reliability/minimal
workflow: openshift-e2e-openstack-ipi
- as: e2e-openstack-parallel
optional: true
steps:
cluster_profile: openstack-vexxhost
env:
BASE_DOMAIN: shiftstack.devcluster.openshift.com
CONFIG_TYPE: minimal
TEST_SUITE: openshift/conformance/parallel
workflow: openshift-e2e-openstack-ipi
- as: test-boot-derived-image
optional: true
steps:
cluster_profile: gcp
test:
Expand Down
Loading