-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Add e2e-aws-ovn-kubernetes tests for ovn-kubernetes and cluster-network-operator #4295
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 e2e-aws-ovn-kubernetes tests for ovn-kubernetes and cluster-network-operator #4295
Conversation
ci-operator/jobs/openshift/ovn-kubernetes/openshift-ovn-kubernetes-master-presubmits.yaml
Outdated
Show resolved
Hide resolved
ci-operator/jobs/openshift/ovn-kubernetes/openshift-ovn-kubernetes-master-presubmits.yaml
Outdated
Show resolved
Hide resolved
...openshift/cluster-network-operator/openshift-cluster-network-operator-master-presubmits.yaml
Outdated
Show resolved
Hide resolved
42fe59a to
bbe8384
Compare
bbe8384 to
b9f2abd
Compare
b9f2abd to
69720e8
Compare
ci-operator/jobs/openshift/ovn-kubernetes/openshift-ovn-kubernetes-master-presubmits.yaml
Outdated
Show resolved
Hide resolved
69720e8 to
f24ca53
Compare
3a54aac to
5b83678
Compare
...openshift/cluster-network-operator/openshift-cluster-network-operator-master-presubmits.yaml
Outdated
Show resolved
Hide resolved
9f74c2c to
2e185d4
Compare
2e185d4 to
44ef9fc
Compare
The stuff that looked "changed" was because the commit was simultaneously removing the old openshift-sdn-based Also made the test |
The CLUSTER_NETWORK_MANIFEST override that was added for e2e-aws-multitenant doesn't work for e2e-aws-ovn-kubernetes because the network type needs to be overridden in install-config.yaml before the manifests are created.
It doesn't make any sense to run the openshift-sdn-based e2e-aws from the ovn-kubernetes repo.
44ef9fc to
ad63424
Compare
|
ok, the rehearsals ran the test suite correctly. I needed to make another change to |
|
@dcbw: 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 @danwinship haha, I guess you can LGTM this and then @stevekuznetsov can approve. |
|
@dcbw: you cannot LGTM your own 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. |
|
need someone to approve the installer bits |
|
/lgtm |
|
I don't really get the changed vs. replacing distinction; you're still running the same test suite, just against a different networking provider, right? But I don't have a stake in how you name your per-repo tests, and the /approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: danwinship, dcbw, wking The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@dcbw: Updated the following 5 configmaps:
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_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.
We're going to add (optional) e2e-aws tests for ovn-kubernetes.
@rcarrillocruz @danwinship @wking