1
0
Fork 0
llvm-premerge-checks/containers
dependabot[bot] bd94b9795a Bump gitpython from 3.1.17 to 3.1.30 in /containers/stats
Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.17 to 3.1.30.
- [Release notes](https://github.com/gitpython-developers/GitPython/releases)
- [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES)
- [Commits](https://github.com/gitpython-developers/GitPython/compare/3.1.17...3.1.30)

---
updated-dependencies:
- dependency-name: gitpython
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-10 09:42:23 +01:00
..
agent-windows-buildkite merged buildkite windows image into one 2022-11-29 10:24:42 +00:00
agent-windows-vs2019 Update to the latest release of llvm-mingw (based on LLVM 14.0.0) 2022-04-04 19:22:17 +02:00
buildkite-premerge-debian add sudo for llvm installation and sample run script 2023-01-30 12:48:19 +01:00
buildkite-premerge-windows updated win agent 2023-02-09 20:49:29 +01:00
stats Bump gitpython from 3.1.17 to 3.1.30 in /containers/stats 2023-02-10 09:42:23 +01: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.