mirror of
https://github.com/apple/pkl.git
synced 2026-05-20 05:47:08 +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
|
||||
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:
|
||||
|
||||
Reference in New Issue
Block a user