1
0
Fork 0
llvm-premerge-checks/containers
2019-11-29 14:46:33 +00:00
..
agent-debian-testing-clang8-ssd upgraded to python3, added dependencies for more projects 2019-11-13 18:13:14 +01:00
agent-windows shortened path names 2019-11-27 10:53:19 +00:00
agent-windows-buildkite created windows agent container 2019-11-29 12:23:45 +00:00
agent-windows-jenkins shortened workspace name 2019-11-29 14:46:33 +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 Create docker container for Windows build (#52) 2019-11-26 17:10:30 +01:00
build_deploy.sh removing trailing slash from inputs 2019-10-16 12:06:27 +02:00
build_run.ps1 created windows agent container 2019-11-29 12:23:45 +00:00
build_run.sh added optional 2nd parameter to select which command to run 2019-11-13 17:50:49 +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.