[
https://issues.apache.org/jira/browse/BEAM-7940?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mark Liu updated BEAM-7940:
---------------------------
Description:
:sdks:python:depSnapshot broke beam_Release_Python_NightlySnapshot due to:
{code}
sh: 1: cannot create
/home/jenkins/jenkins-slave/workspace/beam_Release_Python_NightlySnapshot/src/sdks/python/build/requirements.txt:
Directory nonexistent
{code}
This is affected by https://github.com/apache/beam/pull/9277. Directory
`sdks/python/build` no longer exist when writes to
sdks/python/build/requirements.txt. We can create an empty file first to fix
this problem and do cleanup at same time if old file exists.
was:
:sdks:python:depSnapshot broke beam_Release_Python_NightlySnapshot due to:
{code}
sh: 1: cannot create
/home/jenkins/jenkins-slave/workspace/beam_Release_Python_NightlySnapshot/src/sdks/python/build/requirements.txt:
Directory nonexistent
{code}
Directory `sdks/python/build` doesn't exist when writes to
sdks/python/build/requirements.txt. We can create an empty file first to fix
this problem and do cleanup at same time if old file exists.
> beam_Release_Python_NightlySnapshot is broken due to directory not exist
> ------------------------------------------------------------------------
>
> Key: BEAM-7940
> URL: https://issues.apache.org/jira/browse/BEAM-7940
> Project: Beam
> Issue Type: Bug
> Components: build-system, test-failures
> Reporter: Mark Liu
> Assignee: Mark Liu
> Priority: Major
>
> :sdks:python:depSnapshot broke beam_Release_Python_NightlySnapshot due to:
> {code}
> sh: 1: cannot create
> /home/jenkins/jenkins-slave/workspace/beam_Release_Python_NightlySnapshot/src/sdks/python/build/requirements.txt:
> Directory nonexistent
> {code}
> This is affected by https://github.com/apache/beam/pull/9277. Directory
> `sdks/python/build` no longer exist when writes to
> sdks/python/build/requirements.txt. We can create an empty file first to fix
> this problem and do cleanup at same time if old file exists.
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)