-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bug with
mila code --cluster=<DRAC>
(#115)
* Hotfix for bug in `mila code --cluster=<DRAC>` Signed-off-by: Fabrice Normandin <[email protected]> * Fix running sync vscode extensions in background Signed-off-by: Fabrice Normandin <[email protected]> * Use ssh key from ssh config for ssh-copy-id Signed-off-by: Fabrice Normandin <[email protected]> * Fix dumb unit test Signed-off-by: Fabrice Normandin <[email protected]> * Fix broken test for `mila init` Signed-off-by: Fabrice Normandin <[email protected]> * Fix broken test for `make_process` Signed-off-by: Fabrice Normandin <[email protected]> * Always run `ssh-copy-id` (with the right key) Signed-off-by: Fabrice Normandin <[email protected]> * Change where the compute node setup occurs in init Signed-off-by: Fabrice Normandin <[email protected]> * Fix error in test for syncing vscode extensions Signed-off-by: Fabrice Normandin <[email protected]> * Add temporary "fix" for failing test Signed-off-by: Fabrice Normandin <[email protected]> * Remove flaky check from test_ensure_allocation Signed-off-by: Fabrice Normandin <[email protected]> * Always cd to $SCRATCH before salloc/sbatch/srun Signed-off-by: Fabrice Normandin <[email protected]> * Adjust unit tests following `cd $SCRATCH` change Signed-off-by: Fabrice Normandin <[email protected]> * Fix test and make it slightly more agnostic to imp Signed-off-by: Fabrice Normandin <[email protected]> * Fix failing check for the workdir in test_code Signed-off-by: Fabrice Normandin <[email protected]> --------- Signed-off-by: Fabrice Normandin <[email protected]>
- Loading branch information
Showing
11 changed files
with
128 additions
and
88 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
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
Oops, something went wrong.