[
https://issues.apache.org/jira/browse/BEAM-9936?focusedWorklogId=435104&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-435104
]
ASF GitHub Bot logged work on BEAM-9936:
----------------------------------------
Author: ASF GitHub Bot
Created on: 19/May/20 18:34
Start Date: 19/May/20 18:34
Worklog Time Spent: 10m
Work Description: tvalentyn commented on a change in pull request #11738:
URL: https://github.com/apache/beam/pull/11738#discussion_r427466990
##########
File path:
.test-infra/jenkins/job_PostCommit_Python_ValidatesContainer_Dataflow.groovy
##########
@@ -39,5 +39,7 @@
PostcommitJobBuilder.postCommitJob('beam_PostCommit_Py_ValCont',
shell('cd ' + commonJobProperties.checkoutDir + ' && bash
sdks/python/container/run_validatescontainer.sh python35')
shell('cd ' + commonJobProperties.checkoutDir + ' && bash
sdks/python/container/run_validatescontainer.sh python36')
shell('cd ' + commonJobProperties.checkoutDir + ' && bash
sdks/python/container/run_validatescontainer.sh python37')
+ // TODO: Turn on ValidatesContainer tests on Python 3.8 once BEAM-9754 is
resolved.
Review comment:
Let's mention it as: TODO(BEAM-9754): ...
##########
File path: sdks/python/container/run_validatescontainer.sh
##########
@@ -69,8 +71,13 @@ elif [[ $1 == "python37" ]]; then
CONTAINER_PROJECT="sdks:python:container:py37" # Use this to build
container by Gradle.
GRADLE_PY3_FLAG="-Ppython3" # Use this in Gradle command.
PY_INTERPRETER="python3.7" # Use this in virtualenv command.
+elif [[ $1 == "python38" ]]; then
+ IMAGE_NAME="${IMAGE_PREFIX}python3.8_sdk" # Use this to create
CONTAINER_IMAGE variable.
+ CONTAINER_PROJECT="sdks:python:container:py38" # Use this to build
container by Gradle.
+ GRADLE_PY3_FLAG="-Ppython3" # Use this in Gradle command.
Review comment:
` GRADLE_PY3_FLAG="-Ppython3" # Use this in Gradle command.` - is
this still required? I don't quite understand what it does... Do you see any
difference if we remove it?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 435104)
Time Spent: 1h 20m (was: 1h 10m)
> Create SDK harness containers with Python 3.8
> ---------------------------------------------
>
> Key: BEAM-9936
> URL: https://issues.apache.org/jira/browse/BEAM-9936
> Project: Beam
> Issue Type: Sub-task
> Components: sdk-py-core
> Reporter: Valentyn Tymofieiev
> Assignee: Kamil Wasilewski
> Priority: P2
> Time Spent: 1h 20m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)