Skip to content

Commit

Permalink
Migrate deprecated cirrus-module v2 to v3 (#636)
Browse files Browse the repository at this point in the history
  • Loading branch information
vnaskos-sonar authored Oct 31, 2024
1 parent add0943 commit 05ad94c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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)
5 changes: 2 additions & 3 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ env:

auto_cancellation: $CIRRUS_BRANCH != $CIRRUS_DEFAULT_BRANCH

eks_container: &CONTAINER_DEFINITION
container_definition: &CONTAINER_DEFINITION
dockerfile: .cirrus/Dockerfile
docker_arguments:
CIRRUS_AWS_ACCOUNT: ${CIRRUS_AWS_ACCOUNT}
Expand All @@ -35,12 +35,11 @@ eks_container: &CONTAINER_DEFINITION
builder_subnet_id: ${CIRRUS_AWS_SUBNET}
namespace: default

ec2_instance: &WINVM_DEFINITION
ec2_instance_definition: &WINVM_DEFINITION
experimental: true
image: base-windows-jdk17-v*
platform: windows
region: eu-central-1
subnet_id: ${CIRRUS_AWS_SUBNET}
type: t3.xlarge

skip_master_branch_and_allvsix_branch: &SKIP_MASTER_BRANCH_AND_ALLVSIX_BRANCH
Expand Down

0 comments on commit 05ad94c

Please sign in to comment.