1
0
Fork 0
llvm-premerge-checks/containers/README.md
Mikhail Goncharov 7f0564d978 remove obsolete code
most of the scripts were used for Phabricator integration that is now disabled and current scripts are located in `llvm-project/.ci` . Also removed obsolete playbooks and scripts that were not used and likely no longer work. Updated wording and minor typos.

I have tried to look through potential references to the scripts and disabled some of buildkite pipelines that referred to them. That is not a guarantee that this will not break anything as I have not tried to rebuild containers and redeploy cluster.
2024-02-20 10:07:48 +01:00

17 lines
No EOL
644 B
Markdown

# 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_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.