File tree 1 file changed +3
-7
lines changed
1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 9
9
env :
10
10
DEVELOCITY_URL : " https://ge.solutions-team.gradle.com"
11
11
GIT_REPO : " https://github.com/grails/grails-core"
12
- GIT_BRANCH : " 5.1.x"
13
- TASKS : " build"
12
+ TASKS : " build -x integrationTest"
14
13
15
14
jobs :
16
15
Experiment :
@@ -23,10 +22,10 @@ jobs:
23
22
- experimentId : 3
24
23
runs-on : ubuntu-latest
25
24
steps :
26
- - name : Set up JDK 11
25
+ - name : Set up JDK 17
27
26
uses : actions/setup-java@v4
28
27
with :
29
- java-version : 11
28
+ java-version : 17
30
29
distribution : " temurin"
31
30
- name : Download latest version of the validation scripts
32
31
uses : gradle/develocity-build-validation-scripts/.github/actions/gradle/download@actions-stable
39
38
DEVELOCITY_ACCESS_KEY : " ${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}"
40
39
with :
41
40
gitRepo : ${{ env.GIT_REPO }}
42
- gitBranch : ${{ env.GIT_BRANCH }}
43
41
tasks : ${{ env.TASKS }}
44
42
develocityUrl : ${{ env.DEVELOCITY_URL }}
45
43
if : matrix.experimentId == 1
49
47
DEVELOCITY_ACCESS_KEY : " ${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}"
50
48
with :
51
49
gitRepo : ${{ env.GIT_REPO }}
52
- gitBranch : ${{ env.GIT_BRANCH }}
53
50
tasks : ${{ env.TASKS }}
54
51
develocityUrl : ${{ env.DEVELOCITY_URL }}
55
52
failIfNotFullyCacheable : true
60
57
DEVELOCITY_ACCESS_KEY : " ${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}"
61
58
with :
62
59
gitRepo : ${{ env.GIT_REPO }}
63
- gitBranch : ${{ env.GIT_BRANCH }}
64
60
tasks : ${{ env.TASKS }}
65
61
develocityUrl : ${{ env.DEVELOCITY_URL }}
66
62
failIfNotFullyCacheable : true
You can’t perform that action at this time.
0 commit comments