feat(workflows): split export pipeline with UBI builder images#149
Draft
gashcrumb wants to merge 1 commit into
Draft
feat(workflows): split export pipeline with UBI builder images#149gashcrumb wants to merge 1 commit into
gashcrumb wants to merge 1 commit into
Conversation
6372d40 to
4ab400f
Compare
f289b0b to
e0938e7
Compare
Member
Author
9251fd5 to
ab19982
Compare
Member
Author
|
Still in progress, but here's an example run of the smoke export workflow which is a way to test changes like this on a fork. |
ab19982 to
c5439fc
Compare
Member
Author
|
Here's another example run against a branch on a fork to produce this build of the scaffolder-backend, which loads and functions in this PR image. Edit: well, maybe not after rebasing against the move to 1.52, but it should at least load without throwing a missing library error. |
c5439fc to
f53e611
Compare
Compile plugin exports in a non-privileged UBI 9 export-builder container (baked rhdh-cli, NPM_CONFIG_ignore-scripts) and publish OCI images in a separate export-publish job via buildah on ubuntu-latest. Add publish-export-builder workflow, export staging scripts, local test/reset tooling, and test-export-smoke for fork CI validation. Introduce fork-testing inputs on reusable workflows (export-builder-ghcr-image, export-utils-ref). Remove Janus CLI fallbacks and OCI packaging from the export-dynamic compile action. Assisted-By: Cursor Desktop Signed-off-by: Stan Lewis <gashcrumb@gmail.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED
f53e611 to
70f4eab
Compare
|
Member
Author
|
Here is another example run where there's metadata validation errors but the OCI artifacts are still published. |
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.



Compile plugin exports in a non-privileged UBI 9 export-builder container (baked rhdh-cli, NPM_CONFIG_ignore-scripts) and publish OCI images in a separate export-publish job via buildah on ubuntu-latest.
Add publish-export-builder workflow, export staging scripts, local test/reset tooling, and test-export-smoke for fork CI validation. Introduce fork-testing inputs on reusable workflows (export-builder-ghcr-image, export-utils-ref). Remove Janus CLI fallbacks and OCI packaging from the export-dynamic compile action.
Related to RHDHPLAN-1519
Assisted-By: Cursor Desktop
Signed-off-by: Stan Lewis gashcrumb@gmail.com
rh-pre-commit.version: 2.3.2
rh-pre-commit.check-secrets: ENABLED