-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* disable most integration tests * remove kombu from requirements.txt * use reactive_runner_config * pass over github token * add tmate * adapt reactive integration test * call reconcile before waiting for job * temporarily remove e2e test - REVERT ME * remove pymongo * remove reactive code for lxd * lint * use name instead of manager_name & lint * add changelog entry * Revert "temporarily remove e2e test - REVERT ME" This reverts commit fbe771c. * Revert "add tmate" This reverts commit d9d7797 * Revert "disable most integration tests" This reverts commit 876bb68. * pin correct commit * fix test_runner_manager_openstack integration test * fix test_runner_manager_openstack integration test * update pymongo dependency * pin latest requirements.txt and update test_reactive In order to use canonical/github-runner-manager#16 * setup logrotate for openstack --------- Co-authored-by: Yanks Yoon <[email protected]>
- Loading branch information
Showing
16 changed files
with
193 additions
and
208 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
# Changelog | ||
|
||
### 2024-09-18 | ||
|
||
- Changed code to be able to spawn a runner in reactive mode. | ||
- Removed reactive mode support for LXD as it is not currently in development. | ||
|
||
## 2024-09-09 | ||
|
||
- Added changelog for tracking user-relevant changes. |
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.