Skip to content

Port 1-092_validate_workload_status_monitoring_alert-test to Ginkgo#1065

Open
trdoyle81 wants to merge 8 commits intoredhat-developer:masterfrom
trdoyle81:GITOPS-7204-Port-1-092_validate_workload_status_monitoring_alert
Open

Port 1-092_validate_workload_status_monitoring_alert-test to Ginkgo#1065
trdoyle81 wants to merge 8 commits intoredhat-developer:masterfrom
trdoyle81:GITOPS-7204-Port-1-092_validate_workload_status_monitoring_alert

Conversation

@trdoyle81
Copy link
Copy Markdown
Member

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
@trdoyle81
Copy link
Copy Markdown
Member 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
Copy Markdown
Member Author

/retest

@trdoyle81
Copy link
Copy Markdown
Member Author

/retest-required

@trdoyle81 trdoyle81 force-pushed the GITOPS-7204-Port-1-092_validate_workload_status_monitoring_alert branch 2 times, most recently from 331f5e4 to ae55337 Compare February 9, 2026 13:54
@trdoyle81
Copy link
Copy Markdown
Member Author

/test v4.19-kuttl-sequential

@trdoyle81 trdoyle81 force-pushed the GITOPS-7204-Port-1-092_validate_workload_status_monitoring_alert branch 2 times, most recently from a724573 to 45a510d Compare February 16, 2026 16:11
@trdoyle81 trdoyle81 force-pushed the GITOPS-7204-Port-1-092_validate_workload_status_monitoring_alert branch 2 times, most recently from bd779a0 to 2722a2e Compare March 3, 2026 13:45
@trdoyle81 trdoyle81 force-pushed the GITOPS-7204-Port-1-092_validate_workload_status_monitoring_alert branch from 2722a2e to 48bad9c Compare March 5, 2026 12:33
@trdoyle81 trdoyle81 force-pushed the GITOPS-7204-Port-1-092_validate_workload_status_monitoring_alert branch from 48bad9c to db1b776 Compare March 12, 2026 16:13
@trdoyle81
Copy link
Copy Markdown
Member Author

/retest

@trdoyle81 trdoyle81 force-pushed the GITOPS-7204-Port-1-092_validate_workload_status_monitoring_alert branch from 72233c8 to 1abd2ab Compare March 16, 2026 11:01
@trdoyle81 trdoyle81 force-pushed the GITOPS-7204-Port-1-092_validate_workload_status_monitoring_alert branch from 1abd2ab to 68de5ed Compare March 25, 2026 15:23
@trdoyle81 trdoyle81 force-pushed the GITOPS-7204-Port-1-092_validate_workload_status_monitoring_alert branch from 68de5ed to ad5edae Compare April 7, 2026 08:37
@varshab1210
Copy link
Copy Markdown
Member

/test v4.19-kuttl-sequential

@trdoyle81 trdoyle81 force-pushed the GITOPS-7204-Port-1-092_validate_workload_status_monitoring_alert branch from ad5edae to 9f94184 Compare April 7, 2026 13:17
@varshab1210
Copy link
Copy Markdown
Member

/test v4.19-kuttl-sequential
/lgtm
/approve

@openshift-ci
Copy link
Copy Markdown

openshift-ci bot commented Apr 7, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: varshab1210

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

The pull request process is described 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

@openshift-ci openshift-ci bot added the approved label Apr 7, 2026
@trdoyle81
Copy link
Copy Markdown
Member Author

/retest

1 similar comment
@varshab1210
Copy link
Copy Markdown
Member

/retest

@trdoyle81 trdoyle81 force-pushed the GITOPS-7204-Port-1-092_validate_workload_status_monitoring_alert branch from fb4555e to 7156711 Compare April 8, 2026 07:11
@openshift-ci openshift-ci bot removed the lgtm label Apr 8, 2026
@openshift-ci
Copy link
Copy Markdown

openshift-ci bot commented Apr 8, 2026

New changes are detected. LGTM label has been removed.

@trdoyle81
Copy link
Copy Markdown
Member Author

/retest

@trdoyle81
Copy link
Copy Markdown
Member Author

/test v4.19-kuttl-sequential

Triona Doyle added 6 commits April 9, 2026 08:41
Signed-off-by: Triona Doyle <bot@example.com>
Signed-off-by: Triona Doyle <bot@example.com>
Signed-off-by: Triona Doyle <bot@example.com>
Signed-off-by: Triona Doyle <bot@example.com>
Signed-off-by: Triona Doyle <bot@example.com>
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 7156711 to f0df920 Compare April 9, 2026 07:41
@trdoyle81
Copy link
Copy Markdown
Member Author

/test v4.14-kuttl-sequential

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 946e549 to fc391d2 Compare April 9, 2026 19:22
Signed-off-by: Triona Doyle <bot@example.com>
@trdoyle81
Copy link
Copy Markdown
Member Author

/retest-required

1 similar comment
@trdoyle81
Copy link
Copy Markdown
Member Author

/retest-required

@jgwest
Copy link
Copy Markdown
Member

jgwest commented Apr 10, 2026

cluster flake
/retest

@openshift-ci
Copy link
Copy Markdown

openshift-ci bot commented Apr 10, 2026

@trdoyle81: The following test 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.19-kuttl-parallel 6fea6e9 link true /test v4.19-kuttl-parallel

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.

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants