Skip to content

feat(ci): raise import matrix max-parallel to 3 (fixes #2047) - #2075

Open
vijit-vishnoi wants to merge 1 commit into
agntcy:mainfrom
vijit-vishnoi:feature/issue-2047-parallel-imports
Open

feat(ci): raise import matrix max-parallel to 3 (fixes #2047)#2075
vijit-vishnoi wants to merge 1 commit into
agntcy:mainfrom
vijit-vishnoi:feature/issue-2047-parallel-imports

Conversation

@vijit-vishnoi

Copy link
Copy Markdown
Contributor

Fixes #2047

Problem Statement

The importer pipelines were historically bottlenecked at max-parallel: 1 to 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-parallel from 1 to 3 for both the import-mcp and import-agent-skills matrix jobs.

⚠️ Verification Required

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_dispatch with sign: false and dry_run: false to verify no cross-job interference before merging?

Checklist

  • I have read the contributing guidelines
  • I have signed off my commits (DCO)

Signed-off-by: vijit-vishnoi <vishnoivijit@gmail.com>
@vijit-vishnoi
vijit-vishnoi requested a review from a team as a code owner August 28, 2026 20:35
@github-actions github-actions Bot added the size/XS Denotes a PR that changes 0-49 lines label Aug 28, 2026
@vijit-vishnoi

Copy link
Copy Markdown
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

codecov Bot commented Aug 31, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/XS Denotes a PR that changes 0-49 lines

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature]: import-records: raise matrix max-parallel from 1 to 3 now that the dedup pre-scan is gone

1 participant