garm/runner
Gabriel Adrian Samfira b954038624 Ensure loop closes properly and provider update
* Ensure the pool loop exits properly when the pool is not yet in
a running state.
  * Use ListInstances() when cleaning orphaned runners. This ensures
We only run one API call per pool to list instances, instead of running
a GetInstance() for each individual instance we are checking.

Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
2023-01-08 16:40:42 +00:00
..
common Don't save runner registration tolen in DB 2022-12-06 19:48:00 +00:00
mocks Don't save runner registration tolen in DB 2022-12-06 19:48:00 +00:00
pool Ensure loop closes properly and provider update 2023-01-08 16:40:42 +00:00
providers Don't save runner registration tolen in DB 2022-12-06 19:48:00 +00:00
enterprises.go Start pool managers in the background 2022-10-21 17:14:03 +03:00
enterprises_test.go Add Enterprise tests 2022-12-04 17:30:42 +00:00
interfaces.go Add enterprise support 2022-10-21 17:14:03 +03:00
organizations.go Start pool managers in the background 2022-10-21 17:14:03 +03:00
organizations_test.go Add Enterprise tests 2022-12-04 17:30:42 +00:00
pools.go Add enterprise support to garm-cli 2022-10-21 17:14:03 +03:00
repositories.go Start pool managers in the background 2022-10-21 17:14:03 +03:00
repositories_test.go Add Enterprise tests 2022-12-04 17:30:42 +00:00
runner.go Wait for loop exit and some fixes 2022-12-30 15:07:40 +00:00
types.go Add enterprise support 2022-10-21 17:14:03 +03:00