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

Add GitHub action for publishing java artifacts #26430

Merged
merged 7 commits into from
May 12, 2023

Conversation

damccorm
Copy link
Contributor

@damccorm damccorm commented Apr 26, 2023

This is step one of automating rc creation. I plan on adding more jobs for the remaining steps.

I validated that this worked and created a few candidates here - https://repository.apache.org/#stagingRepositories

Before merging, we need to:

  • Add the secrets used here to Apache's secret store.
  • Request that Infra allow list the gpg action I'm using here.

Doing so does not need to preclude reviewing the code though.


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.

@damccorm damccorm marked this pull request as ready for review April 26, 2023 13:55
@damccorm
Copy link
Contributor Author

R: @jrmccluskey

@github-actions
Copy link
Contributor

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

Copy link
Contributor

@jrmccluskey jrmccluskey left a comment

Choose a reason for hiding this comment

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

LGTM

@codecov
Copy link

codecov bot commented Apr 26, 2023

Codecov Report

Merging #26430 (02efdca) into master (4183e74) will decrease coverage by 0.03%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master   #26430      +/-   ##
==========================================
- Coverage   81.12%   81.09%   -0.03%     
==========================================
  Files         469      469              
  Lines       67294    67511     +217     
==========================================
+ Hits        54589    54749     +160     
- Misses      12705    12762      +57     
Flag Coverage Δ
python 81.09% <ø> (-0.03%) ⬇️

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

see 52 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@damccorm
Copy link
Contributor Author

Run Python_Runners PreCommit

@damccorm
Copy link
Contributor Author

damccorm commented May 8, 2023

TODO - this should be pinning to Java 8 before merging

@damccorm
Copy link
Contributor Author

Run Java PreCommit

@damccorm damccorm merged commit 9cf5946 into master May 12, 2023
@damccorm damccorm deleted the users/damccorm/javaArtifactAutomation branch May 12, 2023 19:43
cushon pushed a commit to cushon/beam that referenced this pull request May 24, 2024
* Add GitHub action for publishing java artifacts

* Info on break glass mode

* More explicit instruction

* Updates from https://issues.apache.org/jira/browse/INFRA-24520

* Force java 8

* Update build_release_candidate.yml

* Correct fingerprint
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants