ci: backfill ci.type for market-tracker + add validate-all-plugins workflow#17
Merged
Conversation
…rkflow - wwv-plugin-market-tracker/package.json: adds worldwideview.ci.type = "data" (last plugin missing the field; was silently defaulting to data already) - .github/workflows/validate-all-plugins.yml: workflow_dispatch workflow that runs the full Tier 0-4 suite against every plugin unconditionally — use for post-infrastructure audits and pre-release validation sweeps
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.
Summary
wwv-plugin-market-tracker/package.json: addsworldwideview.ci.type = "data"— the last plugin missing the field. It was silently defaulting todataalready (correct for a data-layer plugin), this just makes it explicit and eliminates the MISSING warning from the manifest validator..github/workflows/validate-all-plugins.yml: newworkflow_dispatch-only workflow that runs the full Tier 0-4 suite against every plugin in the repo unconditionally, bypassing the changed-files detection used byplugin-ci.yml.Why validate-all-plugins.yml
plugin-ci.ymlonly fires on PRs and only covers changed plugins. After any CI infrastructure change (new tier, updated smoke test, SDK bump) there's no way to audit the full fleet without touching every plugin. This workflow gives a one-click "run everything" button for:Test plan
type: MISSINGin manifest validator output