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 @@ -204,15 +204,6 @@ tests:
steps:
cluster_profile: vsphere
workflow: openshift-e2e-vsphere
- as: e2e-aws-ovn-stable-stream
cron: 30 0 * * *
steps:
cluster_profile: aws
pre:
- chain: ipi-conf-aws
- ref: ipi-conf-aws-fcos-ami
- chain: ipi-install
workflow: openshift-e2e-aws
zz_generated_metadata:
branch: release-4.11
org: openshift
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -205,10 +205,12 @@ tests:
steps:
cluster_profile: vsphere
workflow: openshift-e2e-vsphere
- as: e2e-aws-ovn-testing-stream
- as: e2e-aws-ovn-stable-stream
cron: 30 0 * * *
steps:
cluster_profile: aws
env:
STREAM: stable
pre:
- chain: ipi-conf-aws
- ref: ipi-conf-aws-fcos-ami
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,15 @@ tests:
steps:
cluster_profile: vsphere
workflow: openshift-e2e-vsphere
- as: e2e-aws-ovn-testing-stream
cron: 30 0 * * *
steps:
cluster_profile: aws
pre:
- chain: ipi-conf-aws
- ref: ipi-conf-aws-fcos-ami
- chain: ipi-install
workflow: openshift-e2e-aws
zz_generated_metadata:
branch: release-4.13
org: openshift
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ periodics:
ci-operator.openshift.io/variant: okd
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: periodic-ci-openshift-installer-release-4.12-okd-e2e-aws-ovn-testing-stream
name: periodic-ci-openshift-installer-release-4.12-okd-e2e-aws-ovn-stable-stream
spec:
containers:
- args:
Expand All @@ -22,8 +22,8 @@ periodics:
- --lease-server-credentials-file=/etc/boskos/credentials
- --report-credentials-file=/etc/report/credentials
- --secret-dir=/secrets/ci-pull-credentials
- --secret-dir=/usr/local/e2e-aws-ovn-testing-stream-cluster-profile
- --target=e2e-aws-ovn-testing-stream
- --secret-dir=/usr/local/e2e-aws-ovn-stable-stream-cluster-profile
- --target=e2e-aws-ovn-stable-stream
- --variant=okd
command:
- ci-operator
Expand All @@ -40,7 +40,7 @@ periodics:
- mountPath: /secrets/ci-pull-credentials
name: ci-pull-credentials
readOnly: true
- mountPath: /usr/local/e2e-aws-ovn-testing-stream-cluster-profile
- mountPath: /usr/local/e2e-aws-ovn-stable-stream-cluster-profile
name: cluster-profile
- mountPath: /secrets/gcs
name: gcs-credentials
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ periodics:
cron: 30 0 * * *
decorate: true
extra_refs:
- base_ref: release-4.11
- base_ref: release-4.13
org: openshift
repo: installer
labels:
Expand All @@ -13,7 +13,7 @@ periodics:
ci-operator.openshift.io/variant: okd
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: periodic-ci-openshift-installer-release-4.11-okd-e2e-aws-ovn-stable-stream
name: periodic-ci-openshift-installer-release-4.13-okd-e2e-aws-ovn-testing-stream
spec:
containers:
- args:
Expand All @@ -22,8 +22,8 @@ periodics:
- --lease-server-credentials-file=/etc/boskos/credentials
- --report-credentials-file=/etc/report/credentials
- --secret-dir=/secrets/ci-pull-credentials
- --secret-dir=/usr/local/e2e-aws-ovn-stable-stream-cluster-profile
- --target=e2e-aws-ovn-stable-stream
- --secret-dir=/usr/local/e2e-aws-ovn-testing-stream-cluster-profile
- --target=e2e-aws-ovn-testing-stream
- --variant=okd
command:
- ci-operator
Expand All @@ -40,7 +40,7 @@ periodics:
- mountPath: /secrets/ci-pull-credentials
name: ci-pull-credentials
readOnly: true
- mountPath: /usr/local/e2e-aws-ovn-stable-stream-cluster-profile
- mountPath: /usr/local/e2e-aws-ovn-testing-stream-cluster-profile
name: cluster-profile
- mountPath: /secrets/gcs
name: gcs-credentials
Expand Down