-
Notifications
You must be signed in to change notification settings - Fork 160
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
chore(e2e): refactor periodic pipeline to include sanity plugins check #2248
chore(e2e): refactor periodic pipeline to include sanity plugins check #2248
Conversation
/retest-required |
6e56c65
to
0ffb83c
Compare
a15dee4
to
1934984
Compare
1934984
to
05fd325
Compare
/test e2e-tests |
1 similar comment
/test e2e-tests |
6261b0a
to
b6de9dc
Compare
The image is available at: |
f9acd07
to
3cf39c6
Compare
The image is available at: |
3cf39c6
to
1c8bd7d
Compare
/test e2e-tests |
f70a626
to
13ab0e1
Compare
This PR is stale because it has been open 7 days with no activity. Remove stale label or comment or this will be closed in 21 days. |
13ab0e1
to
5cf7726
Compare
@gustavolira: The following tests failed, say
Full PR test history. Your PR dashboard. 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. |
@@ -154,5 +166,15 @@ export default defineConfig({ | |||
"**/playwright/e2e/verify-tls-config-health-check.spec.ts", | |||
], | |||
}, | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You have to add the
"**/playwright/e2e/audit-log/**/*.spec.ts",
To testIgnore for showcase
project
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@zdrapela @gustavolira why to ignore this audit log tests? isn't it expected to run in showcase?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suppose that @gustavolira intentionally moved it to a separate namespace that runs only on nightly. Is that correct @gustavolira?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
are you talking about showcase-sanity-plugins namespace?
I dont see audit log test here :
name: "showcase-sanity-plugins", testMatch: [ "**/playwright/e2e/catalog-timestamp.spec.ts", "**/playwright/e2e/plugins/frontend/sidebar.spec.ts", "**/playwright/e2e/home-page-customization.spec.ts", "**/playwright/e2e/instance-health-check.spec.ts",
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, I'm not sure why I expected that audit-log is moved to sanity-plugins 😅 I will remove it from the testIgnore for showcase
in this PR #2417
/test ? |
@subhashkhileri: The following commands are available to trigger required jobs:
The following commands are available to trigger optional jobs:
Use
In 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. |
/test e2e-tests-nightly |
aa37986
to
6cae0ce
Compare
Signed-off-by: Gustavo Lira <[email protected]>
Signed-off-by: Gustavo Lira <[email protected]>
Signed-off-by: Gustavo Lira <[email protected]>
Moved plugin checks deployment logic to a reusable function `initiate_sanity_plugin_checks_deployment`. Simplified the `run_sanity_plugins_check` method by delegating complex deployment steps to the new function, improving readability and maintainability. Signed-off-by: Gustavo Lira <[email protected]>
6cae0ce
to
e99f40b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the refactor! Since the nightly job passed here, I assume it is good to go: https://gcsweb-ci.apps.ci.l2s4.p1.openshiftapps.com/gcs/test-platform-results/pr-logs/pull/redhat-developer_rhdh/2248/pull-ci-redhat-developer-rhdh-main-e2e-tests-nightly/1891797622285406208/artifacts/e2e-tests-nightly/redhat-developer-rhdh-nightly/artifacts/showcase-sanity-plugins/index.html
/test e2e-tests-nightly |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: zdrapela The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
76bdfa0
into
redhat-developer:main
redhat-developer#2248) * Add temporary plugin configurations for sandbox setup * Add sanity plugins check to pipeline scripts and tests Signed-off-by: Gustavo Lira <[email protected]> * Remove default JOB_NAME export from CI test script Signed-off-by: Gustavo Lira <[email protected]> * Add audit log tests and remove commented-out config Signed-off-by: Gustavo Lira <[email protected]> * Refactor periodic sanity plugin checks deployment logic Moved plugin checks deployment logic to a reusable function `initiate_sanity_plugin_checks_deployment`. Simplified the `run_sanity_plugins_check` method by delegating complex deployment steps to the new function, improving readability and maintainability. Signed-off-by: Gustavo Lira <[email protected]> --------- Signed-off-by: Gustavo Lira <[email protected]>
Reintegrates the "add_sanity_plugins_check" step into the periodic pipeline.
Description
Please explain the changes you made here.
Which issue(s) does this PR fix
PR acceptance criteria
Please make sure that the following steps are complete:
How to test changes / Special notes to the reviewer