The current default version in Chocolatey, 5.28, fails to install. This was previously worked around by pinning a newer upcoming version, 5.28.0.20210106. However this version never got approved into Chocolatey (for unknown reasons), so it's no longer available. Therefore instead request the previous older version, 5.24.3.2404001, which installs correctly. |
||
---|---|---|
.. | ||
agent-windows-buildkite | ||
agent-windows-vs2019 | ||
base-debian | ||
buildkite-premerge-debian | ||
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.