-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add integration tests on a self-hosted runner (#104)
* Add integration tests on a self-hosted runner Signed-off-by: Fabrice Normandin <normandf@mila.quebec> * Fix import ordering issues Signed-off-by: Fabrice Normandin <normandf@mila.quebec> * attempt to fix test_check_passwordless Signed-off-by: Fabrice Normandin <normandf@mila.quebec> * Adding XFAILS (very bad) bc of Paramiko Banner bug Signed-off-by: Fabrice Normandin <normandf@mila.quebec> * Add early exit path in `check_passwordless` Signed-off-by: Fabrice Normandin <normandf@mila.quebec> * Add xfail on `mila code` integration test ;( Signed-off-by: Fabrice Normandin <normandf@mila.quebec> * Try to fix tests in github CI Signed-off-by: Fabrice Normandin <normandf@mila.quebec> * Fix tests in test_init_command Signed-off-by: Fabrice Normandin <normandf@mila.quebec> * Adapt tests for `mila init` for self-hosted runner Signed-off-by: Fabrice Normandin <normandf@mila.quebec> * Add missing regression files Signed-off-by: Fabrice Normandin <normandf@mila.quebec> * Fix condition on `test_check_passwordless` Signed-off-by: Fabrice Normandin <normandf@mila.quebec> * Fix check for macos test of check_passwordless Signed-off-by: Fabrice Normandin <normandf@mila.quebec> * Adjust the unit-tests workflow for macos Signed-off-by: Fabrice Normandin <normandf@mila.quebec> * Revert "Adjust the unit-tests workflow for macos" This reverts commit f40dfc4. * Add SSH config file check in check_passwordless Signed-off-by: Fabrice Normandin <normandf@mila.quebec> * Adjust test_check_passwordless for self-hosted run Signed-off-by: Fabrice Normandin <normandf@mila.quebec> * Update check for Paramiko OpenSSH key parsing bug Signed-off-by: Fabrice Normandin <normandf@mila.quebec> * Remove redundant comment Signed-off-by: Fabrice Normandin <normandf@mila.quebec> * Fix flaky tests for parallel progress bar timing Signed-off-by: Fabrice Normandin <normandf@mila.quebec> * Fix test_vscode_installed for self-hosted runner Signed-off-by: Fabrice Normandin <normandf@mila.quebec> * Add very ugly mark on test_check_passwordless Signed-off-by: Fabrice Normandin <normandf@mila.quebec> * Remove duplicate marks on `test_check_passwordless` Signed-off-by: Fabrice Normandin <normandf@mila.quebec> * Simplify test_parallel_progress_bar Signed-off-by: Fabrice Normandin <normandf@mila.quebec> * Increase the timeout value to 30 minutes in CI Signed-off-by: Fabrice Normandin <normandf@mila.quebec> * Add broad xfail for `check_passwordless` Signed-off-by: Fabrice Normandin <normandf@mila.quebec> --------- Signed-off-by: Fabrice Normandin <normandf@mila.quebec>
- Loading branch information
Showing
20 changed files
with
633 additions
and
267 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
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.