feat(ci): raise import matrix max-parallel to 3 (fixes #2047) - #2075
Open
vijit-vishnoi wants to merge 1 commit into
Open
feat(ci): raise import matrix max-parallel to 3 (fixes #2047)#2075vijit-vishnoi wants to merge 1 commit into
vijit-vishnoi wants to merge 1 commit into
Conversation
Signed-off-by: vijit-vishnoi <vishnoivijit@gmail.com>
Contributor
Author
|
Hi! It looks like CI pipelines failed due to a race condition. Since this in completely unrelated tom yaml changes could a maintainer hit re-run on all the jobs? |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
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.
Fixes #2047
Problem Statement
The importer pipelines were historically bottlenecked at
max-parallel: 1to protect production from compounding load during eager dedup cache building. Since the importer now uses lazy per-item lookups, this serialization is no longer necessary.Proposed Changes
This PR increases
max-parallelfrom1to3for both theimport-mcpandimport-agent-skillsmatrix jobs.As noted in the original issue, I am unable to run the Verification step locally since this workflow requires access to repository secrets and Sigstore authentication.
Could a maintainer please trigger this workflow manually via
workflow_dispatchwithsign: falseanddry_run: falseto verify no cross-job interference before merging?Checklist