-
Notifications
You must be signed in to change notification settings - Fork 2.1k
add -ovn- to origin presubmits #33550
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
|
/retest |
fix test flake that checks if the job name matches the running CNI, which is ovnk in 4.12+ jobs were found using this search: ❯ w3m -dump -cols 200 "https://search.ci.openshift.org/?maxAge=96h&type=junit&search=job+name.*does+not+have+network+type+in+name.*expected.*ovn" | sed -n 's/^\([^ ]*\) .*failures match.*/\1/p' | grep -v rehearse | rg 'origin-master' pull-ci-openshift-origin-master-e2e-gcp-builds pull-ci-openshift-origin-master-e2e-aws-upgrade pull-ci-openshift-origin-master-e2e-aws-image-registry pull-ci-openshift-origin-master-e2e-gcp-image-ecosystem Signed-off-by: Jamo Luhrsen <jluhrsen@gmail.com>
79b6a37 to
9bcf295
Compare
|
/test pj-rehearse |
1 similar comment
|
/test pj-rehearse |
|
this is ready. if you click through all the rehearsals here to find jobs that didn't fail at install, you can verify that the |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bparees, jluhrsen 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 |
|
@jluhrsen: The following tests failed, say
Full PR test history. Your PR dashboard. 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. |
|
@jluhrsen: Updated the following 6 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. |
|
@jluhrsen https://prow.ci.openshift.org/view/gs/origin-ci-test/pr-logs/pull/openshift_release/33550/rehearse-33550-pull-ci-openshift-origin-release-4.12-e2e-gcp-ovn-image-ecosystem/1588572535438446592 is a valid failure. Open PRs in origin are failing with it as well. |
fix test flake that checks if the job name matches the running CNI, which is ovnk in 4.12+ jobs were found using this search: ❯ w3m -dump -cols 200 "https://search.ci.openshift.org/?maxAge=96h&type=junit&search=job+name.*does+not+have+network+type+in+name.*expected.*ovn" | sed -n 's/^\([^ ]*\) .*failures match.*/\1/p' | grep -v rehearse | rg 'origin-master' pull-ci-openshift-origin-master-e2e-gcp-builds pull-ci-openshift-origin-master-e2e-aws-upgrade pull-ci-openshift-origin-master-e2e-aws-image-registry pull-ci-openshift-origin-master-e2e-gcp-image-ecosystem Signed-off-by: Jamo Luhrsen <jluhrsen@gmail.com> Signed-off-by: Jamo Luhrsen <jluhrsen@gmail.com>
fix test flake that checks if the job name matches the running CNI, which is ovnk in 4.12+
jobs were found using this search:
❯ w3m -dump -cols 200
"https://search.ci.openshift.org/?maxAge=96h&type=junit&search=job+name.*does+not+have+network+type+in+name.*expected.*ovn" | sed -n 's/^([^ ]*) .failures match./\1/p' | grep -v rehearse | rg 'origin-master'
pull-ci-openshift-origin-master-e2e-gcp-builds
pull-ci-openshift-origin-master-e2e-aws-upgrade
pull-ci-openshift-origin-master-e2e-aws-image-registry pull-ci-openshift-origin-master-e2e-gcp-image-ecosystem
Signed-off-by: Jamo Luhrsen jluhrsen@gmail.com