Skip to content

Update build_release_candidate.yml to resolve an ordering issue WRT prism dev artifacts.#31638

Merged
lostluck merged 1 commit intomasterfrom
lostluck-patch-3
Jun 18, 2024
Merged

Update build_release_candidate.yml to resolve an ordering issue WRT prism dev artifacts.#31638
lostluck merged 1 commit intomasterfrom
lostluck-patch-3

Conversation

@lostluck
Copy link
Copy Markdown
Contributor

Fix issue where the release version directory might not exist yet for the SVN repo when the prism build step occurs.

...........Adding prism artifacts to the Dev Apache SVN repo...........
svn: E150000: Can't find parent directory's node while trying to add '/home/runner/work/beam/beam/beam/2.57.0/prism'
svn: E155010: The node '/home/runner/work/beam/beam/beam/2.57.0' was not found.

Adding --parents makes SVN also add intermediate parents before making the update.

Please add a meaningful description for your change here


Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:

  • Mention the appropriate issue in your description (for example: addresses #123), if applicable. This will automatically add a link to the pull request in the issue. If you would like the issue to automatically close on merging the pull request, comment fixes #<ISSUE NUMBER> instead.
  • Update CHANGES.md with noteworthy changes.
  • If this contribution is large, please file an Apache Individual Contributor License Agreement.

See the Contributor Guide for more tips on how to make review process smoother.

To check the build health, please visit https://github.com/apache/beam/blob/master/.test-infra/BUILD_STATUS.md

GitHub Actions Tests Status (on master branch)

Build python source distribution and wheels
Python tests
Java tests
Go tests

See CI.md for more information about GitHub Actions CI or the workflows README to see a list of phrases to trigger workflows.

Fix issue where the release version directory might not exist yet for the SVN repo when the prism build step occurs.

```
...........Adding prism artifacts to the Dev Apache SVN repo...........
svn: E150000: Can't find parent directory's node while trying to add '/home/runner/work/beam/beam/beam/2.57.0/prism'
svn: E155010: The node '/home/runner/work/beam/beam/beam/2.57.0' was not found.
```

Adding --parents makes SVN also add intermediate parents before making the update.
@lostluck
Copy link
Copy Markdown
Contributor Author

R: @kennknowles

@github-actions github-actions bot added the build label Jun 18, 2024
@github-actions
Copy link
Copy Markdown
Contributor

Stopping reviewer notifications for this pull request: review requested by someone other than the bot, ceding control

@lostluck lostluck merged commit 3ed91c8 into master Jun 18, 2024
@lostluck lostluck deleted the lostluck-patch-3 branch June 18, 2024 18:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants