Add bringup bundle artifact - #57
Open
katiaTsaruk wants to merge 1 commit into
Open
Conversation
katiaTsaruk
force-pushed
the
meta-artifact
branch
from
August 11, 2026 14:50
53bf976 to
0eec976
Compare
pamolloy
reviewed
Aug 14, 2026
| - name: Archive bundle | ||
| if: ${{ github.event_name == 'release' }} | ||
| run: | | ||
| bundle_full_name="adi_sc598_ezkit_defconfig-bringup-${{ github.event.release.tag_name }}.tar.xz" |
Contributor
There was a problem hiding this comment.
The intention is that this is the primary artifact that users download since it covers all use cases therefore it can keep the most generic name.
Suggested change
| bundle_full_name="adi_sc598_ezkit_defconfig-bringup-${{ github.event.release.tag_name }}.tar.xz" | |
| bundle_full_name="adi_sc598_ezkit_defconfig-${{ github.event.release.tag_name }}.tar.xz" |
Contributor
There was a problem hiding this comment.
The above uses of bringup can also be dropped
pamolloy
reviewed
Aug 14, 2026
| - name: Download bootstrap artifact | ||
| uses: actions/download-artifact@v8 | ||
| with: | ||
| name: adi_sc598_ezkit_defconfig-bootstrap |
Contributor
There was a problem hiding this comment.
We're going to add SC846 shortly so this shouldn't be hardcoded if possible
Contributor
|
It would also be nice to draft the updates to the documentation and link the PR here |
Contributor
Author
it already exists: |
katiaTsaruk
force-pushed
the
meta-artifact
branch
from
August 14, 2026 11:38
0eec976 to
f02bf17
Compare
Bundle bootstrap, debug and Fedora rootfs artifacts into a single adi_sc598_ezkit_defconfig-bringup artifact. Signed-off-by: Kateryna Tsaruk <kateryna.tsaruk@analog.com>
katiaTsaruk
force-pushed
the
meta-artifact
branch
from
August 14, 2026 11:56
f02bf17 to
f0ec92d
Compare
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.
Bundle
adi_sc598_ezkit_defconfig-bootstrap,adi_sc598_ezkit_defconfig-debugand
adsp-sc598-rootfsinto a singleadi_sc598_ezkit_defconfig-bringupartifact, removing the need to download three separate archives for a full
board bring-up.
The bundle is produced on every CI run as a GitHub Actions artifact. On
release it is additionally uploaded as a tagged
.tar.xzto the release page.Closes #49