Skip to content
代码片段 群组 项目
提交 cb1dc0c7 编辑于 作者: Luke Cwik's avatar Luke Cwik
浏览文件

[BEAM-3457] Exclude generated and data files part of the Go SDK.

上级 a4d846c9
No related branches found
No related tags found
无相关合并请求
......@@ -278,7 +278,10 @@ rat {
// Proto/grpc generated wrappers
"**/apache_beam/portability/api/*_pb2*.py",
"**/go/pkg/beam/model/**/*.pb.go",
"**/go/pkg/beam/**/*.pb.go",
// Ignore Go test data files
"**/go/data/**",
// VCF test files
"**/apache_beam/testing/data/vcf/*",
......@@ -290,18 +293,10 @@ check.dependsOn rat
// to be specified on the commandline when executing locally.
// This indirection also makes Jenkins use the branch of the PR
// for the test definitions.
def javaPreCommitRoots = [
":sdks:java:core",
":runners:direct-java",
":sdks:java:fn-execution",
]
task javaPreCommit() {
dependsOn ":rat"
for (String javaPreCommitRoot : javaPreCommitRoots) {
dependsOn javaPreCommitRoot + ":buildNeeded"
dependsOn javaPreCommitRoot + ":buildDependents"
}
dependsOn ":sdks:java:core:buildNeeded"
dependsOn ":sdks:java:core:buildDependents"
dependsOn ":examples:java:preCommit"
}
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册