suztomo commented on a change in pull request #14028:
URL: https://github.com/apache/beam/pull/14028#discussion_r586828857
##########
File path: .test-infra/jenkins/PrecommitJobBuilder.groovy
##########
@@ -116,7 +116,7 @@ class PrecommitJobBuilder {
steps {
gradle {
rootBuildScriptDir(commonJobProperties.checkoutDir)
- tasks(gradleTask)
+ tasks(':installVendoredGrpc', gradleTask)
Review comment:
Jenkins does not respect this until we tell Jenkins to do so. (That
might affect other PRs?)
##########
File path: .test-infra/jenkins/job_PostCommit_Java.groovy
##########
@@ -40,7 +40,7 @@ PostcommitJobBuilder.postCommitJob('beam_PostCommit_Java',
'Run Java PostCommit'
steps {
gradle {
rootBuildScriptDir(commonJobProperties.checkoutDir)
- tasks(':javaPostCommit')
+ tasks(':installVendoredGrpc', ':javaPostCommit')
Review comment:
Jenkins does not respect this until we tell Jenkins to do so. (That
might affect other PRs?)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]