kubernetes-nmstate: add monitor tests to e2e-operator-ovn-ipv4#75592
kubernetes-nmstate: add monitor tests to e2e-operator-ovn-ipv4#75592qinqon wants to merge 1 commit intoopenshift:mainfrom
Conversation
|
@qinqon: GitHub didn't allow me to request PR reviews from the following users: openshift/openshift-team-nmstate. Note that only openshift members and repo collaborators can review this PR, and authors cannot review their own PRs. 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-sigs/prow repository. |
|
/pj-rehearse |
|
@qinqon: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
f474629 to
8d23d30
Compare
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: qinqon 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 |
|
/pj-rehearse |
|
@qinqon: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
8d23d30 to
c311572
Compare
c311572 to
10a768d
Compare
|
/pj-rehearse |
|
@qinqon: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
Add openshift-tests run-monitor step and observers-resource-watch observer to the e2e-operator-ovn-ipv4 job for openshift/kubernetes-nmstate. This catches cluster state violations such as pods using the default service account in openshift-* namespaces. Creates a reusable openshift-e2e-monitor-tests step that runs openshift-tests run-monitor for a configurable duration and fails the job if any monitor tests detect issues. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Enrique Llorente <ellorent@redhat.com>
10a768d to
3461652
Compare
|
/pj-rehearse |
|
@qinqon: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
[REHEARSALNOTIFIER]
Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
The OWNERS file contains untrusted users, which makes it INVALID. The following users are mentioned in OWNERS file(s) but are untrusted for the following reasons. One way to make the user trusted is to add them as members of the openshift org. You can then trigger verification by writing
|
|
@qinqon: The following test 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-sigs/prow repository. I understand the commands that are listed here. |
Add openshift-tests run-monitor to the e2e-operator-ovn-ipv4 job for
openshift/kubernetes-nmstate to catch cluster state violations (e.g. pods
using the default service account in openshift-* namespaces).
Creates a reusable
openshift-e2e-monitor-testsstep that runsopenshift-tests run-monitorfor a configurable duration and fails thejob if any monitor tests detect issues. Also enables the
observers-resource-watchobserver for artifact collection./cc @openshift/openshift-team-nmstate