Closed gaiksaya closed 1 month ago
Hi @gaiksaya ! Thanks for reporting the issue.
I do see query insights snapshots published in https://aws.oss.sonatype.org/content/repositories/snapshots/org/opensearch/plugin/query-insights/
May I know what is the main purpose of publishShadowPublicationToSnapshotsRepository
and where should those targets come from?
I believe it comes from nebula plugin. See this issue to add required config in build.gradle. It has testing steps as well. I believe we want publishPluginZipPublicationToSnapshotsRepository
to run correctly. The artifacts here https://aws.oss.sonatype.org/content/repositories/snapshots/org/opensearch/plugin/query-insights/ were published before this plugin was removed from core right?
The latest job to publish the snapshot is passing now: https://github.com/opensearch-project/query-insights/actions/runs/10708891477/job/29692255569
What is the bug?
See the workflow runs here: https://github.com/opensearch-project/query-insights/actions/workflows/maven-publish.yml None of them where successful before due to missing credentials. The credentials were added recently however, the required config seems to be missing for publishing snapshots.
How can one reproduce the bug?
See https://github.com/opensearch-project/query-insights/actions/runs/10498341550/job/29083082462
What is the expected behavior?
Snapshot publication should be successful
What is your host/environment?
Operating system, version.
Do you have any screenshots?
If applicable, add screenshots to help explain your problem.
Do you have any additional context?