1
0
Fork 0
llvm-premerge-checks/containers
Mikhail Goncharov 017ca44a75 Add windows build
- configured sccache on buildkite windows machines
- final result is sent to phabricator from "summary.py" that waits for both builds to complete
- extracted "add_url_artifact" to a runnable script
- reorganized code and fixed some of TODOs
2020-06-03 13:40:22 +02:00
..
agent-debian-testing-buildkite Add new deployment for agent that will do premerge checks 2020-04-22 12:11:23 +02:00
agent-debian-testing-ssd added gdb 2020-03-27 13:51:54 +01:00
agent-windows-buildkite Add windows build 2020-06-03 13:40:22 +02:00
agent-windows-jenkins changed the way sccache is started 2020-04-24 09:54:36 +00:00
agent-windows-vs2017 Upgrade Windows agents to Visual Studio 2019 and sccache (#162) 2020-04-21 11:46:41 +02:00
agent-windows-vs2019 manual commands for vs config 2020-05-04 14:23:02 +00:00
base-debian Forked docker image for premerge 2020-04-24 12:29:44 +02:00
buildbot-mlir-nvidia addd buildbot installation 2020-03-19 14:53:19 +01:00
buildkite-premerge-debian build 2020-05-14 12:57:38 +02:00
jenkins-master fixed jeninkins version 2020-04-20 21:52:07 +02:00
nginx-results added license 2019-10-07 15:32:12 +02:00
build_deploy.ps1 Upgrade Windows agents to Visual Studio 2019 and sccache (#162) 2020-04-21 11:46:41 +02:00
build_deploy.sh Forked docker image for premerge 2020-04-24 12:29:44 +02:00
build_run.ps1 fixed version file path 2020-04-24 09:54:36 +00:00
build_run.sh added persistent workspace for testing containers 2020-04-15 18:00:53 +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.