Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix BOM artifact upload failure on failed cmake #3256

Merged
merged 2 commits into from
Jan 18, 2022

Conversation

scbedd
Copy link
Member

@scbedd scbedd commented Jan 18, 2022

Example Build Failure

Step progression:

image

The issue here is that there is no condition on generate bom. Given that the publish-artifact template always uploads an artifact (even in failure state), we need to ensure that the artifact upload path isn't actually empty.

Simplest way to do that is to adjust generate bom to always run, rather than getting into the weeds with additional conditions within the publish-artifact template.

@scbedd scbedd self-assigned this Jan 18, 2022
@scbedd scbedd added the Central-EngSys This issue is owned by the Engineering System team. label Jan 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Central-EngSys This issue is owned by the Engineering System team.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants