-
Notifications
You must be signed in to change notification settings - Fork 2.1k
add -ovn- to cluster-kube-apiserver-operator presubmits #33739
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-kube-apiserver-operator presubmits #33739
Conversation
fix test flake that checks if the job name matches the running CNI, which is ovnk in 4.12+ also added platform -aws- to these jobs as needed. 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' | rg 'cluster-kube-apiserver-operator' pull-ci-openshift-cluster-kube-apiserver-operator-master-e2e-aws-serial pull-ci-openshift-cluster-kube-apiserver-operator-master-e2e-upgrade pull-ci-openshift-cluster-kube-apiserver-operator-release-4.12-e2e-aws-serial pull-ci-openshift-cluster-kube-apiserver-operator-release-4.12-e2e-aws-single-node pull-ci-openshift-cluster-kube-apiserver-operator-release-4.12-e2e-upgrade Signed-off-by: Jamo Luhrsen <jluhrsen@gmail.com>
|
@jluhrsen: the following rehearsable tests have been affected by this change:
Prior to this PR being merged, you will need to either run and acknowledge or opt to skip these rehearsals. Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
/test pj-rehearse |
|
@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. |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: deads2k, 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: 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. |
) fix test flake that checks if the job name matches the running CNI, which is ovnk in 4.12+ also added platform -aws- to these jobs as needed. 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' | rg 'cluster-kube-apiserver-operator' pull-ci-openshift-cluster-kube-apiserver-operator-master-e2e-aws-serial pull-ci-openshift-cluster-kube-apiserver-operator-master-e2e-upgrade pull-ci-openshift-cluster-kube-apiserver-operator-release-4.12-e2e-aws-serial pull-ci-openshift-cluster-kube-apiserver-operator-release-4.12-e2e-aws-single-node pull-ci-openshift-cluster-kube-apiserver-operator-release-4.12-e2e-upgrade 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+
also added platform -aws- to these jobs as needed.
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' | rg 'cluster-kube-apiserver-operator'
pull-ci-openshift-cluster-kube-apiserver-operator-master-e2e-aws-serial pull-ci-openshift-cluster-kube-apiserver-operator-master-e2e-upgrade pull-ci-openshift-cluster-kube-apiserver-operator-release-4.12-e2e-aws-serial pull-ci-openshift-cluster-kube-apiserver-operator-release-4.12-e2e-aws-single-node pull-ci-openshift-cluster-kube-apiserver-operator-release-4.12-e2e-upgrade
Signed-off-by: Jamo Luhrsen jluhrsen@gmail.com