Skip to content
代码片段 群组 项目
提交 5506335b 编辑于 作者: Ankur Goenka's avatar Ankur Goenka 提交者: Maximilian Michels
浏览文件

[BEAM-6146] Portable Python Precommit test

上级 49c8386b
No related branches found
No related tags found
无相关合并请求
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import PrecommitJobBuilder
PrecommitJobBuilder builder = new PrecommitJobBuilder(
scope: this,
nameBase: 'Portable_Python',
gradleTask: ':portablePythonPreCommit',
triggerPathPatterns: [
'^model/.*$',
'^runners/.*$',
'^sdks/python/.*$',
'^release/.*$',
]
)
builder.build {}
......@@ -246,6 +246,10 @@ task pythonPostCommit() {
dependsOn ":beam-sdks-python:postCommit"
}
task portablePythonPreCommit() {
dependsOn ":beam-sdks-python:portablePreCommit"
}
task websitePreCommit() {
dependsOn ":beam-website:preCommit"
}
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册