5dea62c80b
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.17 to 1.26.18. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.26.17...1.26.18) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.. | ||
bazel | ||
buildbot-linux | ||
buildbot-windows | ||
buildkite-linux | ||
buildkite-windows | ||
github-runner | ||
stats | ||
build_deploy.ps1 | ||
build_deploy.sh | ||
build_run.ps1 | ||
build_run.sh | ||
README.md |
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.