File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -1265,6 +1265,7 @@ jobs:
12651265 path : ~/test-results
12661266 environment :
12671267 LANG : en_US.UTF-8
1268+ resource_class : 2xlarge
12681269 docker :
12691270 - image : cimg/openjdk:21.0
12701271 gradle-check-windows :
@@ -1303,6 +1304,7 @@ jobs:
13031304 path : ~/test-results
13041305 environment :
13051306 LANG : en_US.UTF-8
1307+ resource_class : 2xlarge
13061308 docker :
13071309 - image : cimg/openjdk:21.0
13081310 gradle-compatibility :
@@ -1317,6 +1319,7 @@ jobs:
13171319 path : ~/test-results
13181320 environment :
13191321 LANG : en_US.UTF-8
1322+ resource_class : 2xlarge
13201323 docker :
13211324 - image : cimg/openjdk:21.0
13221325 deploy-snapshot :
@@ -1337,6 +1340,7 @@ jobs:
13371340 path : ~/test-results
13381341 environment :
13391342 LANG : en_US.UTF-8
1343+ resource_class : 2xlarge
13401344 docker :
13411345 - image : cimg/openjdk:21.0
13421346 deploy-release :
@@ -1357,6 +1361,7 @@ jobs:
13571361 path : ~/test-results
13581362 environment :
13591363 LANG : en_US.UTF-8
1364+ resource_class : 2xlarge
13601365 docker :
13611366 - image : cimg/openjdk:21.0
13621367 github-release :
Original file line number Diff line number Diff line change @@ -72,6 +72,7 @@ job: Config.Job = new {
7272 image = "cimg/openjdk:\(javaVersion) "
7373 }
7474 }
75+ resource_class = "2xlarge"
7576 }
7677 when (os == "windows" ) {
7778 machine {
You can’t perform that action at this time.
0 commit comments