Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add -ovn- to cluster-control-plane-machine-set-operator #35181

Merged
merged 1 commit into from
Jan 19, 2023
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@ tests:
steps:
cluster_profile: aws
workflow: openshift-e2e-aws
- as: e2e-aws-serial
- as: e2e-aws-ovn-serial
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$
steps:
cluster_profile: aws
workflow: openshift-e2e-aws-serial
- as: e2e-aws-upgrade
- as: e2e-aws-ovn-upgrade
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$
steps:
cluster_profile: aws
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@ tests:
steps:
cluster_profile: aws
workflow: openshift-e2e-aws
- as: e2e-aws-serial
- as: e2e-aws-ovn-serial
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$
steps:
cluster_profile: aws
workflow: openshift-e2e-aws-serial
- as: e2e-aws-upgrade
- as: e2e-aws-ovn-upgrade
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$
steps:
cluster_profile: aws
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,12 @@ tests:
steps:
cluster_profile: aws
workflow: openshift-e2e-aws
- as: e2e-aws-serial
- as: e2e-aws-ovn-serial
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$
steps:
cluster_profile: aws
workflow: openshift-e2e-aws-serial
- as: e2e-aws-upgrade
- as: e2e-aws-ovn-upgrade
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$
steps:
cluster_profile: aws
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@ tests:
steps:
cluster_profile: aws
workflow: openshift-e2e-aws
- as: e2e-aws-serial
- as: e2e-aws-ovn-serial
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$
steps:
cluster_profile: aws
workflow: openshift-e2e-aws-serial
- as: e2e-aws-upgrade
- as: e2e-aws-ovn-upgrade
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$
steps:
cluster_profile: aws
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -224,17 +224,16 @@ presubmits:
- ^main$
- ^main-
cluster: build03
context: ci/prow/e2e-aws-periodic-pre
context: ci/prow/e2e-aws-ovn-serial
decorate: true
labels:
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-cluster-control-plane-machine-set-operator-main-e2e-aws-periodic-pre
optional: true
rerun_command: /test e2e-aws-periodic-pre
run_if_changed: .*periodic.*
name: pull-ci-openshift-cluster-control-plane-machine-set-operator-main-e2e-aws-ovn-serial
rerun_command: /test e2e-aws-ovn-serial
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$
spec:
containers:
- args:
Expand All @@ -243,8 +242,8 @@ presubmits:
- --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-periodic-pre-cluster-profile
- --target=e2e-aws-periodic-pre
- --secret-dir=/usr/local/e2e-aws-ovn-serial-cluster-profile
- --target=e2e-aws-ovn-serial
command:
- ci-operator
image: ci-operator:latest
Expand All @@ -260,7 +259,7 @@ presubmits:
- mountPath: /secrets/ci-pull-credentials
name: ci-pull-credentials
readOnly: true
- mountPath: /usr/local/e2e-aws-periodic-pre-cluster-profile
- mountPath: /usr/local/e2e-aws-ovn-serial-cluster-profile
name: cluster-profile
- mountPath: /secrets/gcs
name: gcs-credentials
Expand Down Expand Up @@ -291,22 +290,22 @@ presubmits:
- name: result-aggregator
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )e2e-aws-periodic-pre,?($|\s.*)
trigger: (?m)^/test( | .* )e2e-aws-ovn-serial,?($|\s.*)
- agent: kubernetes
always_run: false
branches:
- ^main$
- ^main-
cluster: build03
context: ci/prow/e2e-aws-serial
context: ci/prow/e2e-aws-ovn-upgrade
decorate: true
labels:
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-cluster-control-plane-machine-set-operator-main-e2e-aws-serial
rerun_command: /test e2e-aws-serial
name: pull-ci-openshift-cluster-control-plane-machine-set-operator-main-e2e-aws-ovn-upgrade
rerun_command: /test e2e-aws-ovn-upgrade
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$
spec:
containers:
Expand All @@ -316,8 +315,8 @@ presubmits:
- --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-serial-cluster-profile
- --target=e2e-aws-serial
- --secret-dir=/usr/local/e2e-aws-ovn-upgrade-cluster-profile
- --target=e2e-aws-ovn-upgrade
command:
- ci-operator
image: ci-operator:latest
Expand All @@ -333,7 +332,7 @@ presubmits:
- mountPath: /secrets/ci-pull-credentials
name: ci-pull-credentials
readOnly: true
- mountPath: /usr/local/e2e-aws-serial-cluster-profile
- mountPath: /usr/local/e2e-aws-ovn-upgrade-cluster-profile
name: cluster-profile
- mountPath: /secrets/gcs
name: gcs-credentials
Expand Down Expand Up @@ -364,23 +363,24 @@ presubmits:
- name: result-aggregator
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )e2e-aws-serial,?($|\s.*)
trigger: (?m)^/test( | .* )e2e-aws-ovn-upgrade,?($|\s.*)
- agent: kubernetes
always_run: false
branches:
- ^main$
- ^main-
cluster: build03
context: ci/prow/e2e-aws-upgrade
context: ci/prow/e2e-aws-periodic-pre
decorate: true
labels:
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-cluster-control-plane-machine-set-operator-main-e2e-aws-upgrade
rerun_command: /test e2e-aws-upgrade
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$
name: pull-ci-openshift-cluster-control-plane-machine-set-operator-main-e2e-aws-periodic-pre
optional: true
rerun_command: /test e2e-aws-periodic-pre
run_if_changed: .*periodic.*
spec:
containers:
- args:
Expand All @@ -389,8 +389,8 @@ presubmits:
- --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-upgrade-cluster-profile
- --target=e2e-aws-upgrade
- --secret-dir=/usr/local/e2e-aws-periodic-pre-cluster-profile
- --target=e2e-aws-periodic-pre
command:
- ci-operator
image: ci-operator:latest
Expand All @@ -406,7 +406,7 @@ presubmits:
- mountPath: /secrets/ci-pull-credentials
name: ci-pull-credentials
readOnly: true
- mountPath: /usr/local/e2e-aws-upgrade-cluster-profile
- mountPath: /usr/local/e2e-aws-periodic-pre-cluster-profile
name: cluster-profile
- mountPath: /secrets/gcs
name: gcs-credentials
Expand Down Expand Up @@ -437,7 +437,7 @@ presubmits:
- name: result-aggregator
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*)
trigger: (?m)^/test( | .* )e2e-aws-periodic-pre,?($|\s.*)
- agent: kubernetes
always_run: false
branches:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -224,17 +224,16 @@ presubmits:
- ^release-4\.12$
- ^release-4\.12-
cluster: build01
context: ci/prow/e2e-aws-periodic-pre
context: ci/prow/e2e-aws-ovn-serial
decorate: true
labels:
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-cluster-control-plane-machine-set-operator-release-4.12-e2e-aws-periodic-pre
optional: true
rerun_command: /test e2e-aws-periodic-pre
run_if_changed: .*periodic.*
name: pull-ci-openshift-cluster-control-plane-machine-set-operator-release-4.12-e2e-aws-ovn-serial
rerun_command: /test e2e-aws-ovn-serial
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$
spec:
containers:
- args:
Expand All @@ -243,8 +242,8 @@ presubmits:
- --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-periodic-pre-cluster-profile
- --target=e2e-aws-periodic-pre
- --secret-dir=/usr/local/e2e-aws-ovn-serial-cluster-profile
- --target=e2e-aws-ovn-serial
command:
- ci-operator
image: ci-operator:latest
Expand All @@ -260,7 +259,7 @@ presubmits:
- mountPath: /secrets/ci-pull-credentials
name: ci-pull-credentials
readOnly: true
- mountPath: /usr/local/e2e-aws-periodic-pre-cluster-profile
- mountPath: /usr/local/e2e-aws-ovn-serial-cluster-profile
name: cluster-profile
- mountPath: /secrets/gcs
name: gcs-credentials
Expand Down Expand Up @@ -291,22 +290,22 @@ presubmits:
- name: result-aggregator
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )e2e-aws-periodic-pre,?($|\s.*)
trigger: (?m)^/test( | .* )e2e-aws-ovn-serial,?($|\s.*)
- agent: kubernetes
always_run: false
branches:
- ^release-4\.12$
- ^release-4\.12-
cluster: build01
context: ci/prow/e2e-aws-serial
context: ci/prow/e2e-aws-ovn-upgrade
decorate: true
labels:
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-cluster-control-plane-machine-set-operator-release-4.12-e2e-aws-serial
rerun_command: /test e2e-aws-serial
name: pull-ci-openshift-cluster-control-plane-machine-set-operator-release-4.12-e2e-aws-ovn-upgrade
rerun_command: /test e2e-aws-ovn-upgrade
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$
spec:
containers:
Expand All @@ -316,8 +315,8 @@ presubmits:
- --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-serial-cluster-profile
- --target=e2e-aws-serial
- --secret-dir=/usr/local/e2e-aws-ovn-upgrade-cluster-profile
- --target=e2e-aws-ovn-upgrade
command:
- ci-operator
image: ci-operator:latest
Expand All @@ -333,7 +332,7 @@ presubmits:
- mountPath: /secrets/ci-pull-credentials
name: ci-pull-credentials
readOnly: true
- mountPath: /usr/local/e2e-aws-serial-cluster-profile
- mountPath: /usr/local/e2e-aws-ovn-upgrade-cluster-profile
name: cluster-profile
- mountPath: /secrets/gcs
name: gcs-credentials
Expand Down Expand Up @@ -364,23 +363,24 @@ presubmits:
- name: result-aggregator
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )e2e-aws-serial,?($|\s.*)
trigger: (?m)^/test( | .* )e2e-aws-ovn-upgrade,?($|\s.*)
- agent: kubernetes
always_run: false
branches:
- ^release-4\.12$
- ^release-4\.12-
cluster: build01
context: ci/prow/e2e-aws-upgrade
context: ci/prow/e2e-aws-periodic-pre
decorate: true
labels:
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-cluster-control-plane-machine-set-operator-release-4.12-e2e-aws-upgrade
rerun_command: /test e2e-aws-upgrade
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$
name: pull-ci-openshift-cluster-control-plane-machine-set-operator-release-4.12-e2e-aws-periodic-pre
optional: true
rerun_command: /test e2e-aws-periodic-pre
run_if_changed: .*periodic.*
spec:
containers:
- args:
Expand All @@ -389,8 +389,8 @@ presubmits:
- --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-upgrade-cluster-profile
- --target=e2e-aws-upgrade
- --secret-dir=/usr/local/e2e-aws-periodic-pre-cluster-profile
- --target=e2e-aws-periodic-pre
command:
- ci-operator
image: ci-operator:latest
Expand All @@ -406,7 +406,7 @@ presubmits:
- mountPath: /secrets/ci-pull-credentials
name: ci-pull-credentials
readOnly: true
- mountPath: /usr/local/e2e-aws-upgrade-cluster-profile
- mountPath: /usr/local/e2e-aws-periodic-pre-cluster-profile
name: cluster-profile
- mountPath: /secrets/gcs
name: gcs-credentials
Expand Down Expand Up @@ -437,7 +437,7 @@ presubmits:
- name: result-aggregator
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*)
trigger: (?m)^/test( | .* )e2e-aws-periodic-pre,?($|\s.*)
- agent: kubernetes
always_run: false
branches:
Expand Down