mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 14:20:35 +01:00
Use 2xlarge resource class for gradle check in CI (#1291)
This commit is contained in:
@@ -1265,6 +1265,7 @@ jobs:
|
||||
path: ~/test-results
|
||||
environment:
|
||||
LANG: en_US.UTF-8
|
||||
resource_class: 2xlarge
|
||||
docker:
|
||||
- image: cimg/openjdk:21.0
|
||||
gradle-check-windows:
|
||||
@@ -1303,6 +1304,7 @@ jobs:
|
||||
path: ~/test-results
|
||||
environment:
|
||||
LANG: en_US.UTF-8
|
||||
resource_class: 2xlarge
|
||||
docker:
|
||||
- image: cimg/openjdk:21.0
|
||||
gradle-compatibility:
|
||||
@@ -1317,6 +1319,7 @@ jobs:
|
||||
path: ~/test-results
|
||||
environment:
|
||||
LANG: en_US.UTF-8
|
||||
resource_class: 2xlarge
|
||||
docker:
|
||||
- image: cimg/openjdk:21.0
|
||||
deploy-snapshot:
|
||||
@@ -1337,6 +1340,7 @@ jobs:
|
||||
path: ~/test-results
|
||||
environment:
|
||||
LANG: en_US.UTF-8
|
||||
resource_class: 2xlarge
|
||||
docker:
|
||||
- image: cimg/openjdk:21.0
|
||||
deploy-release:
|
||||
@@ -1357,6 +1361,7 @@ jobs:
|
||||
path: ~/test-results
|
||||
environment:
|
||||
LANG: en_US.UTF-8
|
||||
resource_class: 2xlarge
|
||||
docker:
|
||||
- image: cimg/openjdk:21.0
|
||||
github-release:
|
||||
|
||||
@@ -72,6 +72,7 @@ job: Config.Job = new {
|
||||
image = "cimg/openjdk:\(javaVersion)"
|
||||
}
|
||||
}
|
||||
resource_class = "2xlarge"
|
||||
}
|
||||
when (os == "windows") {
|
||||
machine {
|
||||
|
||||
Reference in New Issue
Block a user