[PR #1341] [MERGED] CI job polish #1031

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

📋 Pull Request Information

Original PR: https://github.com/apple/pkl/pull/1341
Author: @bioball
Created: 12/3/2025
Status: Merged
Merged: 12/4/2025
Merged by: @bioball

Base: mainHead: no-daemon-in-ci


📝 Commits (2)

  • 04866d9 Disable Gradle daemon when running in CI
  • 4188f1a Exclude publish test results task in some jobs

📊 Changes

7 files changed (+90 additions, -168 deletions)

View changed files

📝 .github/index.pkl (+5 -0)
📝 .github/jobs/GradleJob.pkl (+1 -0)
📝 .github/workflows/build.yml (+17 -31)
📝 .github/workflows/main.yml (+18 -32)
📝 .github/workflows/prb.yml (+14 -14)
📝 .github/workflows/release-branch.yml (+17 -31)
📝 .github/workflows/release.yml (+18 -60)

📄 Description

Avoids issues where setup-java post-task cacheing will hang with "device or resource busy".


🔄 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/1341 **Author:** [@bioball](https://github.com/bioball) **Created:** 12/3/2025 **Status:** ✅ Merged **Merged:** 12/4/2025 **Merged by:** [@bioball](https://github.com/bioball) **Base:** `main` ← **Head:** `no-daemon-in-ci` --- ### 📝 Commits (2) - [`04866d9`](https://github.com/apple/pkl/commit/04866d99a30fa65e485d3784b7c7c1a2e1e1cde0) Disable Gradle daemon when running in CI - [`4188f1a`](https://github.com/apple/pkl/commit/4188f1a1b025e37c52e5c6d198c2ec7aa0fdd862) Exclude publish test results task in some jobs ### 📊 Changes **7 files changed** (+90 additions, -168 deletions) <details> <summary>View changed files</summary> 📝 `.github/index.pkl` (+5 -0) 📝 `.github/jobs/GradleJob.pkl` (+1 -0) 📝 `.github/workflows/build.yml` (+17 -31) 📝 `.github/workflows/main.yml` (+18 -32) 📝 `.github/workflows/prb.yml` (+14 -14) 📝 `.github/workflows/release-branch.yml` (+17 -31) 📝 `.github/workflows/release.yml` (+18 -60) </details> ### 📄 Description Avoids issues where setup-java post-task cacheing will hang with "device or resource busy". --- <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:28:23 +01:00
adam closed this issue 2025-12-30 01:28:23 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pkl#1031