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
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ tests:
TEST_TYPE: upgrade-conformance
workflow: baremetalds-e2e-upgrade
timeout: 5h0m0s
- as: e2e-metal-ipi-upgrade-ovn-ipv6
- as: e2e-metal-ipi-upgrade-ovn-ipv6-test
cluster: build05
cron: 0 12 1 1 *
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42278,7 +42278,7 @@ periodics:
ci.openshift.io/no-builds: "true"
job-release: "4.12"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: periodic-ci-openshift-release-master-nightly-4.12-upgrade-from-stable-4.11-e2e-metal-ipi-upgrade-ovn-ipv6
name: periodic-ci-openshift-release-master-nightly-4.12-upgrade-from-stable-4.11-e2e-metal-ipi-upgrade-ovn-ipv6-test
spec:
containers:
- args:
Expand All @@ -42287,8 +42287,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-metal-ipi-upgrade-ovn-ipv6-cluster-profile
- --target=e2e-metal-ipi-upgrade-ovn-ipv6
- --secret-dir=/usr/local/e2e-metal-ipi-upgrade-ovn-ipv6-test-cluster-profile
- --target=e2e-metal-ipi-upgrade-ovn-ipv6-test
- --variant=nightly-4.12-upgrade-from-stable-4.11
command:
- ci-operator
Expand All @@ -42305,7 +42305,7 @@ periodics:
- mountPath: /secrets/ci-pull-credentials
name: ci-pull-credentials
readOnly: true
- mountPath: /usr/local/e2e-metal-ipi-upgrade-ovn-ipv6-cluster-profile
- mountPath: /usr/local/e2e-metal-ipi-upgrade-ovn-ipv6-test-cluster-profile
name: cluster-profile
- mountPath: /secrets/gcs
name: gcs-credentials
Expand Down