Skip to content
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

Merged
merged 11 commits into from
Aug 30, 2023

Conversation

pim-simons
Copy link
Contributor

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.

@pim-simons pim-simons added the automated-testing All issues related to automated testing label Aug 24, 2023
@pim-simons pim-simons self-assigned this Aug 24, 2023
@netlify
Copy link

netlify bot commented Aug 24, 2023

Deploy Preview for arcus-scripting canceled.

Name Link
🔨 Latest commit 5267068
🔍 Latest deploy log https://app.netlify.com/sites/arcus-scripting/deploys/64e72b450391d60008999438

@pim-simons pim-simons marked this pull request as ready for review August 24, 2023 10:30
Copy link
Member

@stijnmoreels stijnmoreels left a 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.

build/psgallery-release.yml Show resolved Hide resolved
build/psgallery-release.yml Show resolved Hide resolved
Copy link
Member

@stijnmoreels stijnmoreels left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great! Thx.

@pim-simons pim-simons merged commit 96f9386 into arcus-azure:main Aug 30, 2023
51 checks passed
@pim-simons pim-simons deleted the feature/split-test-runs branch August 30, 2023 14:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automated-testing All issues related to automated testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants