-
Notifications
You must be signed in to change notification settings - Fork 2.1k
ci-operator: Drop CLUSTER_NETWORK_TYPE (in favor of CLUSTER_VARIANT) #7628
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
Conversation
CLUSTER_NETWORK_TYPE is from ade608f (templates: allow overriding networkType, 2019-08-13, openshift#4295). But we've had ovn in CLUSTER_VARIANT since 8176a42 (jobs: Unify all options under CLUSTER_VARIANT, 2019-11-25, openshift#6077). Drop CLUSTER_NETWORK_TYPE (which was only set by e2e-gcp-ovn-upgrade jobs) and use CLUSTER_VARIANT instead.
|
Hrm, diff -Naupr .//ci-operator/jobs/openshift/cluster-network-operator/openshift-cluster-network-operator-master-presubmits.yaml /tmp/tmp.Ys1YRKVEzA/ci-operator/jobs/openshift/cluster-network-operator/openshift-cluster-network-operator-master-presubmits.yaml
--- .//ci-operator/jobs/openshift/cluster-network-operator/openshift-cluster-network-operator-master-presubmits.yaml 2020-03-12 22:36:00.575093993 +0000
+++ /tmp/tmp.Ys1YRKVEzA/ci-operator/jobs/openshift/cluster-network-operator/openshift-cluster-network-operator-master-presubmits.yaml 2020-03-12 22:36:31.702699093 +0000
@@ -429,11 +429,6 @@ presubmits:
- --target=e2e-gcp-ovn-upgrade
command:
- ci-operator
- env:
- - name: CLUSTER_TYPE
- value: gcp
- - name: CLUSTER_VARIANT
- value: ovn
image: ci-operator:latest
imagePullPolicy: Always
name: ""and similar. I was modeling on this; what did I do wrong? |
|
@wking: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
|
/lgtm but I couldn't figure out why the validation is complaining after looking for 5m |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: dcbw, wking The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/close
|
|
@wking: Closed this PR. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
CLUSTER_NETWORK_TYPEis from ade608f (#4295). But we've hadovninCLUSTER_VARIANTsince 8176a42 (#6077). DropCLUSTER_NETWORK_TYPE(which was only set bye2e-gcp-ovn-upgradejobs) and useCLUSTER_VARIANTinstead.Spun off from here, CC @dcbw.