Skip to content

Commit 1cc1e5b

Browse files
committed
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: hibernate/hibernate-search#5067
1 parent 26e7290 commit 1cc1e5b

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/run-experiments-hibernate-search.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Hibernate Search
22

33
on:
4+
push:
5+
branches:
6+
- gk/test-hibernate-search-upstream-fix
47
schedule:
58
- cron: "0 3 * * 4"
69
workflow_dispatch:
@@ -10,7 +13,8 @@ permissions:
1013

1114
env:
1215
DEVELOCITY_URL: "https://ge.solutions-team.gradle.com"
13-
GIT_REPO: "https://github.com/hibernate/hibernate-search"
16+
GIT_REPO: "https://github.com/ribafish/hibernate-search"
17+
GIT_BRANCH: "fix/build-cache-checkstyle-relocatability"
1418
GOALS: "install"
1519
ARGS: "-B -Pjqassistant -Pci-build -DskipITs"
1620

@@ -41,6 +45,7 @@ jobs:
4145
DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}"
4246
with:
4347
gitRepo: ${{ env.GIT_REPO }}
48+
gitBranch: ${{ env.GIT_BRANCH }}
4449
goals: ${{ env.GOALS }}
4550
args: ${{ env.ARGS }}
4651
develocityUrl: ${{ env.DEVELOCITY_URL }}
@@ -52,6 +57,7 @@ jobs:
5257
DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}"
5358
with:
5459
gitRepo: ${{ env.GIT_REPO }}
60+
gitBranch: ${{ env.GIT_BRANCH }}
5561
goals: ${{ env.GOALS }}
5662
args: ${{ env.ARGS }}
5763
develocityUrl: ${{ env.DEVELOCITY_URL }}

0 commit comments

Comments
 (0)