Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ tests:
commands: |
dir=$GOPATH/src/github.com/openshift/client-go
git clone https://github.com/openshift/client-go $dir
pushd $dir
git checkout release-4.11
popd
rm -rf $dir/vendor/github.com/openshift/api/*
cp -Rf * $dir/vendor/github.com/openshift/api/
rm -rf $dir/vendor/github.com/openshift/api/vendor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ releases:
candidate:
product: ocp
stream: nightly
version: "4.10"
version: "4.12"
resources:
'*':
limits:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ releases:
candidate:
product: ocp
stream: nightly
version: "4.10"
version: "4.11"
resources:
'*':
limits:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ releases:
candidate:
product: ocp
stream: nightly
version: "4.10"
version: "4.12"
resources:
'*':
limits:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ releases:
candidate:
product: ocp
stream: nightly
version: "4.10"
version: "4.12"
resources:
'*':
limits:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@ resources:
memory: 200Mi
test_binary_build_commands: make test
tests:
- as: unit
commands: make test-unit
container:
from: src
- as: verify
commands: make verify
container:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@ resources:
memory: 200Mi
test_binary_build_commands: make test
tests:
- as: unit
commands: make test-unit
container:
from: src
- as: verify
commands: make verify
container:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@ resources:
memory: 200Mi
test_binary_build_commands: make test
tests:
- as: unit
commands: make test-unit
container:
from: src
- as: verify
commands: make verify
container:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -196,12 +196,12 @@ tests:
commands: IS_CONTAINER=TRUE ./hack/verify-codegen.sh
container:
from: src
- as: e2e-aws
- as: e2e-aws-ovn
skip_if_only_changed: (^(docs|upi|hack)/)|((^|/)OWNERS(_ALIASES)?$)|((^|/)[A-Z]+\.md$)|(^images/(alibabacloud|azure|azurestack|baremetal|gcp|ibmcloud|libvirt|nutanix|openstack|ovirt|powervs|vsphere)/)
steps:
cluster_profile: aws
workflow: openshift-e2e-aws
- as: e2e-aws-proxy
- as: e2e-aws-ovn-proxy
optional: true
run_if_changed: aws
steps:
Expand All @@ -212,21 +212,21 @@ tests:
steps:
cluster_profile: aws
workflow: openshift-e2e-aws-upi-proxy
- as: e2e-aws-shared-vpc
- as: e2e-aws-ovn-shared-vpc
optional: true
run_if_changed: aws
steps:
cluster_profile: aws
workflow: openshift-e2e-aws-sharednetwork
- as: e2e-aws-imdsv2
- as: e2e-aws-ovn-imdsv2
optional: true
run_if_changed: aws
steps:
cluster_profile: aws
env:
AWS_METADATA_SERVICE_AUTH: Required
workflow: openshift-e2e-aws
- as: e2e-gcp
- as: e2e-gcp-ovn
skip_if_only_changed: (^(docs|upi|hack)/)|((^|/)OWNERS(_ALIASES)?$)|((^|/)[A-Z]+\.md$)|(^(data/.*|images|pkg/.*|terraform/providers)/(alibabacloud|aws|azure|azurestack|baremetal|ibmcloud|libvirt|nutanix|openstack|ovirt|powervs|vsphere)/)
steps:
cluster_profile: gcp
Expand All @@ -243,24 +243,24 @@ tests:
identity\|\[StatefulSetBasic\] should adopt matching orphans and release non-matching
pods\|PVC Protection
workflow: openshift-e2e-alibabacloud
- as: e2e-gcp-shared-vpc
- as: e2e-gcp-ovn-shared-vpc
optional: true
run_if_changed: gcp
steps:
cluster_profile: gcp
workflow: openshift-e2e-gcp-sharednetwork
- as: e2e-azure
- as: e2e-azure-ovn
skip_if_only_changed: (^(docs|upi|hack)/)|((^|/)OWNERS(_ALIASES)?$)|((^|/)[A-Z]+\.md$)|(^(data/.*|images|pkg/.*|terraform/providers)/(alibabacloud|aws|baremetal|gcp|ibmcloud|libvirt|nutanix|openstack|ovirt|powervs|vsphere)/)
steps:
cluster_profile: azure4
workflow: openshift-e2e-azure
- as: e2e-azure-shared-vpc
- as: e2e-azure-ovn-shared-vpc
optional: true
run_if_changed: azure
steps:
cluster_profile: azure4
workflow: openshift-e2e-azure-sharednetwork
- as: e2e-azure-resourcegroup
- as: e2e-azure-ovn-resourcegroup
optional: true
run_if_changed: azure
steps:
Expand All @@ -271,12 +271,12 @@ tests:
steps:
cluster_profile: aws
workflow: openshift-upgrade-aws-latestinstaller
- as: e2e-aws-upi
- as: e2e-aws-ovn-upi
run_if_changed: ^(upi/aws/.*)|^(images/installer/Dockerfile\.upi.*)
steps:
cluster_profile: aws
workflow: openshift-e2e-aws-upi
- as: e2e-gcp-upi
- as: e2e-gcp-ovn-upi
run_if_changed: ^(upi/gcp/.*)|^(images/installer/Dockerfile\.upi.*)
steps:
cluster_profile: gcp
Expand All @@ -287,7 +287,7 @@ tests:
steps:
cluster_profile: gcp
workflow: openshift-e2e-gcp-upi-xpn
- as: e2e-azure-upi
- as: e2e-azure-ovn-upi
run_if_changed: ^(upi/(azure|azurestack)/.*)|^(images/installer/Dockerfile\.upi.*)
steps:
cluster_profile: azure4
Expand Down Expand Up @@ -396,7 +396,7 @@ tests:
steps:
cluster_profile: openstack-vexxhost
workflow: openshift-manifests-openstack
- as: e2e-vsphere
- as: e2e-vsphere-ovn
skip_if_only_changed: (^(docs|upi|hack)/)|((^|/)OWNERS(_ALIASES)?$)|((^|/)[A-Z]+\.md$)|(^(data/.*|images|pkg/.*|terraform/providers)/(alibabacloud|aws|azure|azurestack|baremetal|gcp|ibmcloud|libvirt|nutanix|openstack|ovirt|powervs)/)
steps:
cluster_profile: vsphere
Expand Down Expand Up @@ -433,7 +433,7 @@ tests:
steps:
cluster_profile: ovirt
workflow: openshift-e2e-ovirt-minimal
- as: e2e-aws-single-node
- as: e2e-aws-ovn-single-node
optional: true
run_if_changed: aws
steps:
Expand All @@ -445,7 +445,7 @@ tests:
steps:
cluster_profile: packet-sno
workflow: baremetalds-sno
- as: e2e-aws-fips
- as: e2e-aws-ovn-fips
optional: true
run_if_changed: aws
steps:
Expand Down Expand Up @@ -487,7 +487,7 @@ tests:
env:
TEST_SKIPS: provisioning should provision storage with pvc data source in parallel
workflow: openshift-e2e-azurestack-upi
- as: e2e-ibmcloud
- as: e2e-ibmcloud-ovn
optional: true
skip_if_only_changed: (^(docs|upi|hack)/)|((^|/)OWNERS(_ALIASES)?$)|((^|/)[A-Z]+\.md$)|(^(data/.*|images|pkg/.*|terraform/providers)/(alibabacloud|aws|azure|azurestack|baremetal|gcp|libvirt|nutanix|openstack|ovirt|powervs|vsphere)/)
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -197,12 +197,12 @@ tests:
commands: IS_CONTAINER=TRUE ./hack/verify-codegen.sh
container:
from: src
- as: e2e-aws
- as: e2e-aws-ovn
skip_if_only_changed: (^(docs|upi|hack)/)|((^|/)OWNERS(_ALIASES)?$)|((^|/)[A-Z]+\.md$)|(^images/(alibabacloud|azure|azurestack|baremetal|gcp|ibmcloud|libvirt|nutanix|openstack|ovirt|powervs|vsphere)/)
steps:
cluster_profile: aws
workflow: openshift-e2e-aws
- as: e2e-aws-proxy
- as: e2e-aws-ovn-proxy
optional: true
run_if_changed: aws
steps:
Expand All @@ -213,21 +213,21 @@ tests:
steps:
cluster_profile: aws
workflow: openshift-e2e-aws-upi-proxy
- as: e2e-aws-shared-vpc
- as: e2e-aws-ovn-shared-vpc
optional: true
run_if_changed: aws
steps:
cluster_profile: aws
workflow: openshift-e2e-aws-sharednetwork
- as: e2e-aws-imdsv2
- as: e2e-aws-ovn-imdsv2
optional: true
run_if_changed: aws
steps:
cluster_profile: aws
env:
AWS_METADATA_SERVICE_AUTH: Required
workflow: openshift-e2e-aws
- as: e2e-gcp
- as: e2e-gcp-ovn
skip_if_only_changed: (^(docs|upi|hack)/)|((^|/)OWNERS(_ALIASES)?$)|((^|/)[A-Z]+\.md$)|(^(data/.*|images|pkg/.*|terraform/providers)/(alibabacloud|aws|azure|azurestack|baremetal|ibmcloud|libvirt|nutanix|openstack|ovirt|powervs|vsphere)/)
steps:
cluster_profile: gcp
Expand All @@ -244,24 +244,24 @@ tests:
identity\|\[StatefulSetBasic\] should adopt matching orphans and release non-matching
pods\|PVC Protection
workflow: openshift-e2e-alibabacloud
- as: e2e-gcp-shared-vpc
- as: e2e-gcp-ovn-shared-vpc
optional: true
run_if_changed: gcp
steps:
cluster_profile: gcp
workflow: openshift-e2e-gcp-sharednetwork
- as: e2e-azure
- as: e2e-azure-ovn
skip_if_only_changed: (^(docs|upi|hack)/)|((^|/)OWNERS(_ALIASES)?$)|((^|/)[A-Z]+\.md$)|(^(data/.*|images|pkg/.*|terraform/providers)/(alibabacloud|aws|baremetal|gcp|ibmcloud|libvirt|nutanix|openstack|ovirt|powervs|vsphere)/)
steps:
cluster_profile: azure4
workflow: openshift-e2e-azure
- as: e2e-azure-shared-vpc
- as: e2e-azure-ovn-shared-vpc
optional: true
run_if_changed: azure
steps:
cluster_profile: azure4
workflow: openshift-e2e-azure-sharednetwork
- as: e2e-azure-resourcegroup
- as: e2e-azure-ovn-resourcegroup
optional: true
run_if_changed: azure
steps:
Expand All @@ -272,12 +272,12 @@ tests:
steps:
cluster_profile: aws
workflow: openshift-upgrade-aws-latestinstaller
- as: e2e-aws-upi
- as: e2e-aws-ovn-upi
run_if_changed: ^(upi/aws/.*)|^(images/installer/Dockerfile\.upi.*)
steps:
cluster_profile: aws
workflow: openshift-e2e-aws-upi
- as: e2e-gcp-upi
- as: e2e-gcp-ovn-upi
run_if_changed: ^(upi/gcp/.*)|^(images/installer/Dockerfile\.upi.*)
steps:
cluster_profile: gcp
Expand All @@ -288,7 +288,7 @@ tests:
steps:
cluster_profile: gcp
workflow: openshift-e2e-gcp-upi-xpn
- as: e2e-azure-upi
- as: e2e-azure-ovn-upi
run_if_changed: ^(upi/(azure|azurestack)/.*)|^(images/installer/Dockerfile\.upi.*)
steps:
cluster_profile: azure4
Expand Down Expand Up @@ -397,7 +397,7 @@ tests:
steps:
cluster_profile: openstack-vexxhost
workflow: openshift-manifests-openstack
- as: e2e-vsphere
- as: e2e-vsphere-ovn
skip_if_only_changed: (^(docs|upi|hack)/)|((^|/)OWNERS(_ALIASES)?$)|((^|/)[A-Z]+\.md$)|(^(data/.*|images|pkg/.*|terraform/providers)/(alibabacloud|aws|azure|azurestack|baremetal|gcp|ibmcloud|libvirt|nutanix|openstack|ovirt|powervs)/)
steps:
cluster_profile: vsphere
Expand Down Expand Up @@ -434,7 +434,7 @@ tests:
steps:
cluster_profile: ovirt
workflow: openshift-e2e-ovirt-minimal
- as: e2e-aws-single-node
- as: e2e-aws-ovn-single-node
optional: true
run_if_changed: aws
steps:
Expand All @@ -446,7 +446,7 @@ tests:
steps:
cluster_profile: packet-sno
workflow: baremetalds-sno
- as: e2e-aws-fips
- as: e2e-aws-ovn-fips
optional: true
run_if_changed: aws
steps:
Expand Down Expand Up @@ -488,7 +488,7 @@ tests:
env:
TEST_SKIPS: provisioning should provision storage with pvc data source in parallel
workflow: openshift-e2e-azurestack-upi
- as: e2e-ibmcloud
- as: e2e-ibmcloud-ovn
optional: true
skip_if_only_changed: (^(docs|upi|hack)/)|((^|/)OWNERS(_ALIASES)?$)|((^|/)[A-Z]+\.md$)|(^(data/.*|images|pkg/.*|terraform/providers)/(alibabacloud|aws|azure|azurestack|baremetal|gcp|libvirt|nutanix|openstack|ovirt|powervs|vsphere)/)
steps:
Expand Down
Loading