Skip to content

CI Only update tracker to succes when all jobs pass on CirrusCI #26849

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

Merged
merged 1 commit into from
Jul 18, 2023

Conversation

thomasjpfan
Copy link
Member

Reference Issues/PRs

Fixes CI issue observed in #26745

What does this implement/fix? Explain your changes.

On main, each wheel build is updating the tracker independently for success. This means that if a build failed early, but a later build succeeded, the issue tracker will say that everything passed.

With this PR, if any of the builds fail, they will update the tracker for failure. Only when all the wheels pass does the tracker gets update to success.

@github-actions
Copy link

✔️ Linting Passed

All linting checks passed. Your pull request is in excellent shape! ☀️

Generated for commit: b201a28. Link to the linter CI: here

Copy link
Member

@lesteve lesteve left a comment

Choose a reason for hiding this comment

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

LGTM, thanks!

@lesteve lesteve merged commit fa8cd70 into scikit-learn:main Jul 18, 2023
punndcoder28 pushed a commit to punndcoder28/scikit-learn that referenced this pull request Jul 29, 2023
glemaitre pushed a commit to glemaitre/scikit-learn that referenced this pull request Sep 18, 2023
REDVM pushed a commit to REDVM/scikit-learn that referenced this pull request Nov 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants