File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,14 +37,12 @@ container_with_docker_definition: &CONTAINER_WITH_DOCKER_DEFINITION
3737 builder_role : cirrus-builder
3838 builder_image : docker-builder-v*
3939 builder_instance_type : t3.small
40- builder_subnet_id : ${CIRRUS_AWS_SUBNET}
4140
4241win_vm_definition : &WINDOWS_VM_DEFINITION
4342 experimental : true # see https://github.com/cirruslabs/cirrus-ci-docs/issues/1051
4443 platform : windows
4544 region : eu-central-1
4645 type : c5.4xlarge # 3.6 GHz (3.9GHz single core) Intel Xeon Scalable Processor, 16 vCPU, 32 GiB Memory
47- subnet_id : ${CIRRUS_AWS_SUBNET}
4846
4947only_sonarsource_qa : &ONLY_SONARSOURCE_QA
5048 only_if : $CIRRUS_USER_COLLABORATOR == 'true' && $CIRRUS_TAG == "" && ($CIRRUS_PR != "" || $CIRRUS_BRANCH == "master" || $CIRRUS_BRANCH =~ "branch-.*" || $CIRRUS_BRANCH =~ "dogfood-on-.*")
You can’t perform that action at this time.
0 commit comments