Skip to content

Conversation

@trdoyle81
Copy link
Contributor

What type of PR is this?

Uncomment only one /kind line, and delete the rest.
For example, > /kind bug would simply become: /kind bug

/kind enhancement

What does this PR do / why we need it:
Port the Kuttl test 1-092_validate_workload_status_monitoring_alert to Ginkgo. The test validates that the operator correctly manages Prometheus monitoring rules and alerts when enabled and verifies that alerts fire when an invalid image configuration causes a workload to degrade.

Moved tthe test to sequential from (kuttl) parallel test suite because it modifies shared cluster-wide resources. Running this test in parallel has caused race conditions and test flakes.

Have you updated the necessary documentation?

  • Documentation update is required by this PR.
  • Documentation has been updated.

Which issue(s) this PR fixes:

Fixes #GITOPS-7204

Test acceptance criteria:

  • Unit Test
  • E2E Test

How to test changes / Special notes to the reviewer:
export GINKGO_TEST_SUITE="sequential"
export GINKGO_FOCUS="1-092_validate_workload_status_monitoring_alert"
./bin/ginkgo -v -focus $GINKGO_FOCUS -r ./test/openshift/e2e/ginkgo/$GINKGO_TEST_SUITE

@openshift-ci openshift-ci bot requested review from anandrkskd and jannfis February 4, 2026 09:32
@openshift-ci
Copy link

openshift-ci bot commented Feb 4, 2026

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign svghadi for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@trdoyle81
Copy link
Contributor Author

/retest

@trdoyle81 trdoyle81 force-pushed the GITOPS-7204-Port-1-092_validate_workload_status_monitoring_alert branch from 4259324 to d1c9864 Compare February 4, 2026 15:12
@trdoyle81
Copy link
Contributor Author

/retest

@trdoyle81
Copy link
Contributor Author

/retest-required

@trdoyle81 trdoyle81 force-pushed the GITOPS-7204-Port-1-092_validate_workload_status_monitoring_alert branch from d1c9864 to 331f5e4 Compare February 6, 2026 11:54
Signed-off-by: Triona Doyle <bot@example.com>
@trdoyle81 trdoyle81 force-pushed the GITOPS-7204-Port-1-092_validate_workload_status_monitoring_alert branch from 331f5e4 to ae55337 Compare February 9, 2026 13:54
@openshift-ci
Copy link

openshift-ci bot commented Feb 9, 2026

@trdoyle81: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/v4.14-kuttl-parallel ae55337 link false /test v4.14-kuttl-parallel
ci/prow/v4.14-kuttl-sequential ae55337 link false /test v4.14-kuttl-sequential

Full PR test history. Your PR dashboard.

Details

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. I understand the commands that are listed here.

@trdoyle81
Copy link
Contributor Author

/test v4.19-kuttl-sequential

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant