Run a single acceptance test multiple times #5547
Closed
hemantk-12
started this conversation in
General
Replies: 2 comments
-
|
Currently this is possible only by manually editing the CI workflow (disabling other checks, limiting the suite of tests, etc.) Prompted by your question, here's a proposed new workflow for making it easier: |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Thanks @adoroszlai for adding the new workflow. This is a manual workflow that can be run on demand for a specified test suite in one's own fork.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Hi All, Is there a way to run a single acceptance test multiple times similar to integration tests.
I see there is script test-single to run single test and probably update it in acceptance here instead of test-all. I tired but I guess I am not passing appropriate parameters and got error: https://github.com/hemantk-12/ozone/actions/runs/6740551750/job/18324221554
It would be great if I can get some help on this.
Beta Was this translation helpful? Give feedback.
All reactions