-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Create e2e job for SDN multitenant mode #3707
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
Create e2e job for SDN multitenant mode #3707
Conversation
ci-operator/templates/openshift/installer/cluster-launch-installer-e2e.yaml
Outdated
Show resolved
Hide resolved
ci-operator/templates/openshift/installer/cluster-launch-installer-e2e.yaml
Outdated
Show resolved
Hide resolved
|
/retest |
|
Seems reasonable. Can you chat with DevEx and figure out the right way for failures to be reported? |
|
Chatted with DeVex, they say the only way to see failures is to just check Deck. |
|
/assign @smarterclayton |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be structured like a release periodic, not a post submit periodic. We want to run tests on releases, not tests on branches.
Add this to openshift-release-release-4.2-periodics.yaml as release-....<same_as_others>...-e2e-aws-network-multitenant-4.2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You'll want to set the RELEASE_IMAGE_LATEST to registry.svc.ci.openshift.org/ocp/release:4.2
|
@smarterclayton do you have any ideas about how to raise failures for this? It's enough of an obscure use-case that I don't think there's a need to gate CI, but we shouldn't let this be failing for releases. We have test coverage from QE too. |
9e2f7b3 to
677070f
Compare
373524d to
e8647ed
Compare
e8647ed to
84fdf4b
Compare
|
/retest |
2 similar comments
|
/retest |
|
/retest |
84fdf4b to
6cd80e5
Compare
ci-operator/templates/openshift/installer/cluster-launch-installer-e2e.yaml
Outdated
Show resolved
Hide resolved
97b613f to
6e89c9f
Compare
|
@smarterclayton look better now? |
|
/retest |
ci-operator/jobs/openshift/release/openshift-release-release-4.2-periodics.yaml
Outdated
Show resolved
Hide resolved
6e89c9f to
a429d5f
Compare
|
/retest |
2 similar comments
|
/retest |
|
/retest |
ci-operator/templates/openshift/installer/cluster-launch-installer-e2e.yaml
Outdated
Show resolved
Hide resolved
a429d5f to
e21f497
Compare
e21f497 to
499bf83
Compare
|
/retest |
1 similar comment
|
/retest |
ci-operator/templates/openshift/installer/cluster-launch-installer-e2e.yaml
Outdated
Show resolved
Hide resolved
499bf83 to
1faaee2
Compare
|
/retest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is the one above "${CLUSTER_NETWORK_MANIFEST}" and this one "$CLUSTER_NETWORK_MANIFEST"?
If they are both "${CLUSTER_NETWORK_MANIFEST}" you don't need to declare the pod env var because the template will inline this. There's nothing wrong with it, I just want to understand why you have it this way.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no particular reason, i just mixed syntax. Since I didn't put a template variable, I did not even think about this. I will amend, and remove the envvar.
1faaee2 to
29f2bd5
Compare
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rcarrillocruz, smarterclayton 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 |
|
@rcarrillocruz: Updated the following 3 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. |
|
@rcarrillocruz: 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. |
This way we will be able to inject different values for SDN (potentially OVN)
when defining jobs that consume this template