opensearch-project / opensearch-build-libraries

Apache License 2.0
6 stars 25 forks source link

[Bug]: Current default distribution build job failed on the first run for new version #392

Closed zelinh closed 5 months ago

zelinh commented 7 months ago

Describe the bug

Current default distribution build job failed on the first run for any new version.

We are running incremental build right now and it gets the latest previous build artifacts by default.

However for a new version coming in, it doesn't have any of previous build so the latest index is not available.

The build will keep failing until we manually run the build without incremental enabled.

To reproduce

https://build.ci.opensearch.org/job/distribution-build-opensearch/9525/ Run a build without index.json available.

Expected behavior

The build should run a full build without downloading previous build artifacts if index.json is not available.

zelinh commented 5 months ago

Closing this issue as this is fixed.