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

CI jobs should fail immediately (or retry) if package install fails #13881

Open
bryevdv opened this issue May 7, 2024 · 0 comments
Open

CI jobs should fail immediately (or retry) if package install fails #13881

bryevdv opened this issue May 7, 2024 · 0 comments

Comments

@bryevdv
Copy link
Member

bryevdv commented May 7, 2024

Seen this a few times, where the prepare environment step will fail (e.g. due to transient conda bad gateway) but then proceed to try to run the tests, e.g. https://github.com/bokeh/bokeh/actions/runs/8989165483/job/24691806627?pr=13874

Ideally the GH action for the conda env could retry some number of times. But failing that, it would still be better if the job ends immediately if an env cannot be successfully created.

@bryevdv bryevdv added this to the 3.x milestone May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant