Skip to content

Commit

Permalink
Remove subnet configuration from .cirrus.yml. This is provided by the…
Browse files Browse the repository at this point in the history
… cirrus-modules v3
  • Loading branch information
johann-beleites-sonarsource committed Nov 12, 2024
1 parent a95fa8f commit 3e3171b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,12 @@ container_with_docker_definition: &CONTAINER_WITH_DOCKER_DEFINITION
builder_role: cirrus-builder
builder_image: docker-builder-v*
builder_instance_type: t3.small
builder_subnet_id: ${CIRRUS_AWS_SUBNET}

win_vm_definition: &WINDOWS_VM_DEFINITION
experimental: true # see https://github.com/cirruslabs/cirrus-ci-docs/issues/1051
platform: windows
region: eu-central-1
type: c5.4xlarge # 3.6 GHz (3.9GHz single core) Intel Xeon Scalable Processor, 16 vCPU, 32 GiB Memory
subnet_id: ${CIRRUS_AWS_SUBNET}

only_sonarsource_qa: &ONLY_SONARSOURCE_QA
only_if: $CIRRUS_USER_COLLABORATOR == 'true' && $CIRRUS_TAG == "" && ($CIRRUS_PR != "" || $CIRRUS_BRANCH == "master" || $CIRRUS_BRANCH =~ "branch-.*" || $CIRRUS_BRANCH =~ "dogfood-on-.*")
Expand Down

0 comments on commit 3e3171b

Please sign in to comment.