-
Notifications
You must be signed in to change notification settings - Fork 231
Faster CI #7009
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
Open
gonzaloriestra
wants to merge
38
commits into
main
Choose a base branch
from
faster-ci
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+102
−15
Open
Faster CI #7009
Changes from all commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
15b1d31
Fix README
gonzaloriestra b48b2c8
Baseline: slowest CI job is Unit tests Node 20 on Windows at 8.7m. Wi…
gonzaloriestra d06b934
Optimize CI: lighter reporter in CI + shard Windows tests 2-way
gonzaloriestra 7ae62e2
Remove unnecessary build step from test-coverage job
gonzaloriestra a6c37e4
Restore build step for test-coverage (required)
gonzaloriestra c8bb998
Increase max threads for coverage run (6 vs 4), fix reporter format
gonzaloriestra e1d66f2
Remove build from test-coverage by using coverage.all=false
gonzaloriestra 4699c04
Add generated files to gitignore
gonzaloriestra 68d2bc3
Shard test coverage into 2 parallel jobs + merge step
gonzaloriestra cc2d8dc
Fix gitignore for blob reports
gonzaloriestra 4d204fd
Fix coverage sharding: use non-hidden directory for blob reports
gonzaloriestra 7c23c38
Clean up blob file
gonzaloriestra e10dc34
Shard coverage into 2 parallel jobs + merge. Coverage total wall cloc…
gonzaloriestra 0b09fbe
Try 3-way Windows sharding to further reduce bottleneck
gonzaloriestra bd2f4b1
Revert "Try 3-way Windows sharding to further reduce bottleneck"
gonzaloriestra 1408887
Fix coverage merge: use unique blob filenames per shard
gonzaloriestra da45127
Update autoresearch documentation with final results
gonzaloriestra 6ced1a8
Move graphql-codegen check from macos to ubuntu (faster runner)
gonzaloriestra d544ba8
Revert graphql-codegen to macos-latest (required for platform-specifi…
gonzaloriestra fd5d812
Switch to basic reporter in CI for less output overhead
gonzaloriestra c3227a5
Remove ui-extensions-test-utils from vitest workspace (no tests)
gonzaloriestra 95177c3
Try VITEST_MAX_THREADS=6 for CI (over-subscribe 4-core runners for I/…
gonzaloriestra 5e1dff3
Revert MAX_THREADS to 4 (6 not faster)
gonzaloriestra 4a9f8c7
Add --prefer-offline to pnpm install for faster CI setup
gonzaloriestra 4bf4f4b
trigger CI
gonzaloriestra 44fa43f
Trigger CI: --prefer-offline for pnpm install
gonzaloriestra 953188c
Clean up workflow + --prefer-offline for faster pnpm install
gonzaloriestra 8fb1ad8
Add ci optimization notes to trigger CI
gonzaloriestra 313a869
Revert prefer-offline, clean up (debugging CI trigger)
gonzaloriestra 370d7d3
Retry: trigger CI after delay
gonzaloriestra ccd3edf
Merge main + add --prefer-offline for faster pnpm install
gonzaloriestra 437d926
Remove acceptance-tests job (removed upstream), fix package.json from…
gonzaloriestra 758bf7a
Cache node_modules in CI to skip pnpm install on cache hit
gonzaloriestra aa3b892
Trigger CI (cache hit run for node_modules)
gonzaloriestra 5278614
Revert node_modules caching (pnpm hard links break on cache restore)
gonzaloriestra 9865e7f
Last step
gonzaloriestra da0a2e5
Update tests-pr.yml
gonzaloriestra 49c9939
Remove temp files
gonzaloriestra File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -37,7 +37,7 @@ Learn more in the docs: [Create an app](https://shopify.dev/apps/getting-started | |
|
|
||
| To work with themes, the CLI needs to be installed globally with: | ||
|
|
||
| - `npm install -g @shopify/cli @shopify/theme` | ||
| - `npm install -g @shopify/cli` | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Unrelated change, but this was outdated |
||
|
|
||
| You can also use do it through Homebrew on macOS: `brew tap shopify/shopify && brew install shopify-cli` | ||
|
|
||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
With this, we will be able to replace this long list of required checks with a single one:
