1
0
Fork 0
llvm-premerge-checks/containers
ChristianKuehnel a47751ebe8
Upgrade Windows agents to Visual Studio 2019 and sccache (#162)
* added cmake parameters for sccache

* added sccache

* removed stray debug output

* starting sccache with VS environment

* added container for Visual Studio 2019

* fixed comments

* considering WIndows version

* updated to vs2019

* using MS install method

* snapshot of VS2019 experiments

* using --installRecommended

* cleanup of dockerfile

* updated path

* fixed dockerfile

* dumped version number

* exclude for virus scan

* added testing option

this does not start the agent

* write results on failures

* added timeouts for pipelines

* moving master pipelines to python scripts

* added flang to automatic project selection

based on #159, this will enable flang for beta testers

* added persistent workspace for testing containers

* added secure delete function

* added better log message

* deleting read-only files

* checking existence before setting flags

* using unlink

* deleting recursively

* using pathlib for chmod

* using custom workspace

* fixed drive

* separate handling of single files

* simplified read-only handling again

* removed vsdevcmd calls

as it's already set in the docker Entrypoint

* renamed container folders

* windows version not needed any more

* bumped version number

* bumped version number

* script cleanup

* added cmake parameters for sccache

* added sccache

* starting sccache with VS environment

* added container for Visual Studio 2019

* fixed comments

* considering WIndows version

* updated to vs2019

* using MS install method

* snapshot of VS2019 experiments

* using --installRecommended

* cleanup of dockerfile

* updated path

* fixed dockerfile

* dumped version number

* removed vsdevcmd calls

as it's already set in the docker Entrypoint

* renamed container folders

* windows version not needed any more

* bumped version number

* bumped version number

* script cleanup

* removed sccache from vs2017

* making windows image configurable

* added versioning

* created windows BETA pipeline

* added Jenkins label for vs2019
2020-04-21 11:46:41 +02:00
..
agent-debian-testing-buildkite added gdb 2020-03-27 13:51:54 +01:00
agent-debian-testing-ssd added gdb 2020-03-27 13:51:54 +01:00
agent-windows-buildkite added versioning to windows docker containers 2020-02-20 15:18:26 +00:00
agent-windows-jenkins Upgrade Windows agents to Visual Studio 2019 and sccache (#162) 2020-04-21 11:46:41 +02: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 Upgrade Windows agents to Visual Studio 2019 and sccache (#162) 2020-04-21 11:46:41 +02:00
buildbot-mlir-nvidia addd buildbot installation 2020-03-19 14:53:19 +01: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 updated container and deployment to store ssh keys for github uploads 2020-03-23 15:34:23 +01:00
build_run.ps1 Upgrade Windows agents to Visual Studio 2019 and sccache (#162) 2020-04-21 11:46:41 +02: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.