-
Notifications
You must be signed in to change notification settings - Fork 266
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
E2E job parallelization by user role and functionality #9243
Comments
This should be done alongside #9064 |
I think that if the only issue here is to initialize the Rancher instance, we may rather create a function for that. In the current state it's necessary to build and run an image of Rancher for both to have 2 separated environments. |
|
That's more about run tests in parallels, not jobs in parallel, so are 2 different cases. |
After talking to @richard-cox and @nwmac we decided to try more job splitting by path/tag, so we can create categories or isolate long jobs which cause issues. |
@yonasberhe23 @richard-cox Are we sure the tests are idempotent? I have run 5 times in parallel and the same tests keep failing. |
Currently, admin and standard user tests run asynchronously but we want them to run in parallel. To handle this, lets pull the Rancher setup spec out of the admin test run and put it in its own step, that way the setup step would precede both the admin and standard user test steps and they can run in parallel.
For more details see conversation here.
NOTE:
standard_user
creation has been added in the Rancher setup test.The text was updated successfully, but these errors were encountered: