Skip to content

Add bringup bundle artifact - #57

Open
katiaTsaruk wants to merge 1 commit into
mainfrom
meta-artifact
Open

Add bringup bundle artifact#57
katiaTsaruk wants to merge 1 commit into
mainfrom
meta-artifact

Conversation

@katiaTsaruk

Copy link
Copy Markdown
Contributor

Bundle adi_sc598_ezkit_defconfig-bootstrap, adi_sc598_ezkit_defconfig-debug
and adsp-sc598-rootfs into a single adi_sc598_ezkit_defconfig-bringup
artifact, 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.xz to the release page.

Closes #49

@katiaTsaruk katiaTsaruk self-assigned this Aug 11, 2026
@pamolloy
pamolloy requested review from a team, ozan956 and pamolloy August 14, 2026 08:44
@pamolloy pamolloy added this to ADSP Aug 14, 2026
Comment thread .github/workflows/top-level.yml Outdated
- name: Archive bundle
if: ${{ github.event_name == 'release' }}
run: |
bundle_full_name="adi_sc598_ezkit_defconfig-bringup-${{ github.event.release.tag_name }}.tar.xz"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The above uses of bringup can also be dropped

Comment thread .github/workflows/top-level.yml Outdated
- name: Download bootstrap artifact
uses: actions/download-artifact@v8
with:
name: adi_sc598_ezkit_defconfig-bootstrap

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We're going to add SC846 shortly so this shouldn't be hardcoded if possible

@pamolloy
pamolloy requested a review from gastmaier August 14, 2026 08:48
@pamolloy

Copy link
Copy Markdown
Contributor

It would also be nice to draft the updates to the documentation and link the PR here

@katiaTsaruk

Copy link
Copy Markdown
Contributor Author

It would also be nice to draft the updates to the documentation and link the PR here

it already exists:
analogdevicesinc/documentation#573

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

Create meta artifact containing bootstrap, debug and fedora artifacts

2 participants