Skip to content

Commit b4ce66a

Browse files
committed
Disable Develocity Predictive Testing feature
We enabled it for our Gradle tests but since then we have merged several PRs that were failing. The last occurrence is this PR: - #48614 And it caused failures as in: - #48627 (comment)
1 parent d9a7d73 commit b4ce66a

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)