1
0
Fork 0
llvm-premerge-checks/containers
2020-02-04 10:14:36 +00:00
..
agent-debian-testing-buildkite changed path to requirements.txt 2020-01-28 16:40:08 +01:00
agent-debian-testing-ssd changed path to requirements.txt 2020-01-28 16:40:08 +01:00
agent-windows removed perl from the path 2020-02-04 08:58:35 +00:00
agent-windows-buildkite updated buildkite windows 2020-01-17 11:52:31 +00:00
agent-windows-jenkins moved temp to SSD 2020-02-03 10:46:29 +00:00
jenkins-master moved scripts one folder up 2019-10-05 08:43:17 +02:00
nginx-results added license 2019-10-07 15:32:12 +02:00
build_deploy.ps1 using push/pop-location 2020-02-04 11:14:22 +01:00
build_deploy.sh fix build 2020-01-23 17:55:56 +01:00
build_run.ps1 installed gsutils in container 2019-12-20 11:07:09 +00:00
build_run.sh Use llvm-10 on phabricator agent 2020-01-23 16:17:19 +01:00
README.md Create docker container for Windows build (#52) 2019-11-26 17:10:30 +01:00

Overview

This folder contains files related to the machines running the build/test/checks for the merge guards.

Scripts

The scripts are written in bash (for Linux) and powershell (for Windows).

build_run.(sh|ps1)

Build the docker image and run it locally. This is useful for testing it.

build_deploy.(sh|ps1)

Build the docker and deploy it to the GCP registry. This is useful for deploying it in the Kubernetes cluster.