Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BEAM-14494] Fix publish_docker_images.sh #17756

Merged
merged 1 commit into from
May 25, 2022
Merged

Conversation

y1chi
Copy link
Contributor

@y1chi y1chi commented May 25, 2022

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:

  • 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.
  • 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

See CI.md for more information about GitHub Actions CI.

@github-actions github-actions bot added the build label May 25, 2022
@y1chi
Copy link
Contributor Author

y1chi commented May 25, 2022

R: @tvalentyn

@codecov
Copy link

codecov bot commented May 25, 2022

Codecov Report

Merging #17756 (74e8ef7) into master (5bb3127) will decrease coverage by 0.00%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master   #17756      +/-   ##
==========================================
- Coverage   74.01%   74.00%   -0.01%     
==========================================
  Files         695      695              
  Lines       91798    91798              
==========================================
- Hits        67941    67937       -4     
- Misses      22611    22615       +4     
  Partials     1246     1246              
Flag Coverage Δ
python 83.74% <ø> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
sdks/python/apache_beam/internal/gcp/auth.py 73.33% <0.00%> (-5.34%) ⬇️
.../python/apache_beam/transforms/periodicsequence.py 96.72% <0.00%> (-1.64%) ⬇️
...eam/runners/portability/fn_api_runner/execution.py 92.44% <0.00%> (-0.65%) ⬇️
...s/python/apache_beam/io/gcp/pubsublite/external.py 0.00% <0.00%> (ø)
.../python/apache_beam/io/gcp/pubsublite/proto_api.py 0.00% <0.00%> (ø)
...hon/apache_beam/runners/worker/bundle_processor.py 93.67% <0.00%> (+0.11%) ⬆️
sdks/python/apache_beam/ml/inference/base.py 92.70% <0.00%> (+0.16%) ⬆️
...eam/runners/interactive/interactive_environment.py 92.02% <0.00%> (+0.30%) ⬆️
.../apache_beam/runners/interactive/dataproc/types.py 100.00% <0.00%> (+4.16%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5bb3127...74e8ef7. Read the comment docs.

@y1chi
Copy link
Contributor Author

y1chi commented May 25, 2022

Run Java_Examples_Dataflow_Java17 PreCommit

@y1chi y1chi merged commit 3130e9c into apache:master May 25, 2022
@y1chi y1chi linked an issue Jun 6, 2022 that may be closed by this pull request
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.

Mismatch between container image tags for RC and SDK expectations
2 participants