Skip to content

Commit f21c217

Browse files
SONARJAVA-5175 Remove subnet configuration from .cirrus.yml. This is provided by the cirrus-modules v3 (#4924)
1 parent a95fa8f commit f21c217

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.cirrus.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

4241
win_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

4947
only_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-.*")

0 commit comments

Comments
 (0)