Skip to content

Commit cb6c87f

Browse files
authored
Merge pull request #48634 from gsmet/disable-pts
Disable Develocity Predictive Testing feature
2 parents 8fe7001 + b4ce66a commit cb6c87f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci-actions-incremental.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ env:
9393
# This may be a lot better with maven 4, but with maven 3, excluding a project does not exclude its children, and it's not possible to include a project and explicitly exclude some children; compensate by doing excludes the low-tech way, at the shell level
9494
JVM_TEST_INTEGRATION_TESTS_SELECTOR: "-f integration-tests -pl !gradle -pl !maven -pl !devmode -pl !devtools"
9595
JVM_TEST_NORMAL_TESTS_SELECTOR: "-pl !docs -Dno-test-modules"
96-
PTS_MAVEN_ARGS: "-Ddevelocity.pts.enabled=${{ github.event_name == 'pull_request' && github.base_ref == 'main' && 'true' || 'false' }}"
96+
#PTS_MAVEN_ARGS: "-Ddevelocity.pts.enabled=${{ github.event_name == 'pull_request' && github.base_ref == 'main' && 'true' || 'false' }}"
97+
PTS_MAVEN_ARGS: ""
9798
DB_USER: hibernate_orm_test
9899
DB_PASSWORD: hibernate_orm_test
99100
DB_NAME: hibernate_orm_test

0 commit comments

Comments
 (0)