opensearch-build: [Bug]: How can we download the OpenSearch min artifacts for windows

Describe the bug

Note; this the windows platform specific security demo script https://github.com/opensearch-project/security/pull/2161

We are trying to setup builds and validation of OpenSearch for the Security Plugin, ./gradlew.bat build functions on a windows machine, but need the minimum artifact, just like how they are obtained for linux with

opensearch_version=`./gradlew properties -q | grep "opensearch_version:" | awk '{print $2}' | sed 's/-SNAPSHOT//g'`
wget https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/$opensearch_version/latest/linux/x64/tar/builds/opensearch/dist/opensearch-min-$opensearch_version-linux-x64.tar.gz

I assume there would be a pattern that would look something like the following. Is there a url we can use to get these artifacts?

[1] Possible windows artifact pattern https://.ci.opensearch.org/ci/dbc/distribution-build-opensearch/$opensearch_version/latest/_windows/x64/zip/_builds/opensearch/dist/opensearch-min-$opensearch_version-windows-x64.zip

Notes

I Inspected a recent 3.0.0 build, https://build.ci.opensearch.org/job/distribution-build-opensearch/6226/flowGraphTable/ Do not see a step where artifacts are uploaded.

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Comments: 15 (15 by maintainers)

Most upvoted comments

@peternied it should follow the below format but it looks like we don’t have successful full distribution build for 3.0 yet but the below URL works for 2.3.1 at this point in time. @peterzhuamazon can you please confirm?

https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.3.1/latest/windows/x64/zip/dist/opensearch/opensearch-2.3.1-windows-x64.zip

Agreed, I’ll reopen.