-
Notifications
You must be signed in to change notification settings - Fork 46
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: Restore rosetta-t5x-test #749
base: main
Are you sure you want to change the base?
Conversation
To improve readability
For easier readability
@@ -6,34 +6,33 @@ on: | |||
T5X_IMAGE: | |||
type: string | |||
description: T5X image from ghcr.io/nvidia/t5x | |||
default: 'ghcr.io/nvidia/t5x:latest' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To my understanding, single quotes are preferred in GitHub Actions as they are less likely to cause unintended effects (not 100% sure how much practical impact it will bring though). Besides, it is better to be consistent across code base 😄
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point! I changed my formatter's default to single-quotes
1d15a60
to
80ccc49
Compare
Hitting this GHA limitation agaaaaaaain 🤣
|
Lol, that's really wild. Seems we found the reason why it was left like that? How important is this test? What do you think about converting some workflows to actions? I'm looking at those workflows which consist of a single job only. These are the pros/cons I can see:
|
We noticed together that
.github/workflows/_test_rosetta.yaml
wasn't used anymore. Suggestion by @terrykong was to consolidate it together with.github/workflows/_test_rosetta_t5x.yaml