This is an automated email from the ASF dual-hosted git repository.

bhulette pushed a commit to branch release-2.37.0
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/release-2.37.0 by this push:
     new 1d79800  [release-2.37.0] CP a typo fix in 
job_PreCommit_Portable_Python.groovy (#16813)
1d79800 is described below

commit 1d7980026bb88c73616733d130e67017e2789b45
Author: tvalentyn <[email protected]>
AuthorDate: Thu Feb 10 13:15:37 2022 -0800

    [release-2.37.0] CP a typo fix in job_PreCommit_Portable_Python.groovy 
(#16813)
    
    Cherry-picks https://github.com/apache/beam/pull/16812
---
 .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)
     }
   }

Reply via email to