1
0
Fork 0
llvm-premerge-checks/containers
2023-10-05 15:38:15 +02:00
..
bazel add draft bazel build docker image 2023-07-12 15:58:36 +02:00
buildbot-linux buildbot agents 2023-10-04 13:35:05 +02:00
buildbot-windows windows builder for buildbot 2023-10-05 15:38:15 +02:00
buildkite-linux rename windows test queue 2023-10-04 11:22:11 +02:00
buildkite-windows checkout dir might exist but not be a git repo 2023-09-07 14:49:20 +02:00
github-runner sample win deployment and github actions runner container 2023-08-25 10:15:58 +02:00
stats Bump urllib3 from 1.26.5 to 1.26.17 in /containers/stats 2023-10-04 10:23:49 +02:00
build_deploy.ps1 remove gnuwin and cmake 2021-04-27 16:58:37 +00:00
build_deploy.sh Forked docker image for premerge 2020-04-24 12:29:44 +02:00
build_run.ps1 Pre-checkout for windows 2021-06-01 15:26:23 +02:00
build_run.sh remove jenkins configs and scrips 2020-09-01 09:51:49 +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.