File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 1212 DEVELOCITY_URL : " https://ge.solutions-team.gradle.com"
1313 GIT_REPO : " https://github.com/apache/solr"
1414 TASKS : " check integrationTests -Ptests.seed=3466BEBDD5AA01A0 -Pvalidation.git.failOnModified=false -Ptests.haltonfailure=false -Ptests.neverUpToDate=false"
15+ ARGS : " -x validateJarChecksums"
1516
1617jobs :
1718 Experiment :
3334 run : |
3435 mkdir ~/git-hooks
3536 echo -e 'echo "\nallprojects { pluginManager.withPlugin(\"com.diffplug.spotless\") { tasks.withType(com.diffplug.gradle.spotless.SpotlessTaskImpl).configureEach { outputs.doNotCacheIf(\"SpotlessTaskImpl is not cacheable if custom formatter steps are used\") { true } } } }" >> build.gradle\n' >> ~/git-hooks/post-checkout
36- echo -e 'echo "\nallprojects { tasks.named { it == "validateJarChecksums" }.configureEach { enabled = false } }" >> build.gradle\n' >> ~/git-hooks/post-checkout
3737 chmod +x ~/git-hooks/post-checkout
3838 git config --global core.hooksPath ~/git-hooks
3939 - name : Download latest version of the validation scripts
5050 with :
5151 gitRepo : ${{ env.GIT_REPO }}
5252 tasks : ${{ env.TASKS }}
53+ args : ${{ env.ARGS }}
5354 develocityUrl : ${{ env.DEVELOCITY_URL }}
5455 if : matrix.experimentId == 1
5556 - name : Run experiment 2
5960 with :
6061 gitRepo : ${{ env.GIT_REPO }}
6162 tasks : ${{ env.TASKS }}
63+ args : ${{ env.ARGS }}
6264 develocityUrl : ${{ env.DEVELOCITY_URL }}
6365 failIfNotFullyCacheable : true
6466 if : matrix.experimentId == 2
6971 with :
7072 gitRepo : ${{ env.GIT_REPO }}
7173 tasks : ${{ env.TASKS }}
74+ args : ${{ env.ARGS }}
7275 develocityUrl : ${{ env.DEVELOCITY_URL }}
7376 failIfNotFullyCacheable : true
7477 if : matrix.experimentId == 3
You can’t perform that action at this time.
0 commit comments