Skip to content

Commit

Permalink
SONARPY-2282 Update Cirrus modules to v3 (#2113)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghislainpiot authored Oct 30, 2024
1 parent fe7e351 commit fc16c0e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .cirrus.star
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
load("github.com/SonarSource/cirrus-modules@v2", "load_features")
load("github.com/SonarSource/cirrus-modules@v3", "load_features")

def main(ctx):
return load_features(ctx)
2 changes: 0 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ win_vm_definition: &WINDOWS_VM_DEFINITION
platform: windows
region: eu-central-1
type: t3.xlarge
subnet_id: ${CIRRUS_AWS_SUBNET}
use_ssd: true

build_container_definition: &BUILD_CONTAINER_DEFINITION
Expand All @@ -45,7 +44,6 @@ build_container_definition: &BUILD_CONTAINER_DEFINITION
builder_role: cirrus-builder
builder_image: docker-builder-v*
builder_instance_type: t3.small
builder_subnet_id: ${CIRRUS_AWS_SUBNET}
region: eu-central-1
namespace: default
cpu: 2
Expand Down

0 comments on commit fc16c0e

Please sign in to comment.