[PR #898] [MERGED] Only run Gradle compatibility tests against minimum and maximum release #793

Closed
opened 2025-12-30 01:26:50 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/apple/pkl/pull/898
Author: @bioball
Created: 1/22/2025
Status: Merged
Merged: 1/22/2025
Merged by: @bioball

Base: mainHead: prune-compatibility-tests


📝 Commits (1)

  • 8303436 Only run Gradle compatibility tests against minimum and maximum release

📊 Changes

1 file changed (+13 additions, -10 deletions)

View changed files

📝 buildSrc/src/main/kotlin/pklGradlePluginTest.gradle.kts (+13 -10)

📄 Description

Currently, we run against every release version, which is taking 20 minutes to run in CI, and this will grow as Gradle creates more releases.

This limits the amount of Gradle versions being tested against; theoretically, only testing against the minimum version and the maximum version should ensure that we are compatible with every version in the range.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/apple/pkl/pull/898 **Author:** [@bioball](https://github.com/bioball) **Created:** 1/22/2025 **Status:** ✅ Merged **Merged:** 1/22/2025 **Merged by:** [@bioball](https://github.com/bioball) **Base:** `main` ← **Head:** `prune-compatibility-tests` --- ### 📝 Commits (1) - [`8303436`](https://github.com/apple/pkl/commit/830343675a35a1d72a63d2ba5189e62c6c390c01) Only run Gradle compatibility tests against minimum and maximum release ### 📊 Changes **1 file changed** (+13 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `buildSrc/src/main/kotlin/pklGradlePluginTest.gradle.kts` (+13 -10) </details> ### 📄 Description Currently, we run against every release version, which is taking 20 minutes to run in CI, and this will grow as Gradle creates more releases. This limits the amount of Gradle versions being tested against; theoretically, only testing against the minimum version and the maximum version should ensure that we are compatible with every version in the range. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-30 01:26:50 +01:00
adam closed this issue 2025-12-30 01:26:50 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pkl#793