From ea36d4b000693a0fc7ede386537a242348ed5df0 Mon Sep 17 00:00:00 2001 From: "pebble-staging[bot]" <268256729+pebble-staging[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 13:48:03 +0000 Subject: [PATCH] PEBBLE-848: Staging integration test - no-checkout workflow Tests proxy environment PR workflow with blobless clone: - EDIT: Add integration test marker to CONTRIBUTING.md - CREATE: Add INTEGRATION_TEST.md file --- CONTRIBUTING.md | 1 + INTEGRATION_TEST.md | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 INTEGRATION_TEST.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6bde9640fc7a..958a55f8af17 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,7 @@ # Contributing to the Gradle Build Tool Thank you for your interest in contributing to Gradle! + This guide explains how to contribute to the core Gradle components, extensions and documentation located in this repository. For other extensions and components, see the diff --git a/INTEGRATION_TEST.md b/INTEGRATION_TEST.md new file mode 100644 index 000000000000..f668c348d198 --- /dev/null +++ b/INTEGRATION_TEST.md @@ -0,0 +1,5 @@ +# Integration Test File + +This file was created as part of PEBBLE-848 to test the proxy environment +no-checkout workflow PR creation. It verifies that file creation works +through the blobless clone + sparse checkout workflow.