HyukjinKwon opened a new pull request #34917:
URL: https://github.com/apache/spark/pull/34917


   ### What changes were proposed in this pull request?
   
   This PR proposes to skip PIP packaging test in Jenkins. We're already 
running it in GitHub Actions, and Jenkins is expected to be dropped soon this 
month.
   
   ### Why are the changes needed?
   
   ```
   ...
   Writing pyspark-3.3.0.dev0/setup.cfg
   Creating tar archive
   removing 'pyspark-3.3.0.dev0' (and everything under it)
   Installing dist into virtual env
   Obtaining file:///home/jenkins/workspace/SparkPullRequestBuilder%402/python
   pyspark requires Python '>=3.7' but the running Python is 3.6.8
   Cleaning up temporary directory - /tmp/tmp.CCragmNU1X
   [error] running 
/home/jenkins/workspace/SparkPullRequestBuilder@2/dev/run-pip-tests ; received 
return code 1
   Attempting to post to GitHub...
   ```
   
   After we drop Python 3.6 at SPARK-37632, PIP packaging test fails 
intermittently 
https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/146255/console.
 Apparently, different Python versions are installed. We should skip the test 
in these cases.
   
   ### Does this PR introduce _any_ user-facing change?
   
   No
   
   ### How was this patch tested?
   
   Jenkins build in this PR would test it out.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to