Skip to content

Commit ec54954

Browse files
authored
Upgrade SonarSource/cirrus-modules to v3
1 parent 81873d4 commit ec54954

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.cirrus.star

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
load("github.com/SonarSource/cirrus-modules@v2", "load_features")
1+
load("github.com/SonarSource/cirrus-modules@v3", "load_features")
22

33
def main(ctx):
4-
return load_features(ctx, aws=dict(zone=2))
4+
return load_features(ctx)

.cirrus.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ windows_16_cpu_32G_template: &WINDOWS_16_CPU_32G
5757
platform: windows
5858
region: eu-central-1
5959
type: c5.4xlarge # 3.6 GHz (3.9GHz single core) Intel Xeon Scalable Processor, 16 vCPU, 32 GiB Memory
60-
subnet_id: ${CIRRUS_AWS_SUBNET}
6160
preemptible: false
6261
use_ssd: true
6362

0 commit comments

Comments
 (0)