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 @@ -117,8 +117,8 @@ tests:
workflow: ipi-gcp
- as: e2e-upgrade
steps:
cluster_profile: azure4
workflow: openshift-upgrade-azure
cluster_profile: aws
workflow: openshift-upgrade-aws
zz_generated_metadata:
branch: master
org: openshift
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ tests:
workflow: ipi-gcp
- as: e2e-upgrade
steps:
cluster_profile: azure4
workflow: openshift-upgrade-azure
cluster_profile: aws
workflow: openshift-upgrade-aws
zz_generated_metadata:
branch: release-4.11
org: openshift
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ tests:
workflow: ipi-gcp
- as: e2e-upgrade
steps:
cluster_profile: azure4
workflow: openshift-upgrade-azure
cluster_profile: aws
workflow: openshift-upgrade-aws
zz_generated_metadata:
branch: release-4.12
org: openshift
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -314,8 +314,8 @@ presubmits:
context: ci/prow/e2e-upgrade
decorate: true
labels:
ci-operator.openshift.io/cloud: azure4
ci-operator.openshift.io/cloud-cluster-profile: azure4
ci-operator.openshift.io/cloud: aws
ci-operator.openshift.io/cloud-cluster-profile: aws
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-operator-framework-olm-master-e2e-upgrade
Expand Down Expand Up @@ -369,7 +369,7 @@ presubmits:
secretName: ci-pull-credentials
- name: cluster-profile
secret:
secretName: cluster-secrets-azure4
secretName: cluster-secrets-aws
- name: pull-secret
secret:
secretName: registry-pull-credentials
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -314,8 +314,8 @@ presubmits:
context: ci/prow/e2e-upgrade
decorate: true
labels:
ci-operator.openshift.io/cloud: azure4
ci-operator.openshift.io/cloud-cluster-profile: azure4
ci-operator.openshift.io/cloud: aws
ci-operator.openshift.io/cloud-cluster-profile: aws
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-operator-framework-olm-release-4.11-e2e-upgrade
Expand Down Expand Up @@ -369,7 +369,7 @@ presubmits:
secretName: ci-pull-credentials
- name: cluster-profile
secret:
secretName: cluster-secrets-azure4
secretName: cluster-secrets-aws
- name: pull-secret
secret:
secretName: registry-pull-credentials
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -314,8 +314,8 @@ presubmits:
context: ci/prow/e2e-upgrade
decorate: true
labels:
ci-operator.openshift.io/cloud: azure4
ci-operator.openshift.io/cloud-cluster-profile: azure4
ci-operator.openshift.io/cloud: aws
ci-operator.openshift.io/cloud-cluster-profile: aws
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-operator-framework-olm-release-4.12-e2e-upgrade
Expand Down Expand Up @@ -369,7 +369,7 @@ presubmits:
secretName: ci-pull-credentials
- name: cluster-profile
secret:
secretName: cluster-secrets-azure4
secretName: cluster-secrets-aws
- name: pull-secret
secret:
secretName: registry-pull-credentials
Expand Down