This is an automated email from the ASF dual-hosted git repository. shahar1 pushed a commit to branch gha-arc-rebase in repository https://gitbox.apache.org/repos/asf/airflow-ci-infra.git
commit 3b23500aa884adff24652e1f701f5a5a45e24001 Author: Hussein Awala <[email protected]> AuthorDate: Sat Jul 22 00:27:34 2023 +0200 reduce ARC sync period to 10s --- helm/values/actions-runner-controller.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/values/actions-runner-controller.yaml b/helm/values/actions-runner-controller.yaml index 86f5da4..c5c605b 100644 --- a/helm/values/actions-runner-controller.yaml +++ b/helm/values/actions-runner-controller.yaml @@ -4,7 +4,7 @@ labels: type: ci app: actions-runner-controller -syncPeriod: 1m +syncPeriod: 10s nodeSelector: node-type: default \ No newline at end of file
