ci: add tests for upgrading azldev#17703
Open
dmcilvaney wants to merge 2 commits into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR strengthens CI coverage around .azldev-version bumps by ensuring drift checks and a new smoke test both exercise the proposed azldev version (not just the base branch’s pinned binary), reducing the risk of post-merge rendered-spec drift or config-parse regressions.
Changes:
- Update the rendered-specs drift workflow to build the runner image using
pr-head/.azldev-version, and render all components when that pin changes. - Add a new
azldev-smoke.ymlworkflow that builds the runner image at the pinned azldev version and validatesazldev component listsucceeds across the repo.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| .github/workflows/check-rendered-specs.yml | Builds runner with PR’s azldev pin and renders all components when .azldev-version changes to catch global drift. |
| .github/workflows/azldev-smoke.yml | New smoke workflow to verify the pinned azldev installs and can parse all component TOMLs. |
| contents: read | ||
| steps: | ||
| - name: Checkout | ||
| uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
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.
Split from #17651