garm/test/integration/e2e
Ionut Balutoiu 93d290df47 Optimize waitPoolRunningIdleInstances func
Instead of asking for all the GARM instances from the API, and then
filtering them by `poolID`, we can ask the API to return only the
instances that are in the `poolID` pool.

Therefore, we only need to count the instances that are running and idle.

Signed-off-by: Ionut Balutoiu <ibalutoiu@cloudbasesolutions.com>
2023-08-25 17:14:11 +03:00
..
client.go Refactor integration E2E tests 2023-08-24 15:22:46 +03:00
client_utils.go Refactor integration E2E tests 2023-08-24 15:22:46 +03:00
e2e.go Refactor integration E2E tests 2023-08-24 15:22:46 +03:00
github_client_utils.go Refactor integration E2E tests 2023-08-24 15:22:46 +03:00
instances.go Optimize waitPoolRunningIdleInstances func 2023-08-25 17:14:11 +03:00
jobs.go Refactor integration E2E tests 2023-08-24 15:22:46 +03:00
organizations.go Fix waitPoolRunningIdleInstances function 2023-08-24 16:12:00 +03:00
pools.go Refactor integration E2E tests 2023-08-24 15:22:46 +03:00
repositories.go Fix waitPoolRunningIdleInstances function 2023-08-24 16:12:00 +03:00
utils.go Refactor integration E2E tests 2023-08-24 15:22:46 +03:00