mirror of
https://github.com/apple/pkl.git
synced 2026-07-04 12:11:40 +02:00
Re-enable gradle compatibility tests (#349)
This commit is contained in:
@@ -27,13 +27,13 @@ local prbJobs: Listing<String> = (gradleCheckJobs.keys.toListing()) {
|
|||||||
|
|
||||||
local buildAndTestJobs = (prbJobs) {
|
local buildAndTestJobs = (prbJobs) {
|
||||||
"bench"
|
"bench"
|
||||||
// "gradle-compatibility"
|
"gradle-compatibility"
|
||||||
...buildNativeJobs.keys.filter((it) -> it.endsWith("snapshot"))
|
...buildNativeJobs.keys.filter((it) -> it.endsWith("snapshot"))
|
||||||
}
|
}
|
||||||
|
|
||||||
local releaseJobs = (prbJobs) {
|
local releaseJobs = (prbJobs) {
|
||||||
"bench"
|
"bench"
|
||||||
// "gradle-compatibility"
|
"gradle-compatibility"
|
||||||
...buildNativeJobs.keys.filter((it) -> it.endsWith("release"))
|
...buildNativeJobs.keys.filter((it) -> it.endsWith("release"))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -778,6 +778,7 @@ workflows:
|
|||||||
- gradle-check-jdk17
|
- gradle-check-jdk17
|
||||||
- check-patch-file
|
- check-patch-file
|
||||||
- bench
|
- bench
|
||||||
|
- gradle-compatibility
|
||||||
- pkl-cli-macOS-amd64-snapshot
|
- pkl-cli-macOS-amd64-snapshot
|
||||||
- pkl-cli-linux-amd64-snapshot
|
- pkl-cli-linux-amd64-snapshot
|
||||||
- pkl-cli-macOS-aarch64-snapshot
|
- pkl-cli-macOS-aarch64-snapshot
|
||||||
@@ -789,6 +790,7 @@ workflows:
|
|||||||
- gradle-check-jdk17
|
- gradle-check-jdk17
|
||||||
- check-patch-file
|
- check-patch-file
|
||||||
- bench
|
- bench
|
||||||
|
- gradle-compatibility
|
||||||
- pkl-cli-macOS-amd64-snapshot
|
- pkl-cli-macOS-amd64-snapshot
|
||||||
- pkl-cli-linux-amd64-snapshot
|
- pkl-cli-linux-amd64-snapshot
|
||||||
- pkl-cli-macOS-aarch64-snapshot
|
- pkl-cli-macOS-aarch64-snapshot
|
||||||
@@ -830,6 +832,12 @@ workflows:
|
|||||||
ignore: /.*/
|
ignore: /.*/
|
||||||
tags:
|
tags:
|
||||||
only: /^v?\d+\.\d+\.\d+$/
|
only: /^v?\d+\.\d+\.\d+$/
|
||||||
|
- gradle-compatibility:
|
||||||
|
filters:
|
||||||
|
branches:
|
||||||
|
ignore: /.*/
|
||||||
|
tags:
|
||||||
|
only: /^v?\d+\.\d+\.\d+$/
|
||||||
- pkl-cli-macOS-amd64-release:
|
- pkl-cli-macOS-amd64-release:
|
||||||
filters:
|
filters:
|
||||||
branches:
|
branches:
|
||||||
@@ -866,6 +874,7 @@ workflows:
|
|||||||
- gradle-check-jdk17
|
- gradle-check-jdk17
|
||||||
- check-patch-file
|
- check-patch-file
|
||||||
- bench
|
- bench
|
||||||
|
- gradle-compatibility
|
||||||
- pkl-cli-macOS-amd64-release
|
- pkl-cli-macOS-amd64-release
|
||||||
- pkl-cli-linux-amd64-release
|
- pkl-cli-linux-amd64-release
|
||||||
- pkl-cli-macOS-aarch64-release
|
- pkl-cli-macOS-aarch64-release
|
||||||
@@ -914,6 +923,9 @@ workflows:
|
|||||||
- bench:
|
- bench:
|
||||||
requires:
|
requires:
|
||||||
- hold
|
- hold
|
||||||
|
- gradle-compatibility:
|
||||||
|
requires:
|
||||||
|
- hold
|
||||||
- pkl-cli-macOS-amd64-release:
|
- pkl-cli-macOS-amd64-release:
|
||||||
requires:
|
requires:
|
||||||
- hold
|
- hold
|
||||||
|
|||||||
Reference in New Issue
Block a user