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

Fail faster when no version info #1249

Open
dmikusa opened this issue Aug 11, 2023 · 0 comments
Open

Fail faster when no version info #1249

dmikusa opened this issue Aug 11, 2023 · 0 comments

Comments

@dmikusa
Copy link
Contributor

dmikusa commented Aug 11, 2023

Expected Behavior

We have package jobs that occasionally fail because input from GitHub Actions is missing. This causes the version to be miscalculated and the build to fail. It results in bad images and you have to delete the release and rerelease to fix.

Current Behavior

https://github.com/paketo-buildpacks/java-native-image/actions/runs/5835413628/job/15827053701#step:16:1

Possible Solution

If we can detect the solution earlier in the pipeline, we can fail faster without publishing broken images.

We might also be able to make the job recover or pick the version in a different way.

Steps to Reproduce

See the failed action.

It happens infrequently and unpredictably.

Motivations

Builds that don't fail.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant