Re-enable gradle compatibility tests (#349)

This commit is contained in:
Daniel Chao
2024-03-21 08:14:08 -07:00
committed by GitHub
parent 7584fb8d25
commit 1a16619522
2 changed files with 14 additions and 2 deletions

View File

@@ -27,13 +27,13 @@ local prbJobs: Listing<String> = (gradleCheckJobs.keys.toListing()) {
local buildAndTestJobs = (prbJobs) {
"bench"
// "gradle-compatibility"
"gradle-compatibility"
...buildNativeJobs.keys.filter((it) -> it.endsWith("snapshot"))
}
local releaseJobs = (prbJobs) {
"bench"
// "gradle-compatibility"
"gradle-compatibility"
...buildNativeJobs.keys.filter((it) -> it.endsWith("release"))
}

View File

@@ -778,6 +778,7 @@ workflows:
- gradle-check-jdk17
- check-patch-file
- bench
- gradle-compatibility
- pkl-cli-macOS-amd64-snapshot
- pkl-cli-linux-amd64-snapshot
- pkl-cli-macOS-aarch64-snapshot
@@ -789,6 +790,7 @@ workflows:
- gradle-check-jdk17
- check-patch-file
- bench
- gradle-compatibility
- pkl-cli-macOS-amd64-snapshot
- pkl-cli-linux-amd64-snapshot
- pkl-cli-macOS-aarch64-snapshot
@@ -830,6 +832,12 @@ workflows:
ignore: /.*/
tags:
only: /^v?\d+\.\d+\.\d+$/
- gradle-compatibility:
filters:
branches:
ignore: /.*/
tags:
only: /^v?\d+\.\d+\.\d+$/
- pkl-cli-macOS-amd64-release:
filters:
branches:
@@ -866,6 +874,7 @@ workflows:
- gradle-check-jdk17
- check-patch-file
- bench
- gradle-compatibility
- pkl-cli-macOS-amd64-release
- pkl-cli-linux-amd64-release
- pkl-cli-macOS-aarch64-release
@@ -914,6 +923,9 @@ workflows:
- bench:
requires:
- hold
- gradle-compatibility:
requires:
- hold
- pkl-cli-macOS-amd64-release:
requires:
- hold