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

Automate post-release step #12463

Merged
merged 1 commit into from
Oct 18, 2024
Merged

Conversation

trask
Copy link
Member

@trask trask commented Oct 18, 2024

Didn't test this, will just try it out next release, worst case I just have to make the post-release PR manually again...

Closes #11612

@trask trask requested a review from a team as a code owner October 18, 2024 01:01
@trask trask marked this pull request as draft October 18, 2024 01:53
@trask trask marked this pull request as ready for review October 18, 2024 02:14
--fail \
https://repo1.maven.org/maven2/io/opentelemetry/javaagent/opentelemetry-javaagent/$VERSION/opentelemetry-javaagent-$VERSION.jar
do
sleep 60
Copy link
Contributor

Choose a reason for hiding this comment

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

There is a timeout for github actions so the workflow would get killed after 6h (i think) guess that should be enough. An alternative would be to use something similar to cloudfoundry index updates that are run periodically and query the maven metadata for the latest version. Though would need to figure out how to get the previous version then.

Copy link
Member Author

Choose a reason for hiding this comment

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

yeah, the artifacts have been showing up pretty quickly in maven central lately, though I haven't been paying super close attention, it will be interesting to see exactly how long this step runs

@trask trask merged commit ef2f034 into open-telemetry:main Oct 18, 2024
55 of 56 checks passed
@trask trask deleted the automate-post-release branch October 18, 2024 14:20
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.

Update release automation
3 participants