Skip to content

Commit 7a8d96a

Browse files
authored
chore: update ci to build in parallel by default (#289)
1 parent a1a75a8 commit 7a8d96a

File tree

2 files changed

+11
-15
lines changed

2 files changed

+11
-15
lines changed

builder.json

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"gradlew": "{source_dir}/gradlew -p {source_dir}"
77
},
88
"build_steps": [
9-
"{gradlew} assemble"
9+
"{gradlew} assemble --parallel"
1010
],
1111
"test_steps": [
1212
"{gradlew} publishToMavenLocal",
@@ -20,24 +20,20 @@
2020
"env": {
2121
"JAVA_HOME": "{java_home}"
2222
},
23-
"hosts": {
24-
"ubuntu": {
25-
"packages": [
26-
"openjdk-8-jdk-headless"
27-
]
28-
},
29-
"debian": {
30-
"packages": [
31-
"openjdk-8-jdk-headless"
32-
]
33-
}
34-
},
3523
"upstream": [
3624
{
3725
"name": "smithy-kotlin"
3826
},
3927
{
4028
"name": "aws-crt-kotlin"
4129
}
42-
]
30+
],
31+
"variants": {
32+
"codebuild-svc-check": {
33+
"!imports": [],
34+
"!test_steps": [
35+
"{gradlew} test allTests"
36+
]
37+
}
38+
}
4339
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-rc-2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)