feat(whitby): Add buildkite agents to docker group
I'd like to be able to run extra CI steps that include running docker containers (to integration test things like webapps that connect to a database). To do this the buildkite agents themselves need permission to do docker things. Change-Id: I3c9a488708f0e12a508754ac41f04148ca7aedac Reviewed-on: https://cl.tvl.fyi/c/depot/+/4408 Tested-by: BuildkiteCI Autosubmit: grfn <grfn@gws.fyi> Reviewed-by: tazjin <mail@tazj.in>
This commit is contained in:
parent
23397763a7
commit
7f593781f3
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ in {
|
||||||
value = {
|
value = {
|
||||||
isSystemUser = true;
|
isSystemUser = true;
|
||||||
group = lib.mkForce "buildkite-agents";
|
group = lib.mkForce "buildkite-agents";
|
||||||
extraGroups = [ name ];
|
extraGroups = [ name "docker" ];
|
||||||
};
|
};
|
||||||
}) agents);
|
}) agents);
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue