QVAC-24197 chore: drop the archived qvac-test-suite repo from the DevOps roster - #4452
Open
Victor-Rodzko wants to merge 1 commit into
Open
Victor-Rodzko wants to merge 1 commit into
Victor-Rodzko wants to merge 1 commit into
Conversation
The framework moved into this monorepo as `packages/test-suite` in #4082 and has published from here since 0.11.0. The source repository is being archived, so the DevOps PR dashboard no longer has anything to watch there — it has no open pull requests or issues, and none can be opened once the repository is read-only. `extraRepos` in `.github/teams/devops.json` is the roster the dashboard actually reads; the list in the `qv-devops-pr-status` skill mirrors it in prose. Both are updated together so they do not drift. The remaining mentions of the old repository are deliberate and stay: the `# Originally from qvac-test-suite` provenance comments in the two SDK test workflows, the note in `trigger-reusable-lib-test-suite.yml` explaining why the package publishes prebuilt output, and the migration record in the package CHANGELOG and README. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Contributor
Review StatusCurrent Status: ❌ PENDING Pending reviews: Needs 1 Management or Team Lead, and 1 more from Management, Team Lead, or Member. |
Contributor
License compliance — cleanNo new dependency license findings in this PR. Warn-only (shadow) mode — this check does not block merges yet. Updated automatically by the canonical license compliance workflow. NOTICE presence (advisory)Missing NOTICE (advisory, does not block):
|
opaninakuffo
approved these changes
Sep 14, 2026
arun-mani-j
approved these changes
Sep 15, 2026
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.
🎯 What problem does this PR solve?
packages/test-suitein QVAC-23575 chore[bc]: add @qvac/test-suite as a monorepo package #4082 and has published from here since0.11.0.tetherto/qvac-test-suiteis being archived.Companion to tetherto/qvac-test-suite#94 (pointer README) and the npm deprecation of
@qvac/qvac-test-suite. Same Asana task, QVAC-24197.📝 How does it solve it?
tetherto/qvac-test-suitefromextraReposin.github/teams/devops.json— the roster the dashboard actually reads..agents/skills/qv-devops-pr-status/SKILL.md, so the documented roster and the JSON don't drift.These are the two references the fold deliberately left in place until the repository was ready to be archived.
The remaining mentions of the old repository are intentional and stay:
# Originally from qvac-test-suiteprovenance comments in.github/workflows/test-node-sdk.ymland.github/workflows/test-android-sdk.yml.github/workflows/trigger-reusable-lib-test-suite.ymlexplaining why the package publishes prebuilt outputpackages/test-suite/CHANGELOG.mdandpackages/test-suite/README.md@qvac/qvac-test-suite/@tetherto/qvac-test-suite, whichbuild-consumer-mobile.tsandtest-loader.tsstill resolve on purpose so a partially migrated consumer works🧪 How was it tested?
.github/teams/devops.jsonparses;extraReposis 25 entries and no longer containstetherto/qvac-test-suiteSKILL.md— the two agree entry for entrygit grep qvac-test-suite— every remaining hit is one of the intentional cases listed above🤖 Generated with Claude Code