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

Speed up CI by parallelizing more things #1716

Merged
merged 5 commits into from
Dec 28, 2024
Merged

Speed up CI by parallelizing more things #1716

merged 5 commits into from
Dec 28, 2024

Conversation

djahandarie
Copy link
Collaborator

@djahandarie djahandarie commented Dec 28, 2024

Directly call each bit of CI functionality we have in separate jobs so that they can be run fully in parallel. Also only do the necessary setup once in a shared action.

@djahandarie djahandarie requested a review from a team as a code owner December 28, 2024 13:30
@djahandarie djahandarie force-pushed the speed-up-ci branch 2 times, most recently from 82a3793 to 1742545 Compare December 28, 2024 13:50
@djahandarie djahandarie added kind/meta The issue or PR is meta area/ci The issue or PR is related to continuous integration and/or continuous delivery labels Dec 28, 2024
@djahandarie djahandarie added this pull request to the merge queue Dec 28, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Dec 28, 2024
Copy link

codspeed-hq bot commented Dec 28, 2024

CodSpeed Performance Report

Merging #1716 will degrade performances by 21.8%

Comparing speed-up-ci (855dcf7) with master (a0302f0)

Summary

❌ 1 (👁 1) regressions
✅ 4 untouched benchmarks

Benchmarks breakdown

Benchmark master speed-up-ci Change
👁 japanese transformations (n=78) 19.4 ms 24.8 ms -21.8%

@djahandarie djahandarie added this pull request to the merge queue Dec 28, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Dec 28, 2024
@djahandarie djahandarie added this pull request to the merge queue Dec 28, 2024
Merged via the queue into master with commit f342886 Dec 28, 2024
21 checks passed
@djahandarie djahandarie deleted the speed-up-ci branch December 28, 2024 15:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ci The issue or PR is related to continuous integration and/or continuous delivery kind/meta The issue or PR is meta
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants