fix(ci): wire GitLab CI to publish the system-tests image - #4079
Draft
MilanGarnier wants to merge 1 commit into
Draft
fix(ci): wire GitLab CI to publish the system-tests image#4079MilanGarnier wants to merge 1 commit into
MilanGarnier wants to merge 1 commit into
Conversation
Uploads per-arch build artifacts to S3, gates on an open GitHub PR before uploading anything, then dispatches the GH Actions workflow that builds and pushes the multi-arch image. Gate now runs before the S3 upload so branches without an open PR never publish artifacts. Stacked on the workflow file itself (must land on master first, since workflow_dispatch resolves the workflow by filename against the default branch's registered workflows).
|
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.
Stacked on #4065 — needs the GH Actions workflow merged to master first
(
workflow_dispatchresolves the workflow by filename against thedefault branch, regardless of dispatch
ref).Summary
check open pr for system testsjob that gates on an openGitHub PR before anything is uploaded to S3, addressing:
fix(ci): publish system-tests image via S3 + GH Actions dispatch #4065 (comment)
check via a dotenv artifact.
Test plan
dispatch + image push succeed end to end