Skip to content

[BEAM-8337] Fix Flink version munging.#10548

Closed
ibzib wants to merge 1 commit intoapache:release-2.18.0from
ibzib:publish-flink
Closed

[BEAM-8337] Fix Flink version munging.#10548
ibzib wants to merge 1 commit intoapache:release-2.18.0from
ibzib:publish-flink

Conversation

@ibzib
Copy link
Copy Markdown

@ibzib ibzib commented Jan 10, 2020

Also exit if parsing fails.


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

  • Choose reviewer(s) and mention them in a comment (R: @username).
  • Format the pull request title like [BEAM-XXX] Fixes bug in ApproximateQuantiles, where you replace BEAM-XXX with the appropriate JIRA issue, if applicable. This will automatically link the pull request to the issue.
  • 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.

Post-Commit Tests Status (on master branch)

Lang SDK Apex Dataflow Flink Gearpump Samza Spark
Go Build Status --- --- Build Status --- --- Build Status
Java Build Status Build Status Build Status Build Status
Build Status
Build Status
Build Status Build Status Build Status
Build Status
Build Status
Python Build Status
Build Status
Build Status
Build Status
--- Build Status
Build Status
Build Status
Build Status
--- --- Build Status
XLang --- --- --- Build Status --- --- ---

Pre-Commit Tests Status (on master branch)

--- Java Python Go Website
Non-portable Build Status Build Status
Build Status
Build Status Build Status
Portable --- Build Status --- ---

See .test-infra/jenkins/README for trigger phrase, status and link of all Jenkins jobs.

Also exit if parsing fails.
@ibzib ibzib requested a review from udim January 10, 2020 00:12
docker push apachebeam/go_sdk:latest

echo '-------------Generating and Pushing Flink job server images-------------'
FLINK_VER=("$(ls -1 runners/flink | awk '/^[0-9]+\.[0-9]+$/{print}')")
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing docker rmi for Flink images. (the other file has it)

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The published images are meant to be permanent.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Look below at lines 81 onwards (I can't comment there because github).

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's deleting the local images only.

@udim
Copy link
Copy Markdown
Member

udim commented Jan 10, 2020

Please do this on the master branch, as I run the release scripts from there, and there have been recent relevant changes.

@ibzib ibzib closed this Jan 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants