Lines Matching refs:infra
39 configuration defined in [config.py](/infra/ci/config.py) (e.g. `linux-debug`,
54 - The only backend-side code ([frontend.py](/infra/ci/frontend/frontend.py))
229 make -C /infra/ci worker-start
232 [GCE] # From /infra/ci/worker/gce-startup-script.sh
237 [worker-X] # From /infra/ci/worker/Dockerfile
238 ┗━ /infra/ci/worker/worker.py
241 [sandbox-X] # From /infra/ci/sandbox/Dockerfile
242 ┗━ /infra/ci/sandbox/init.sh
243 ┗━ /infra/ci/sandbox/testrunner.sh
247 ┇ # specified in /infra/ci/config.py .
258 ### [gce-startup-script.sh](/infra/ci/worker/gce-startup-script.sh)
268 ### [worker.py](/infra/ci/worker/worker.py)
275 ### [testrunner.sh](/infra/ci/sandbox/testrunner.sh)
294 Test-locally: `make -C infra/ci/frontend test`
296 Deploy with `make -C infra/ci/frontend deploy`
300 Deploy with `make -C infra/ci/controller deploy`
302 It is possible to try locally via the `make -C infra/ci/controller test`
314 `make -C infra/ci build push`
318 `make -C infra/ci restart-workers`