[RN][Release]Add script poll Maven for Artifacts#38985
Closed
cipolleschi wants to merge 1 commit into
Closed
Conversation
ea2dd8f to
adec3cb
Compare
Contributor
|
@cipolleschi has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Base commit: 857bc05 |
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D48309874 |
adec3cb to
d5f5e56
Compare
|
This pull request was successfully merged by @cipolleschi in d5f5e56aaa129c9c6c022479911e5f97130c485e. When will my fix make it into a release? | Upcoming Releases |
d5f5e56 to
7b07011
Compare
Contributor
|
@cipolleschi has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary:
This local change adds a script to poll Maven automatically after the release has happened.
This should allow the Release Crew not to repeatedly and manually refresh Maven urls in order to see whether the artifacts are there or not.
As soon as this job is green, artifacts are out!
Cost wise, we are using a small machine, which costs 5 credits per minute.
Changelog:
[Internal] -Add script and CI job to poll for maven after a release.
Test Plan:
Tested locally, running the JS script.
Verified that the CI job can execute it.
We can only test this for real while doing a proper release.