[DO NOT MERGE] test: control for registry experiment (no registry change)#10455
Closed
davidfirst wants to merge 3 commits into
Closed
[DO NOT MERGE] test: control for registry experiment (no registry change)#10455davidfirst wants to merge 3 commits into
davidfirst wants to merge 3 commits into
Conversation
Exposes the existing builder skipTasks mechanism on `bit ci pr`, letting a PR build skip named build/publish tasks. On the throwaway PR lane the schema and preview artifacts and the npm publish aren't needed (they're regenerated on the final export to main), so skipping them speeds up the job. Wire bit_pr CI to skip ExtractSchema, GeneratePreview, GenerateEnvTemplate and PublishComponents (~8-10m). Flag is general/user-facing and reaches both the build and snap/tag pipelines.
The schema/preview artifacts and npm publish are generally useful (browsable preview, API schema, installable packages); we're deliberately skipping them on the PR validation lane to optimize for speed, not because they're never needed. They're still produced on the final export to main.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Throwaway control. Identical to #10436 (default registry = bit.cloud), fresh branch/lane, to check whether a small
bit ci prbuild reproduces the ~21m capsule install (vs the 2m seen in #10446 with the registry flipped to npmjs). Isolates registry-change vs lane-freshness/transient-bit.cloud-load. Will be closed.