Skip to content

infra[QVAC-17058]: add empty BCI whispercpp workflow stubs to enable branch dispatch#1856

Merged
ishanvohra2 merged 2 commits into
tetherto:mainfrom
ishanvohra2:chore/bci-workflows
May 1, 2026
Merged

infra[QVAC-17058]: add empty BCI whispercpp workflow stubs to enable branch dispatch#1856
ishanvohra2 merged 2 commits into
tetherto:mainfrom
ishanvohra2:chore/bci-workflows

Conversation

@ishanvohra2

Copy link
Copy Markdown
Contributor

Note: be concise and prefer bullet points.

🎯 What problem does this PR solve?

  • New packages/bci-whispercpp addon needs CI workflows, but those workflows are being iterated on a feature branch and cannot be manually dispatched until they are registered on main.
  • GitHub Actions only allows workflow_dispatch against a non-default branch when a workflow file with the same name already exists on the default branch — otherwise the workflow is invisible to the API/UI.

📝 How does it solve it?

  • Adds 11 no-op stub workflow files under .github/workflows/ mirroring the qvac-lib-infer-whispercpp lineup:
    • benchmark-bci-whispercpp.yml
    • benchmark-performance-bci-whispercpp.yml
    • cpp-test-coverage-bci-whispercpp.yml
    • create-github-release-bci-whispercpp.yml
    • integration-mobile-test-bci-whispercpp.yml
    • integration-test-bci-whispercpp.yml
    • on-merge-bci-whispercpp.yml
    • on-pr-close-bci-whispercpp.yml
    • on-pr-bci-whispercpp.yml
    • prebuilds-bci-whispercpp.yml
    • repository-dispatch-bci-whispercpp.yml
  • Each stub uses on: workflow_dispatch: only (no push / pull_request triggers) so it cannot fire on unrelated PRs or merges to main.
  • The single job is a no-op echo clarifying that the real implementation lives on the bci-whispercpp feature branch.

🧪 How was it tested?

  • YAML is valid and intentionally minimal; once merged, dispatch will be verified from the feature branch via gh workflow run <file>.yml --ref <branch>.

@ogad-tether ogad-tether left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. These are dispatch-only stubs, so they should register the BCI workflow IDs on main without adding push/PR behavior. I did not find any blocking follow-ups.

@ishanvohra2

Copy link
Copy Markdown
Contributor Author

/review

@github-actions

github-actions Bot commented May 1, 2026

Copy link
Copy Markdown
Contributor

Tier-based Approval Status

**PR Tier:** TIER1

**Current Status:** ✅ APPROVED

**Requirements:**
- 1 Team Member approval ✅ (1/1)
- 1 Team Lead OR Management approval ✅ (1/1)



---
*This comment is automatically updated when reviews change.*

@ishanvohra2 ishanvohra2 merged commit 5e47460 into tetherto:main May 1, 2026
4 of 15 checks passed
@ishanvohra2 ishanvohra2 deleted the chore/bci-workflows branch May 1, 2026 11:27
Proletter pushed a commit that referenced this pull request May 24, 2026
…branch dispatch (#1856)

Co-authored-by: Ishan Vohra <ishanvohra@Ishans-MacBook-Air.local>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants