Skip to content

buildomat: collect .falcon if falcon-lab fails#807

Open
taspelund wants to merge 2 commits into
mainfrom
trey/ci-collect-falcon
Open

buildomat: collect .falcon if falcon-lab fails#807
taspelund wants to merge 2 commits into
mainfrom
trey/ci-collect-falcon

Conversation

@taspelund

Copy link
Copy Markdown
Contributor

No description provided.

Signed-off-by: Trey Aspelund <trey@oxidecomputer.com>
@taspelund taspelund self-assigned this Jun 26, 2026
@taspelund taspelund added the CI label Jun 26, 2026
@taspelund taspelund marked this pull request as ready for review June 26, 2026 20:11

@nicolaskagami nicolaskagami left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

LGTM, whatever that's worth as a newbie :)

Just had a couple of questions below.

# future Falcon versions may add other files here.
rm -rf "${artifact_dir}"
mkdir -p "${artifact_dir}"
for path in .falcon/*.{out,err}; do

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Are all out/err files of interest in this folder? This doesn't catch anything in subdirectories.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

As of today, the only items in subdirectories are binaries. So this deliberately leaves those items behind. Good question though!

Comment thread .github/buildomat/jobs/falcon-lab.sh
Signed-off-by: Trey Aspelund <trey@oxidecomputer.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants