This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a commit to branch develocity
in repository https://gitbox.apache.org/repos/asf/logging-parent.git
The following commit(s) were added to refs/heads/develocity by this push:
new 88277dc Revert "Add `predictive-test-selection-enabled` option"
88277dc is described below
commit 88277dc82827a36c6037f7ab5e1c098ab8caa204
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Fri Jun 14 17:02:00 2024 +0200
Revert "Add `predictive-test-selection-enabled` option"
This reverts commit 01ceb10e3d414ccf555f431ba49024ee4be9b6cd.
---
.github/workflows/build-reusable.yaml | 6 ------
1 file changed, 6 deletions(-)
diff --git a/.github/workflows/build-reusable.yaml
b/.github/workflows/build-reusable.yaml
index ff5bab1..c772a36 100644
--- a/.github/workflows/build-reusable.yaml
+++ b/.github/workflows/build-reusable.yaml
@@ -28,10 +28,6 @@ on:
description: Flag indicating if Maven `site` goal should be run
default: false
type: boolean
- predictive-test-selection-enabled:
- description: Enables Predictive Test Selection for the build
- default: false
- type: boolean
secrets:
GE_ACCESS_TOKEN:
description: Access token to Gradle Enterprise
@@ -69,14 +65,12 @@ jobs:
id: build
shell: bash
env:
- PTS_ENABLED: ${{ inputs.predictive-test-selection-enabled }}
DEVELOCITY_ACCESS_KEY: ${{ secrets.GE_ACCESS_TOKEN }}
run: |
./mvnw \
--show-version --batch-mode --errors --no-transfer-progress \
-DtrimStackTrace=false \
-DinstallAtEnd=true \
- -Dpts.enabled=$PTS_ENABLED \
clean install
# Node.js cache is needed for Antora