1
0
Fork 0
llvm-premerge-checks/containers
2024-04-29 16:06:57 +02:00
..
bazel add draft bazel build docker image 2023-07-12 15:58:36 +02:00
buildbot-linux remove mentions of goncharov from messages 2024-04-29 16:06:57 +02:00
buildbot-windows remove mentions of goncharov from messages 2024-04-29 16:06:57 +02:00
buildkite-linux fetch main in diff script, not in post-checkout 2023-10-18 11:32:13 +02:00
buildkite-windows github config 2023-10-25 16:39:13 +02:00
github-linux action runners controller setup 2023-11-10 15:42:18 +01:00
stats Bump gitpython from 3.1.37 to 3.1.41 in /containers/stats 2024-01-17 09:33:47 +01:00
build_deploy.ps1 simplify build script for win 2023-10-30 12:11:49 +01: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 add post checkout to pull main 2023-10-13 17:06:37 +02: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.

buildkite-linux has a cloudbuild.yaml and can be build / deployed by running gcloud builds submit --config ./cloudbuild.yaml.

Note that some of the images are stored at us-central1-docker.pkg.dev/llvm-premerge-checks/docker/ and some at gcr.io/llvm-premerge-checks/ . Prefer a former one if possible.