-
Notifications
You must be signed in to change notification settings - Fork 356
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: remove e2e_slurm_preemption test series
The only test in this series was an e2e test sure that we caught slurm's SIGTERM, reported that to the master via an API call, and that training could would then see should_preempt() return True. This didn't need to be an e2e test; it can be a unit test to make sure our SIGTERM handler is working, plus rerouting the API logic to pass through the our normal preemption handling (#10071). There is already plenty of coverage ensuring should_preempt() works in python code. So by adding that unit test here and following the refactor of #10071, it is safe to remove the e2e_slurm_preemption series entirely. This is part of a larger effort to get rid of our znode tests, which are notoriously unreliable.
- Loading branch information
1 parent
1f2bea0
commit 4523f18
Showing
9 changed files
with
41 additions
and
168 deletions.
There are no files selected for viewing
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
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
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
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
28 changes: 0 additions & 28 deletions
28
examples/computer_vision/iris_tf_keras/iris_tf_keras_cancelable.yaml
This file was deleted.
Oops, something went wrong.
28 changes: 0 additions & 28 deletions
28
examples/computer_vision/iris_tf_keras/iris_tf_keras_high_priority.yaml
This file was deleted.
Oops, something went wrong.
23 changes: 0 additions & 23 deletions
23
examples/legacy/computer_vision/cifar10_pytorch/cifar10_pytorch_cancelable.yaml
This file was deleted.
Oops, something went wrong.
23 changes: 0 additions & 23 deletions
23
examples/legacy/computer_vision/cifar10_pytorch/cifar10_pytorch_high_priority.yaml
This file was deleted.
Oops, something went wrong.
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