-
Notifications
You must be signed in to change notification settings - Fork 281
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
[Distribution Build Failure] Alerting build failing due to missing org.opensearch:common-utils:1.1.0.0-SNAPSHOT #410
Comments
Reproduces locally, inspecting the last passing build to see why this worked |
@peternied Did you build common-utils first? Otherwise it will fail with the repro command above, which is expected. |
Found it, PRs to support snapshots was lost when branch was moved to from main->1.1. Creating pull requests... |
I am going to back out the branch update to 1.1 and have the common-utils team switch back when its ready. |
Snapshot build is passing, waiting on completed build cycle |
This issue is confirmed as no longer blocking the build. |
Describe the bug
Alerting failed to build because
org.opensearch:common-utils:1.1.0.0-SNAPSHOT
was missing, it looks like common-utils was not built with the snapshot postfix.To Reproduce
rm -rf ~/.m2/
./bundle-workflow/build.sh manifests/opensearch-1.1.0.yml --component common-utils --snapshot
ls .m2/repository/org/opensearch/common-utils/
X.X.X.X-SNAPSHOT
and notX.X.X.X
The text was updated successfully, but these errors were encountered: