-
Notifications
You must be signed in to change notification settings - Fork 19.7k
Always use run_tpu_tests label to run TPU tests.
#21900
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
base: master
Are you sure you want to change the base?
Conversation
|
Note Gemini is unable to generate a summary for this pull request due to the file types involved not being currently supported. |
run_tpu_tests label to run the TPU tests.run_tpu_tests label to run Gemma.
run_tpu_tests label to run Gemma.run_tpu_tests label to run TPU tests.
1e37b61 to
51c59c8
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #21900 +/- ##
==========================================
+ Coverage 76.27% 76.30% +0.02%
==========================================
Files 579 579
Lines 59917 59950 +33
Branches 9403 9410 +7
==========================================
+ Hits 45703 45744 +41
+ Misses 11748 11738 -10
- Partials 2466 2468 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
51c59c8 to
83943fd
Compare
83943fd to
694a124
Compare
run_tpu_tests label to run TPU tests.run_tpu_tests label to run Gemma tests.
run_tpu_tests label to run Gemma tests.run_tpu_tests label to run TPU tests.
694a124 to
1b5e9e6
Compare
Problem: the current approach creates two entries for TPU tests: one for `pull_request` and one for `pull_request_review`. But we only want one entry and one run of the tests. Solution: add a new labeler workflow to label the PR on approval, which in turn triggers the TPU tests. Also rename `welcome` workflow.
1b5e9e6 to
2ff0711
Compare
Problem: the current approach creates two entries for TPU tests: one for
pull_requestand one forpull_request_review. But we only want one entry and one run of the tests.Solution: add a new labeler workflow to label the PR on approval, which in turn triggers the TPU tests.
lso rename
welcomeworkflow.