Lines Matching refs:sandbox
77 They are in a 1:1 relationship, each worker controls at most one sandbox
87 account and have R/W access to the DB. They can also spawn sandbox containers.
97 - Start the sandbox container, passing down the job config and the git revision
99 - Stream the sandbox stdout to the `/logs` sub-tree of the DB.
100 - Terminate the sandbox container prematurely in case of timeouts or job
114 Each sandbox does the following:
120 A sandbox container is almost completely stateless with the only exception of
239 ┗━ docker run sandbox-X ...
241 [sandbox-X] # From /infra/ci/sandbox/Dockerfile
242 ┗━ /infra/ci/sandbox/init.sh
243 ┗━ /infra/ci/sandbox/testrunner.sh
263 - It pulls the latest {worker, sandbox} container images from
271 - When a job is retrieved starts a sandbox container.
275 ### [testrunner.sh](/infra/ci/sandbox/testrunner.sh)