actions-runner-controller/acceptance
Yusuke Kuoka 94c089c407
Revert docker.sock path to /var/run/docker.sock (#2536)
Starting ARC v0.27.2, we've changed the `docker.sock` path from `/var/run/docker.sock` to `/var/run/docker/docker.sock`. That resulted in breaking some container-based actions due to the hard-coded `docker.sock` path in various places.

Even `actions/runner` seem to use `/var/run/docker.sock` for building container-based actions and for service containers?

Anyway, this fixes that by moving the sock file back to the previous location.

Once this gets merged, users stuck at ARC v0.27.1, previously upgraded to 0.27.2 or 0.27.3 and reverted back to v0.27.1 due to #2519, should be able to upgrade to the upcoming v0.27.4.

Resolves #2519
Resolves #2538
2023-04-27 13:06:35 +09:00
..
pipelines Bumping runner to Ubuntu 20.04 (#438) 2021-04-17 17:02:03 +09:00
testdata Revert docker.sock path to /var/run/docker.sock (#2536) 2023-04-27 13:06:35 +09:00
argotunnel.sh Expose workflow job metrics via new actions-metrics-server (#2057) 2022-12-10 08:24:28 +09:00
checks.sh feat: RunnerSet backed by StatefulSet (#629) 2021-06-22 17:10:09 +09:00
deploy.sh Revert docker.sock path to /var/run/docker.sock (#2536) 2023-04-27 13:06:35 +09:00
deploy_runners.sh Revert docker.sock path to /var/run/docker.sock (#2536) 2023-04-27 13:06:35 +09:00
kind.yaml chore: Enhance acceptance test to cover webhook-based autoscaling for repo and org runners 2021-05-11 15:36:02 +09:00
values.yaml Expose workflow job metrics via new actions-metrics-server (#2057) 2022-12-10 08:24:28 +09:00