-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Adjustments for COS integration for reactive mode (#390)
* pin requirements.txt * issue active_runners in lxd runner_manager * create and use dedicated user * only run test_reactive - REVERT ME * some adaptions * check metrics * create home dir * create home dir * WIP checkin * pin dev branch * use tmate * fix test * add move_to_quarantine to shared_fs * outcomment other tests * pass in RUNNER_MANAGER_USER * fix setup RUNNER_MANAGER_USER * add a reconcile before metric extraction * re-add the other reactive integration tests * fix shared_fs * run all tests * fix test runner_manager_openstack * fix test runner_manager_openstack * reconcile for runner_installed_metric * fix keypath * outcomment integration tests * call ops.main * fix keypath * outcomment patching * add sleep * remove charm metrics tests as they do pass * remove test_charm_fork_repo * make test_charm_runner less brittle * add sleep to test_reactive to see if it fixes things * catch FileNotFoundError in test_runner_manager_openstack.py * remove test_charm_runner * remove wrong use of usefixtures * replace sleep by wait_for * test if sleep fixes issues * outcomment test reactive * replace sleep by wait_for * check for None * add assert * set log-level to DEBUG * change wait_for condition * remove check for metrics * remove outcommented code * restore log level * refactor test_reactive * run all tests * fix changed health check * increase timeout for reactive * only run test_reactive * update dashboard with active runners * Revert "only run test_reactive" This reverts commit 5a51184. * update changelog * make test_runner_manager_openstack.py less brittle * pin branch * remove tmate-debug * re-add e2e test * lint * remove TODO * fix case where pre_job metric stats are empty * move StorageManager instantiation into functions * move staticmethod to module level * pin correct commit
- Loading branch information
Showing
18 changed files
with
304 additions
and
70 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
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.