-
Notifications
You must be signed in to change notification settings - Fork 25
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
Update gradle publish library to handle invokeType
#423
Conversation
Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>
I have tested the mappings update for existing indices and the new documents can be still be indexed with field Existing Mapping we have
Still it allows to index the documents with
For the existing indices the
For the new indices this is already solved as the mappings are created at the beginning of the index creation, example as
|
Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com> (cherry picked from commit 302c63c) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Description
Coming from a failed gradle check job https://build.ci.opensearch.org/job/gradle-check/38585/console with error
No such property: pr_number for class: groovy.lang.Binding
because this job was invoked byparameterizedCron
.Update gradle publish library to handle the
invokeType
so that the failed jobs can be filtered byinvokeType
.Issues Resolved
opensearch-project/opensearch-build#4708
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.