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