1
0
Fork 0
llvm-premerge-checks/containers
Christian Kühnel b36a7733de fixed jeninkins version
To avoid upgrade to later version with mandatory CSRF enabled.
This did break the Phabricator integration in #163.
2020-04-20 21:52:07 +02:00
..
agent-debian-testing-buildkite added gdb 2020-03-27 13:51:54 +01:00
agent-debian-testing-ssd added gdb 2020-03-27 13:51:54 +01:00
agent-windows tagging and pushing "latest" 2020-02-20 16:45:04 +00:00
agent-windows-buildkite added versioning to windows docker containers 2020-02-20 15:18:26 +00:00
agent-windows-jenkins incremented version number 2020-02-24 15:28:59 +00:00
buildbot-mlir-nvidia addd buildbot installation 2020-03-19 14:53:19 +01:00
jenkins-master fixed jeninkins version 2020-04-20 21:52:07 +02:00
nginx-results added license 2019-10-07 15:32:12 +02:00
build_deploy.ps1 tagging and pushing "latest" 2020-02-20 16:45:04 +00:00
build_deploy.sh updated container and deployment to store ssh keys for github uploads 2020-03-23 15:34:23 +01:00
build_run.ps1 installed gsutils in container 2019-12-20 11:07:09 +00:00
build_run.sh added persistent workspace for testing containers 2020-04-15 18:00:53 +02: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.