-
Notifications
You must be signed in to change notification settings - Fork 1
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
Pivotal ID # 188114384: Scheduler SLURM Migration #866
Pivotal ID # 188114384: Scheduler SLURM Migration #866
Conversation
- Create common Cluster config class - Add option to execute scheduler jobs in SLURM - Remove unused code
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.
LGTM
@@ -90,7 +90,6 @@ class LsfClusterClient( | |||
companion object { | |||
const val DONE_STATUS = "DONE" | |||
const val EXIT_STATUS = "EXIT" | |||
const val PEND_STATUS = "PEND" |
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.
why we have remove this one? (I remember seeing as a valid state)
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.
It was never used. Maybe we need to do something with it
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.
yes is not used in a particular test but it is used when obtained job status using API
Fix broken import
Fix jobs properties
https://www.pivotaltracker.com/story/show/188114384