From b440dd3214797f53a16bf3fd320cd7dd7bb1925b Mon Sep 17 00:00:00 2001 From: Gasper Kojek Date: Thu, 19 Mar 2026 12:20:21 +0100 Subject: [PATCH] Test Hibernate Search upstream fix for checkstyle cache relocatability Point experiment at fork branch with the fix to validate before applying the workaround in the experiment workflow. Upstream PR: https://github.com/hibernate/hibernate-search/pull/5067 --- .github/workflows/run-experiments-hibernate-search.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/run-experiments-hibernate-search.yml b/.github/workflows/run-experiments-hibernate-search.yml index d2c572a5..00176d20 100644 --- a/.github/workflows/run-experiments-hibernate-search.yml +++ b/.github/workflows/run-experiments-hibernate-search.yml @@ -13,7 +13,8 @@ permissions: env: DEVELOCITY_URL: "https://ge.solutions-team.gradle.com" - GIT_REPO: "https://github.com/hibernate/hibernate-search" + GIT_REPO: "https://github.com/ribafish/hibernate-search" + GIT_BRANCH: "fix/build-cache-checkstyle-relocatability" GOALS: "install" ARGS: "-B -Pjqassistant -Pci-build -DskipITs" @@ -44,6 +45,7 @@ jobs: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: gitRepo: ${{ env.GIT_REPO }} + gitBranch: ${{ env.GIT_BRANCH }} goals: ${{ env.GOALS }} args: ${{ env.ARGS }} develocityUrl: ${{ env.DEVELOCITY_URL }} @@ -55,6 +57,7 @@ jobs: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: gitRepo: ${{ env.GIT_REPO }} + gitBranch: ${{ env.GIT_BRANCH }} goals: ${{ env.GOALS }} args: ${{ env.ARGS }} develocityUrl: ${{ env.DEVELOCITY_URL }}