Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Artifact check #7129

Merged
merged 7 commits into from
Apr 15, 2019
Merged

Artifact check #7129

merged 7 commits into from
Apr 15, 2019

Conversation

NorseGaud
Copy link
Contributor

When the tar process fails for the build directory at the end of a build, there is no current way to fail that step and not proceed on with other tests. This creates a major inefficiency: We can't simply restart the build step to try again as the tests have started and trying to pull an artifact that doesn't exist. We have to start a new pipeline run and all distros under it, wasting agents.

I've tested and added tests to be sure that the step fails if the tar doesn't exist and also opened up a feature request with buildkite to add this feature and avoid using the [ ! -f ] test.

@NorseGaud NorseGaud requested a review from zreyn April 15, 2019 21:04
Copy link
Contributor

@zreyn zreyn left a comment

Choose a reason for hiding this comment

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

Looks good

@NorseGaud NorseGaud merged commit 6d7a5e7 into develop Apr 15, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants