This is an automated email from the ASF dual-hosted git repository. tvalentyn pushed a commit to branch tvalentyn-patch-2 in repository https://gitbox.apache.org/repos/asf/beam.git
commit ba8baa36588c05ff6b537eec820f99254bfe9cf2 Author: tvalentyn <[email protected]> AuthorDate: Thu Feb 10 12:42:26 2022 -0800 Fix typo in portable Python job definition --- .test-infra/jenkins/job_PreCommit_Portable_Python.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.test-infra/jenkins/job_PreCommit_Portable_Python.groovy b/.test-infra/jenkins/job_PreCommit_Portable_Python.groovy index 40d89a8..d9fd7dc 100644 --- a/.test-infra/jenkins/job_PreCommit_Portable_Python.groovy +++ b/.test-infra/jenkins/job_PreCommit_Portable_Python.groovy @@ -48,7 +48,7 @@ builder.build { } gradle { rootBuildScriptDir(commonJobProperties.checkoutDir) - tasks(':sdks:python:test-suites:portable:py39:preCommitPy38') + tasks(':sdks:python:test-suites:portable:py39:preCommitPy39') commonJobProperties.setGradleSwitches(delegate) } }
