-
Notifications
You must be signed in to change notification settings - Fork 13
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
feat: Use separate pipeline tasks for tests #411
feat: Use separate pipeline tasks for tests #411
Conversation
✅ Deploy Preview for arcus-scripting canceled.
|
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.
Added some suggestions to make it more maintainable. Otherwise, good job! This will make it a bit more easier to figure out failures.
If I can book my time more on Arcus, I can also look for making the tests a bit more resilient.
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.
Great! Thx.
In the past months we have had some issues with the integration tests taking a very long time and sometimes errorring out, you can restart the failed pipeline task but the whole process starts to take a very long time.
This is a first attempt to splitting up the various tests into separate pipeline tasks so they can run in parallel and they can be restarted separately.