-
Notifications
You must be signed in to change notification settings - Fork 100
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 publish snapshots to maven via GHA #1417
Conversation
Signed-off-by: Rupal Mahajan <[email protected]>
Local test output
|
Hi @rupal-bq, shouldn't the name be |
…search-observability Signed-off-by: Rupal Mahajan <[email protected]>
Thanks for noticing. Output after adding rootProject.name = 'opensearch-observability'
|
Hey! Looks like it is still publishing observability as well as opensearch-observability? Can you recheck? Not sure if these were previous artifacts. Make clean the directory and then republish? |
Sorry, I forgot to clear the directory. Output with clean directory
|
Added the secret role. You are good to merge. |
Hey to avoid confusion in future, please add |
* Add publish snapshots to maven via GHA Signed-off-by: Rupal Mahajan <[email protected]> * Add rootProject name in seetings.gradle to change plugin name to opensearch-observability Signed-off-by: Rupal Mahajan <[email protected]> --------- Signed-off-by: Rupal Mahajan <[email protected]> (cherry picked from commit 298bf9f)
Looks like the workflow is failing @rupal-bq https://github.com/opensearch-project/observability/actions/runs/4236736463/jobs/7361884843 |
I think it's failing because job-scheduler is missing. I see job scheduler PR isn't merged yet. Reporting also has same error and depends on job-scheduler.
|
I think this is the PR that needs to go in opensearch-project/job-scheduler#321 |
* Add publish snapshots to maven via GHA Signed-off-by: Rupal Mahajan <[email protected]> * Add rootProject name in seetings.gradle to change plugin name to opensearch-observability Signed-off-by: Rupal Mahajan <[email protected]> --------- Signed-off-by: Rupal Mahajan <[email protected]> (cherry picked from commit 298bf9f)
Signed-off-by: Rupal Mahajan <[email protected]> (cherry picked from commit 298bf9f) Co-authored-by: Rupal Mahajan <[email protected]>
* Add publish snapshots to maven via GHA Signed-off-by: Rupal Mahajan <[email protected]> * Add rootProject name in seetings.gradle to change plugin name to opensearch-observability Signed-off-by: Rupal Mahajan <[email protected]> --------- Signed-off-by: Rupal Mahajan <[email protected]> (cherry picked from commit 298bf9f) Co-authored-by: Rupal Mahajan <[email protected]>
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-1.x 1.x
# Navigate to the new working tree
cd .worktrees/backport-1.x
# Create a new branch
git switch --create backport/backport-1417-to-1.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 298bf9f1e7b89b468e7a1756b945256090fde339
# Push it to GitHub
git push --set-upstream origin backport/backport-1417-to-1.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-1.x Then, create a pull request where the |
Description
Issues Resolved
#1414
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.