You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by da...@apache.org on 2023/05/04 13:31:59 UTC

[beam] branch users/damccorm/v2 created (now ca8f7f8e09c)

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

damccorm pushed a change to branch users/damccorm/v2
in repository https://gitbox.apache.org/repos/asf/beam.git


      at ca8f7f8e09c Enable runner v2 on ValidatesRunner suite

This branch includes the following new commits:

     new ca8f7f8e09c Enable runner v2 on ValidatesRunner suite

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[beam] 01/01: Enable runner v2 on ValidatesRunner suite

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a commit to branch users/damccorm/v2
in repository https://gitbox.apache.org/repos/asf/beam.git

commit ca8f7f8e09c791b07714983c37e9eeaeef440271
Author: Danny McCormick <da...@google.com>
AuthorDate: Thu May 4 09:31:52 2023 -0400

    Enable runner v2 on ValidatesRunner suite
---
 .../jenkins/job_PostCommit_Python_ValidatesRunner_Dataflow.groovy        | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.test-infra/jenkins/job_PostCommit_Python_ValidatesRunner_Dataflow.groovy b/.test-infra/jenkins/job_PostCommit_Python_ValidatesRunner_Dataflow.groovy
index d93a2fb0984..105bc191144 100644
--- a/.test-infra/jenkins/job_PostCommit_Python_ValidatesRunner_Dataflow.groovy
+++ b/.test-infra/jenkins/job_PostCommit_Python_ValidatesRunner_Dataflow.groovy
@@ -37,7 +37,6 @@ PostcommitJobBuilder.postCommitJob('beam_PostCommit_Py_VR_Dataflow', 'Run Python
         gradle {
           rootBuildScriptDir(commonJobProperties.checkoutDir)
           tasks(':sdks:python:test-suites:dataflow:validatesRunnerBatchTests')
-          switches('-Pdisable_runner_v2_until_v2.50')
           commonJobProperties.setGradleSwitches(delegate)
         }
       }