You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/05/07 21:07:00 UTC

[jira] [Work logged] (BEAM-1817) Python environment is different on some nodes

     [ https://issues.apache.org/jira/browse/BEAM-1817?focusedWorklogId=99192&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-99192 ]

ASF GitHub Bot logged work on BEAM-1817:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 07/May/18 21:06
            Start Date: 07/May/18 21:06
    Worklog Time Spent: 10m 
      Work Description: udim closed pull request #4987: [BEAM-1817] Remove build machine pinning for python postcommit verify.
URL: https://github.com/apache/beam/pull/4987
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/.test-infra/jenkins/job_beam_PostCommit_Python_Verify.groovy b/.test-infra/jenkins/job_beam_PostCommit_Python_Verify.groovy
index 6498e39fd9d..73a918e13a6 100644
--- a/.test-infra/jenkins/job_beam_PostCommit_Python_Verify.groovy
+++ b/.test-infra/jenkins/job_beam_PostCommit_Python_Verify.groovy
@@ -36,18 +36,6 @@ job('beam_PostCommit_Python_Verify') {
     'Python SDK PostCommit Tests',
     'Run Python PostCommit')
 
-  // Allow the test to only run on particular nodes
-  // TODO(BEAM-1817): Remove once the tests can run on all nodes
-  parameters {
-      nodeParam('TEST_HOST') {
-          description('select test host as either beam1, 2 or 3')
-          defaultNodes(['beam1', 'beam2', 'beam3'])
-          allowedNodes(['beam1', 'beam2', 'beam3'])
-          trigger('multiSelectionDisallowed')
-          eligibility('IgnoreOfflineNodeEligibility')
-      }
-  }
-
   // Execute shell command to test Python SDK.
   steps {
     shell('cd ' + common_job_properties.checkoutDir + ' && bash sdks/python/run_postcommit.sh')


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 99192)
    Time Spent: 1h 20m  (was: 1h 10m)

> Python environment is different on some nodes
> ---------------------------------------------
>
>                 Key: BEAM-1817
>                 URL: https://issues.apache.org/jira/browse/BEAM-1817
>             Project: Beam
>          Issue Type: Bug
>          Components: sdk-py-core, testing
>            Reporter: Sourabh Bajaj
>            Assignee: Jason Kuster
>            Priority: Major
>          Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> We've pined the python post commits to specific nodes as pip in some of the new nodes seems to be installed differently from the ones before.
> https://github.com/apache/beam/pull/2308/files
> Please remove the changes in above PR once this is resolved.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)