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

Link CI slow runners to the commit #464

Merged
merged 5 commits into from
Jun 23, 2022
Merged

Link CI slow runners to the commit #464

merged 5 commits into from
Jun 23, 2022

Conversation

muellerzr
Copy link
Collaborator

Currently slow runner tests don't show up on the commit to main as they're triggered separately, making it hard to realize when they fail. This PR makes the on-merge ci (aka the slow runner) reusable and has check_dependencies trigger it at the very end. This lets the commit SHA/message be linked and it will show up in the merge history with a checkmark or x if there was a failure.

Some git specifics:

If you combine an if: always() with a needs: {workflow}, it will wait until {workflow} finishes running and then will always run.

@muellerzr muellerzr requested review from ydshieh and sgugger June 23, 2022 12:34
@HuggingFaceDocBuilderDev
Copy link

HuggingFaceDocBuilderDev commented Jun 23, 2022

The documentation is not available anymore as the PR was closed or merged.

Copy link
Contributor

@ydshieh ydshieh left a comment

Choose a reason for hiding this comment

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

Thank you @muellerzr !

Copy link
Collaborator

@sgugger sgugger left a comment

Choose a reason for hiding this comment

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

Thanks for the fix!

@muellerzr muellerzr merged commit 799fa93 into main Jun 23, 2022
@muellerzr muellerzr deleted the actions branch June 23, 2022 12:56
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

Successfully merging this pull request may close these issues.

4 participants