-
Notifications
You must be signed in to change notification settings - Fork 356
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: label make slurmcluster
instances for cloud spend [CM-405]
#9792
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 #9792 +/- ##
=======================================
Coverage 54.04% 54.05%
=======================================
Files 1260 1260
Lines 155574 155574
Branches 3503 3504 +1
=======================================
+ Hits 84085 84089 +4
+ Misses 71343 71339 -4
Partials 146 146
Flags with carried forward coverage won't be shown. Click here to find out more. |
ioga
changed the title
wip: slurmcluster labels
ci: label Aug 2, 2024
make slurmcluster
instances [CM-405]
ioga
requested review from
a team and
corban-beaird
and removed request for
a team
August 3, 2024 00:07
ioga
changed the title
ci: label
ci: label Aug 3, 2024
make slurmcluster
instances [CM-405]make slurmcluster
instances for cloud spend [CM-405]
corban-beaird
approved these changes
Aug 5, 2024
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.
Looks solid!
davidfluck-hpe
approved these changes
Aug 5, 2024
5 tasks
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
CM-405
Description
make slurmcluster
pipeline to set labels on the VM it creates and its diskAlso I've discovered that
make slurmcluster
job will stay pending when a background task to create a cluster failed, so I've fixed that. The job should now fail right away if that happens.Also I went to war with trailing whitespace in the circle config.
Test Plan
Do the VMs spawned by CI have that label?
Test run: https://app.circleci.com/pipelines/github/determined-ai/determined/59112/workflows/bd2dfd65-498c-46be-a01f-908aefa48a05/jobs/2836426
Checklist
docs/release-notes/
See Release Note for details.