ci: use artifacts by default for test image builds - #1043
Draft
yanksyoon wants to merge 1 commit into
Draft
Conversation
yanksyoon
force-pushed
the
fix/isd-512-artifact-default
branch
from
August 26, 2026 14:33
7190274 to
52da37f
Compare
yanksyoon
commented
Aug 28, 2026
Comment on lines
+5
to
+8
| ## Unreleased | ||
|
|
||
| - Default integration-test image builds to artifact mode for pull requests, scheduled tests, and manual runs, with a configurable 30-day artifact retention period. Use `upload-image: registry` when a remote GHCR image is required. | ||
|
|
Member
Author
There was a problem hiding this comment.
Let's set the release date to 2026-08-08
yanksyoon
force-pushed
the
fix/isd-512-artifact-default
branch
3 times, most recently
from
August 28, 2026 02:12
7ac72c8 to
5f26d89
Compare
yanksyoon
force-pushed
the
fix/isd-512-artifact-default
branch
from
August 28, 2026 02:40
5f26d89 to
058a2c7
Compare
Contributor
Test results for commit 058a2c7Test coverage for 058a2c7 Static code analysis report |
Contributor
Test results for commit 058a2c7Test coverage for 058a2c7 Static code analysis report |
Contributor
Test results for commit 058a2c7Test coverage for 058a2c7 Static code analysis report |
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
upload-image: registryas an explicit opt-in for tests requiring a remote image.This addresses ISD-512 by preventing routine pull-request and test builds from creating persistent GHCR versions.
Test plan
npm run lintnpm run format:checknpm run package