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

Separated feature tests on ci into batches #17119

Merged
merged 5 commits into from
Sep 19, 2024
Merged

Separated feature tests on ci into batches #17119

merged 5 commits into from
Sep 19, 2024

Conversation

przemyslaw-zan
Copy link
Member

Suggested merge commit message (convention)

Internal: Separated feature tests on ci into batches. Closes #17044.


Additional information

For example – encountered issues, assumptions you had to make, other affected tickets, etc.

prepareCodeCoverageDirectories(),
...generateTestSteps( batch, {
checkCoverage: true,
coverageFile: '.out/combined_features.info'
Copy link
Member

Choose a reason for hiding this comment

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

This name must be unique per job. Please, do not forget update the coverage job too.

command: cat .out/combined_framework.info .out/combined_features.info > .out/combined_lcov.info

Copy link
Member

@pomek pomek left a comment

Choose a reason for hiding this comment

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

This PR really does what it should do.

Before:

image

After:

image

@pomek
Copy link
Member

pomek commented Sep 19, 2024

I merged the latest master to bring back green checks.

Copy link
Member

@pomek pomek left a comment

Choose a reason for hiding this comment

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

LGTM.

@pomek pomek merged commit b663aff into master Sep 19, 2024
10 checks passed
@pomek pomek deleted the ck/17044 branch September 19, 2024 10:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Speed up the "cke5_tests_features" CI job
2 participants