actions-runner-controller/controllers
Helder Moreira 7a2fa7fbce
runner-controller: do not delete runner if it is busy (#103)
Currently, after refreshing the token, the controller re-creates the runner with the new token. This results in jobs being interrupted. This PR makes sure the pod is not restarted if it is busy.

Closes #74
2020-10-05 09:06:37 +09:00
..
autoscaling.go feat: Use HorizontalRunnerAutoscaler for autoscaling 2020-07-27 20:33:44 +09:00
autoscaling_test.go feat: Use HorizontalRunnerAutoscaler for autoscaling 2020-07-27 20:33:44 +09:00
horizontalrunnerautoscaler_controller.go Fix the HRA controller name 2020-08-02 10:38:15 +09:00
integration_test.go runner-controller: do not delete runner if it is busy (#103) 2020-10-05 09:06:37 +09:00
runner_controller.go runner-controller: do not delete runner if it is busy (#103) 2020-10-05 09:06:37 +09:00
runnerdeployment_controller.go feat: Use HorizontalRunnerAutoscaler for autoscaling 2020-07-27 20:33:44 +09:00
runnerdeployment_controller_test.go Revert test comment 2020-03-15 21:55:38 +09:00
runnerreplicaset_controller.go runner-controller: do not delete runner if it is busy (#103) 2020-10-05 09:06:37 +09:00
runnerreplicaset_controller_test.go runner-controller: do not delete runner if it is busy (#103) 2020-10-05 09:06:37 +09:00
suite_test.go Initial commit 2020-01-28 15:03:23 +09:00