Skip to content

Commit

Permalink
feat: passive runner deletion (#294)
Browse files Browse the repository at this point in the history
* step down ordering

* chore: refactor SSH connection getter

* chore: refactor health check

* chore: add timeout

* chore: pass connection and server name

* test: rename get_ssh_connections -> get_ssh_connection

* gitignore development artefact

* refactor health check to static method

* test: add unit tests for SSH health checks

* ssh health check refresh server on fail

* remove debug line

* enable openstack integration test

* Revert "enable openstack integration test"

This reverts commit 9b4678e.

* fix unit test messages
  • Loading branch information
yanksyoon authored Jun 17, 2024
1 parent e95b4cd commit 72ebea6
Show file tree
Hide file tree
Showing 5 changed files with 938 additions and 525 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ placeholders/
*.charm
build/
.coverage

# testing artifacts
lxd-profile.*
tinyproxy.conf

# development artifacts
clouds.yaml
.vscode/
Loading

0 comments on commit 72ebea6

Please sign in to comment.