-
Notifications
You must be signed in to change notification settings - Fork 359
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
test: update CI setup for running GPU unit tests #10230
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
✅ Deploy Preview for determined-ui canceled.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #10230 +/- ##
==========================================
+ Coverage 53.67% 54.35% +0.68%
==========================================
Files 1255 1256 +1
Lines 155754 155779 +25
Branches 3617 3618 +1
==========================================
+ Hits 83607 84681 +1074
+ Misses 72014 70965 -1049
Partials 133 133
Flags with carried forward coverage won't be shown. Click here to find out more.
|
jgongd
changed the title
chore: CI for GPU Unit Tests
test: Update CI setup for running GPU Unit Tests
Nov 21, 2024
jgongd
changed the title
test: Update CI setup for running GPU Unit Tests
test: update CI setup for running GPU unit tests
Nov 21, 2024
jgongd
commented
Nov 21, 2024
jgongd
force-pushed
the
jgong/ci-for-unit-tests
branch
from
November 22, 2024 02:55
3549132
to
4bbc843
Compare
mackrorysd
approved these changes
Nov 22, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Ticket
Description
test-unit-harness-gpu-tf
,test-unit-harness-pytorch2-gpu
,test-unit-harness-gpu-parallel
, andtest-unit-harness-gpu-deepspeed
were ran on:These runners were hosted on
https://console.cloud.google.com/kubernetes/clusters/details/us-central1/ci-runners-cluster
. We no longer haveci-runners-cluster
on GCP. Use GPU instance on CircleCI instead.Test Plan
Checklist
docs/release-notes/
See Release Note for details.