From d0140d0358c56cab37ec05dfea715f698ff24177 Mon Sep 17 00:00:00 2001 From: Sayali Gaikawad <61760125+gaiksaya@users.noreply.github.com> Date: Tue, 13 Aug 2024 00:42:59 -0700 Subject: [PATCH 1/8] Add issue triaging document (#4939) Signed-off-by: Sayali Gaikawad Co-authored-by: Peter Zhu --- TRIAGING.md | 69 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 TRIAGING.md diff --git a/TRIAGING.md b/TRIAGING.md new file mode 100644 index 0000000000..607fbca997 --- /dev/null +++ b/TRIAGING.md @@ -0,0 +1,69 @@ + + +The maintainers of the OpenSearch-build Repo seek to promote an inclusive and engaged community of contributors. In order to facilitate this, bi-weekly triage meetings are open-to-all and attendance is encouraged for anyone who hopes to contribute, discuss an issue, or learn more about the project. To learn more about contributing to the OpenSearch-build Repo visit the [Contributing](./CONTRIBUTING.md) documentation. + +### Do I need to attend the meeting for my issue to be addressed/triaged? + +Attendance is not required for your issue to be triaged or addressed. All new issues are triaged bi-weekly. + +### What happens if my issue does not get covered this time? + +Each meeting we seek to address all new issues. However, should we run out of time before your issue is discussed, you are always welcome to attend the next meeting or to follow up on the issue post itself. + +### How do I join the Backlog & Triage meeting? + +Meetings are hosted regularly at 9 AM Pacific Time and can be joined via the links posted on the [OpenSearch Meetup Group](https://www.meetup.com/opensearch/events/) list of events. The event will be titled `Engineering Effectiveness Triage Meeting`. + +After joining the Zoom meeting, you can enable your video / voice to join the discussion. If you do not have a webcam or microphone available, you can still join in via the text chat. + +If you have an issue you'd like to bring forth please consider getting a link to the issue so it can be presented to everyone in the meeting. + +### Is there an agenda for each week? + +Meetings are 45 minutes and structured as follows: + +1. Initial Gathering: As we gather, feel free to turn on video and engage in informal and open-to-all conversation. After a bit a volunteer will share their screen and proceed with the agenda. +2. Announcements: If there are any announcements to be made they will happen at the start of the meeting. +3. Review of New Issues: The meetings always start with reviewing all untriaged [issues](https://github.com/issues?q=is%3Aissue+label%3Auntriaged+repo%3Aopensearch-project%2Fopensearch-build+repo%3Aopensearch-project%2Fhelm-charts+repo%3Aopensearch-project%2Fansible-playbook+repo%3Aopensearch-project%2Fopensearch-ci+repo%3Aopensearch-project%2Fopensearch-cluster-cdk+repo%3Aopensearch-project%2Fterraform-provider-opensearch+repo%3Aopensearch-project%2Fopensearch-devops+repo%3Aopensearch-project%2Fopensearch-build-libraries+is%3Aopen+) for below repositories: + 1. [opensearch-build](https://github.com/opensearch-project/opensearch-build) + 1. [opensearch-ci](https://github.com/opensearch-project/opensearch-ci) + 1. [opensearch-build-libraries](https://github.com/opensearch-project/opensearch-build-libraries) + 1. [helm-charts](https://github.com/opensearch-project/helm-charts) + 1. [terraform-provider-opensearch](https://github.com/opensearch-project/terraform-provider-opensearch) + 1. [ansible-playbook](https://github.com/opensearch-project/ansible-playbook) + 1. [opensearch-cluster-cdk](https://github.com/opensearch-project/opensearch-cluster-cdk) + 1. [opensearch-devops](https://github.com/opensearch-project/opensearch-devops) +4. Member Requests: Opportunity for any meeting member to ask for consideration of an issue or pull request. +5. Untriaged Items: Review any [issues](https://github.com/issues?q=is%3Aissue+label%3Auntriaged+repo%3Aopensearch-project%2Fopensearch-build+repo%3Aopensearch-project%2Fhelm-charts+repo%3Aopensearch-project%2Fansible-playbook+repo%3Aopensearch-project%2Fopensearch-ci+repo%3Aopensearch-project%2Fopensearch-cluster-cdk+repo%3Aopensearch-project%2Fterraform-provider-opensearch+repo%3Aopensearch-project%2Fopensearch-devops+repo%3Aopensearch-project%2Fopensearch-build-libraries+is%3Aopen+) that might have had the 'untriaged' label removed but require additional triage discussion. +6. Open Discussion: Allow for members of the meeting to surface any topics without issues filed or pull request created. + + +There is no specific ordering within each category. + +If you have an issue you would like to discuss but do not have the ability to attend the entire meeting, please attend when is best for you and signal that you have an issue to discuss when you arrive. + +### Is prior contribution to the project required to attend a triage meeting? + +No, all are welcome and encouraged to attend. Attending the Backlog & Triage meetings is a great way for a new contributor to learn about the project as well as explore different avenues of contribution. + +### What if I have an issue that is almost a duplicate, should I open a new one to be triaged? + +You can always open an [issue](https://github.com/opensearch-project/opensearch-build/issues/new/choose) including one that you think may be a duplicate. However, in cases where you believe there is an important distinction to be made between an existing issue and your newly created one, you are encouraged to attend the triaging meeting to explain. + +### What if I have follow-up questions on an issue? + +If you have an existing issue you would like to discuss, you can always comment on the issue itself. Alternatively, you are welcome to come to the triage meeting to discuss. + +### What are the issue labels associated with triaging? + +Yes, there are several labels that are used to identify the 'state' of issues filed. + +| Label | When applied | Meaning | +| ----- | ------------ | ------- | +| Untriaged | When issues are created or re-opened. | Issues labeled as 'Untriaged' require the attention of the repository maintainers and may need to be prioritized for quicker resolution. | +| Help Wanted | Anytime. | Issues marked as 'Help Wanted' signal that they are actionable and not the current focus of the project maintainers. Community contributions are especially encouraged for these issues. | +| Good First Issue | Anytime. | Issues labeled as 'Good First Issue' are small in scope and can be resolved with a single pull request. These are recommended starting points for newcomers looking to make their first contributions. | + +### Who should I contact if I have further questions? + +You can always file an [issue](https://github.com/opensearch-project/opensearch-build/issues/new/choose) for any question you have about the project. Alternatively, you can use [opensearch slack](https://opensearch.org/slack.html) channels such as #infra #devops for any related queries. From 586d720e1001d26a889d0c9dfddc91efe152ee70 Mon Sep 17 00:00:00 2001 From: Rishabh Singh Date: Tue, 13 Aug 2024 11:41:08 -0700 Subject: [PATCH 2/8] Update nightly benchmark runs to track 2.17.0 (#4942) Signed-off-by: Rishabh Singh --- .github/workflows/link-checker.yml | 2 +- jenkins/opensearch/benchmark-test.jenkinsfile | 181 +++++++++--------- ...mark-test-distribution-url.jenkinsfile.txt | 179 ++++++++--------- .../opensearch/benchmark-test.jenkinsfile.txt | 179 ++++++++--------- .../secure-benchmark-test.jenkinsfile.txt | 179 ++++++++--------- 5 files changed, 363 insertions(+), 357 deletions(-) diff --git a/.github/workflows/link-checker.yml b/.github/workflows/link-checker.yml index 52cdf7f139..abba6b6310 100644 --- a/.github/workflows/link-checker.yml +++ b/.github/workflows/link-checker.yml @@ -14,7 +14,7 @@ jobs: id: lychee uses: lycheeverse/lychee-action@v1 with: - args: --verbose --max-retries 5 --retry-wait-time 10 --accept=200,403,429 --exclude-path tests/ --exclude-path release-notes/ ./ + args: --verbose --max-retries 5 --retry-wait-time 10 --accept=200,403,429 --exclude-path ./TRIAGING.md --exclude-path tests/ --exclude-path release-notes/ ./ fail: true env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/jenkins/opensearch/benchmark-test.jenkinsfile b/jenkins/opensearch/benchmark-test.jenkinsfile index c4e93ac353..3fe90c34c4 100644 --- a/jenkins/opensearch/benchmark-test.jenkinsfile +++ b/jenkins/opensearch/benchmark-test.jenkinsfile @@ -27,43 +27,43 @@ pipeline { triggers { parameterizedCron( ''' - H 0 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.2xlarge,major-version:2x,cluster-config:arm64-r6g.2xlarge-3-data-3-shards-1-replica-nmslib-cohere-1m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/nmslib-index.json","target_index_primary_shards":3,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-1m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-1m","neighbors_data_set_corpus":"cohere-1m","neighbors_data_set_format":"hdf5","query_count":10000} - H 0 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.2xlarge,major-version:2x,cluster-config:arm64-r6g.2xlarge-3-data-3-shards-1-replica-faiss-cohere-1m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/faiss-index.json","target_index_primary_shards":3,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-1m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-1m","query_count":10000} - H 0 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.2xlarge,major-version:2x,cluster-config:arm64-r6g.2xlarge-3-data-3-shards-1-replica-lucene-cohere-1m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/lucene-index.json","target_index_primary_shards":3,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-1m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-1m","query_count":10000} - H 0 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-nmslib-cohere-10m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/nmslib-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","neighbors_data_set_corpus":"cohere-10m","neighbors_data_set_format":"hdf5","query_count":10000};TEST_PROCEDURE=no-train-test-index-with-merge - H 0 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-nmslib-cohere-10m;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/nmslib-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","neighbors_data_set_corpus":"cohere-10m","neighbors_data_set_format":"hdf5","query_count":10000,"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"cohere_10m"};TEST_PROCEDURE=restore-from-snapshot - H 0 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-lucene-cohere-10m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/lucene-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","query_count":10000};TEST_PROCEDURE=no-train-test-index-with-merge - H 0 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-lucene-cohere-10m;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/lucene-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","query_count":10000,"snapshot_repo_name":"benchmark-workloads-repo-213","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots-213","snapshot_name":"lucene-10m-256-ip"};TEST_PROCEDURE=restore-from-snapshot - H 0 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-faiss-cohere-10m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/faiss-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","query_count":10000};TEST_PROCEDURE=no-train-test-index-with-merge - H 0 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-faiss-cohere-10m;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/faiss-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","query_count":10000,"snapshot_repo_name":"benchmark-workloads-repo-213","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots-213","snapshot_name":"faiss-10m-256-ip"};TEST_PROCEDURE=restore-from-snapshot + H 0 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.2xlarge,major-version:2x,cluster-config:arm64-r6g.2xlarge-3-data-3-shards-1-replica-nmslib-cohere-1m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/nmslib-index.json","target_index_primary_shards":3,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-1m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-1m","neighbors_data_set_corpus":"cohere-1m","neighbors_data_set_format":"hdf5","query_count":10000} + H 0 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.2xlarge,major-version:2x,cluster-config:arm64-r6g.2xlarge-3-data-3-shards-1-replica-faiss-cohere-1m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/faiss-index.json","target_index_primary_shards":3,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-1m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-1m","query_count":10000} + H 0 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.2xlarge,major-version:2x,cluster-config:arm64-r6g.2xlarge-3-data-3-shards-1-replica-lucene-cohere-1m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/lucene-index.json","target_index_primary_shards":3,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-1m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-1m","query_count":10000} + H 0 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-nmslib-cohere-10m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/nmslib-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","neighbors_data_set_corpus":"cohere-10m","neighbors_data_set_format":"hdf5","query_count":10000};TEST_PROCEDURE=no-train-test-index-with-merge + H 0 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-nmslib-cohere-10m;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/nmslib-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","neighbors_data_set_corpus":"cohere-10m","neighbors_data_set_format":"hdf5","query_count":10000,"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"cohere_10m"};TEST_PROCEDURE=restore-from-snapshot + H 0 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-lucene-cohere-10m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/lucene-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","query_count":10000};TEST_PROCEDURE=no-train-test-index-with-merge + H 0 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-lucene-cohere-10m;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/lucene-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","query_count":10000,"snapshot_repo_name":"benchmark-workloads-repo-213","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots-213","snapshot_name":"lucene-10m-256-ip"};TEST_PROCEDURE=restore-from-snapshot + H 0 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-faiss-cohere-10m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/faiss-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","query_count":10000};TEST_PROCEDURE=no-train-test-index-with-merge + H 0 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-faiss-cohere-10m;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/faiss-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","query_count":10000,"snapshot_repo_name":"benchmark-workloads-repo-213","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots-213","snapshot_name":"faiss-10m-256-ip"};TEST_PROCEDURE=restore-from-snapshot - H 1 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.2xlarge,major-version:2x,cluster-config:arm64-r6g.2xlarge-3-data-3-shards-1-replica-nmslib-cohere-1m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/nmslib-index.json","target_index_primary_shards":3,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-1m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-1m","neighbors_data_set_corpus":"cohere-1m","neighbors_data_set_format":"hdf5","query_count":10000} - H 1 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.2xlarge,major-version:2x,cluster-config:arm64-r6g.2xlarge-3-data-3-shards-1-replica-faiss-cohere-1m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/faiss-index.json","target_index_primary_shards":3,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-1m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-1m","query_count":10000} - H 1 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.2xlarge,major-version:2x,cluster-config:arm64-r6g.2xlarge-3-data-3-shards-1-replica-lucene-cohere-1m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/lucene-index.json","target_index_primary_shards":3,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-1m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-1m","query_count":10000} - H 1 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-nmslib-cohere-10m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/nmslib-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","neighbors_data_set_corpus":"cohere-10m","neighbors_data_set_format":"hdf5","query_count":10000};TEST_PROCEDURE=no-train-test-index-with-merge - H 1 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-nmslib-cohere-10m;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/nmslib-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","neighbors_data_set_corpus":"cohere-10m","neighbors_data_set_format":"hdf5","query_count":10000,"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"cohere_10m"};TEST_PROCEDURE=restore-from-snapshot - H 1 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-lucene-cohere-10m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/lucene-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","query_count":10000};TEST_PROCEDURE=no-train-test-index-with-merge - H 1 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-lucene-cohere-10m;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/lucene-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","query_count":10000,"snapshot_repo_name":"benchmark-workloads-repo-213","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots-213","snapshot_name":"lucene-10m-256-ip"};TEST_PROCEDURE=restore-from-snapshot - H 1 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-faiss-cohere-10m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/faiss-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","query_count":10000};TEST_PROCEDURE=no-train-test-index-with-merge - H 1 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-faiss-cohere-10m;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/faiss-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","query_count":10000,"snapshot_repo_name":"benchmark-workloads-repo-213","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots-213","snapshot_name":"faiss-10m-256-ip"};TEST_PROCEDURE=restore-from-snapshot + H 1 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.2xlarge,major-version:2x,cluster-config:arm64-r6g.2xlarge-3-data-3-shards-1-replica-nmslib-cohere-1m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/nmslib-index.json","target_index_primary_shards":3,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-1m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-1m","neighbors_data_set_corpus":"cohere-1m","neighbors_data_set_format":"hdf5","query_count":10000} + H 1 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.2xlarge,major-version:2x,cluster-config:arm64-r6g.2xlarge-3-data-3-shards-1-replica-faiss-cohere-1m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/faiss-index.json","target_index_primary_shards":3,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-1m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-1m","query_count":10000} + H 1 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.2xlarge,major-version:2x,cluster-config:arm64-r6g.2xlarge-3-data-3-shards-1-replica-lucene-cohere-1m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/lucene-index.json","target_index_primary_shards":3,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-1m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-1m","query_count":10000} + H 1 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-nmslib-cohere-10m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/nmslib-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","neighbors_data_set_corpus":"cohere-10m","neighbors_data_set_format":"hdf5","query_count":10000};TEST_PROCEDURE=no-train-test-index-with-merge + H 1 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-nmslib-cohere-10m;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/nmslib-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","neighbors_data_set_corpus":"cohere-10m","neighbors_data_set_format":"hdf5","query_count":10000,"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"cohere_10m"};TEST_PROCEDURE=restore-from-snapshot + H 1 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-lucene-cohere-10m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/lucene-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","query_count":10000};TEST_PROCEDURE=no-train-test-index-with-merge + H 1 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-lucene-cohere-10m;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/lucene-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","query_count":10000,"snapshot_repo_name":"benchmark-workloads-repo-213","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots-213","snapshot_name":"lucene-10m-256-ip"};TEST_PROCEDURE=restore-from-snapshot + H 1 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-faiss-cohere-10m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/faiss-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","query_count":10000};TEST_PROCEDURE=no-train-test-index-with-merge + H 1 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-faiss-cohere-10m;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/faiss-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","query_count":10000,"snapshot_repo_name":"benchmark-workloads-repo-213","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots-213","snapshot_name":"faiss-10m-256-ip"};TEST_PROCEDURE=restore-from-snapshot - H 2 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search - H 2 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;CAPTURE_SEGMENT_REPLICATION_STAT=true;USER_TAGS=run-type:nightly,segrep:enabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;ADDITIONAL_CONFIG=cluster.indices.replication.strategy:SEGMENT;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search - H 2 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search - H 2 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;CAPTURE_SEGMENT_REPLICATION_STAT=true;USER_TAGS=run-type:nightly,segrep:enabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;ADDITIONAL_CONFIG=cluster.indices.replication.strategy:SEGMENT;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search - H 2 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/arm64/tar/dist/opensearch/manifest.yml;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search - H 2 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/arm64/tar/dist/opensearch/manifest.yml;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;CAPTURE_SEGMENT_REPLICATION_STAT=true;USER_TAGS=run-type:nightly,segrep:enabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;ADDITIONAL_CONFIG=cluster.indices.replication.strategy:SEGMENT;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search - H 2 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/x64/tar/dist/opensearch/manifest.yml;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search - H 2 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/x64/tar/dist/opensearch/manifest.yml;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;CAPTURE_SEGMENT_REPLICATION_STAT=true;USER_TAGS=run-type:nightly,segrep:enabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;ADDITIONAL_CONFIG=cluster.indices.replication.strategy:SEGMENT;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search + H 2 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search + H 2 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;CAPTURE_SEGMENT_REPLICATION_STAT=true;USER_TAGS=run-type:nightly,segrep:enabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;ADDITIONAL_CONFIG=cluster.indices.replication.strategy:SEGMENT;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search + H 2 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search + H 2 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;CAPTURE_SEGMENT_REPLICATION_STAT=true;USER_TAGS=run-type:nightly,segrep:enabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;ADDITIONAL_CONFIG=cluster.indices.replication.strategy:SEGMENT;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search + H 2 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/arm64/tar/dist/opensearch/manifest.yml;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search + H 2 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/arm64/tar/dist/opensearch/manifest.yml;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;CAPTURE_SEGMENT_REPLICATION_STAT=true;USER_TAGS=run-type:nightly,segrep:enabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;ADDITIONAL_CONFIG=cluster.indices.replication.strategy:SEGMENT;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search + H 2 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/x64/tar/dist/opensearch/manifest.yml;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search + H 2 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/x64/tar/dist/opensearch/manifest.yml;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;CAPTURE_SEGMENT_REPLICATION_STAT=true;USER_TAGS=run-type:nightly,segrep:enabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;ADDITIONAL_CONFIG=cluster.indices.replication.strategy:SEGMENT;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search - H 4 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search - H 4 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;CAPTURE_SEGMENT_REPLICATION_STAT=true;USER_TAGS=run-type:nightly,segrep:enabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;ADDITIONAL_CONFIG=cluster.indices.replication.strategy:SEGMENT;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search - H 4 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search - H 4 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;CAPTURE_SEGMENT_REPLICATION_STAT=true;USER_TAGS=run-type:nightly,segrep:enabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;ADDITIONAL_CONFIG=cluster.indices.replication.strategy:SEGMENT;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search - H 4 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search - H 4 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;CAPTURE_SEGMENT_REPLICATION_STAT=true;USER_TAGS=run-type:nightly,segrep:enabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;ADDITIONAL_CONFIG=cluster.indices.replication.strategy:SEGMENT;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search - H 4 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search - H 4 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;CAPTURE_SEGMENT_REPLICATION_STAT=true;USER_TAGS=run-type:nightly,segrep:enabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;ADDITIONAL_CONFIG=cluster.indices.replication.strategy:SEGMENT;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search + H 4 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search + H 4 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;CAPTURE_SEGMENT_REPLICATION_STAT=true;USER_TAGS=run-type:nightly,segrep:enabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;ADDITIONAL_CONFIG=cluster.indices.replication.strategy:SEGMENT;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search + H 4 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search + H 4 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;CAPTURE_SEGMENT_REPLICATION_STAT=true;USER_TAGS=run-type:nightly,segrep:enabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;ADDITIONAL_CONFIG=cluster.indices.replication.strategy:SEGMENT;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search + H 4 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search + H 4 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;CAPTURE_SEGMENT_REPLICATION_STAT=true;USER_TAGS=run-type:nightly,segrep:enabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;ADDITIONAL_CONFIG=cluster.indices.replication.strategy:SEGMENT;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search + H 4 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search + H 4 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;CAPTURE_SEGMENT_REPLICATION_STAT=true;USER_TAGS=run-type:nightly,segrep:enabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;ADDITIONAL_CONFIG=cluster.indices.replication.strategy:SEGMENT;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search H 5 * * * %DISTRIBUTION_URL=https://artifacts.opensearch.org/releases/bundle/opensearch/1.3.18/opensearch-1.3.18-linux-x64.tar.gz;DISTRIBUTION_VERSION=1.3.18;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=c5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:c5.2xlarge,major-version:2x,cluster-config:x64-c5.2xlarge-1-shard-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo-100","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots-100","snapshot_name":"big5_1_shard"};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true H 5 * * * %DISTRIBUTION_URL=https://artifacts.opensearch.org/releases/bundle/opensearch/2.11.1/opensearch-2.11.1-linux-x64.tar.gz;DISTRIBUTION_VERSION=2.11.1;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=c5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:c5.2xlarge,major-version:2x,cluster-config:x64-c5.2xlarge-1-shard-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo-211","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots-211","snapshot_name":"big5_1_shard"};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true @@ -72,42 +72,45 @@ pipeline { H 5 * * * %DISTRIBUTION_URL=https://artifacts.opensearch.org/releases/bundle/opensearch/2.13.0/opensearch-2.13.0-linux-x64.tar.gz;DISTRIBUTION_VERSION=2.13.0;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=c5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:c5.2xlarge,major-version:2x,cluster-config:x64-c5.2xlarge-1-shard-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard"};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true H 5 * * * %DISTRIBUTION_URL=https://artifacts.opensearch.org/releases/bundle/opensearch/2.14.0/opensearch-2.14.0-linux-x64.tar.gz;DISTRIBUTION_VERSION=2.14.0;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=c5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:c5.2xlarge,major-version:2x,cluster-config:x64-c5.2xlarge-1-shard-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard"};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true H 5 * * * %DISTRIBUTION_URL=https://artifacts.opensearch.org/releases/bundle/opensearch/2.15.0/opensearch-2.15.0-linux-x64.tar.gz;DISTRIBUTION_VERSION=2.15.0;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=c5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:c5.2xlarge,major-version:2x,cluster-config:x64-c5.2xlarge-1-shard-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard"};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 5 * * * %DISTRIBUTION_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/opensearch-2.16.0-linux-x64.tar.gz;DISTRIBUTION_VERSION=2.16.0;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=c5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:c5.2xlarge,major-version:2x,cluster-config:x64-c5.2xlarge-1-shard-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard"};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 5 * * * %DISTRIBUTION_URL=https://artifacts.opensearch.org/releases/bundle/opensearch/2.16.0/opensearch-2.16.0-linux-x64.tar.gz;DISTRIBUTION_VERSION=2.16.0;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=c5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:c5.2xlarge,major-version:2x,cluster-config:x64-c5.2xlarge-1-shard-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard"};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 5 * * * %DISTRIBUTION_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/opensearch-2.17.0-linux-x64.tar.gz;DISTRIBUTION_VERSION=2.17.0;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=c5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:c5.2xlarge,major-version:2x,cluster-config:x64-c5.2xlarge-1-shard-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard"};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 6 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"http_logs_default"};TEST_PROCEDURE=restore-from-snapshot - H 6 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=nyc_taxis;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"nyc_taxis_default"};TEST_PROCEDURE=restore-from-snapshot - H 6 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"http_logs_default"};TEST_PROCEDURE=restore-from-snapshot - H 6 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=nyc_taxis;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"nyc_taxis_default"};TEST_PROCEDURE=restore-from-snapshot - H 6 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_3_shards"};TEST_PROCEDURE=restore-from-snapshot - H 6 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_3_shards"};TEST_PROCEDURE=restore-from-snapshot + H 6 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"http_logs_default"};TEST_PROCEDURE=restore-from-snapshot + H 6 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=nyc_taxis;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"nyc_taxis_default"};TEST_PROCEDURE=restore-from-snapshot + H 6 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"http_logs_default"};TEST_PROCEDURE=restore-from-snapshot + H 6 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=nyc_taxis;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"nyc_taxis_default"};TEST_PROCEDURE=restore-from-snapshot + H 6 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_3_shards"};TEST_PROCEDURE=restore-from-snapshot + H 6 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_3_shards"};TEST_PROCEDURE=restore-from-snapshot - H 6 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=noaa_semantic_search;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.4xlarge,major-version:2x,cluster-config:x64-r5.4xlarge-3-data-6-shards-0-replica-snapshot;WORKLOAD_PARAMS={"number_of_replicas":"1","number_of_shards":"6","max_num_segments":"8","concurrent_segment_search_enabled":"false"};TEST_PROCEDURE=hybrid-query-aggs-full - H 6 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=noaa_semantic_search;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.4xlarge,major-version:2x,cluster-config:x64-r5.4xlarge-3-data-6-shards-0-replica-snapshot;WORKLOAD_PARAMS={"number_of_replicas":"1","number_of_shards":"6","max_num_segments":"8","concurrent_segment_search_enabled":"true"};TEST_PROCEDURE=hybrid-query-aggs-full - H 7 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=noaa_semantic_search;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-0-replica-snapshot;WORKLOAD_PARAMS={"number_of_replicas":"1","number_of_shards":"6","max_num_segments":"8","concurrent_segment_search_enabled":"false"};TEST_PROCEDURE=hybrid-query-aggs-full - H 7 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=noaa_semantic_search;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-0-replica-snapshot;WORKLOAD_PARAMS={"number_of_replicas":"1","number_of_shards":"6","max_num_segments":"8","concurrent_segment_search_enabled":"true"};TEST_PROCEDURE=hybrid-query-aggs-full + H 6 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=noaa_semantic_search;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.4xlarge,major-version:2x,cluster-config:x64-r5.4xlarge-3-data-6-shards-0-replica-snapshot;WORKLOAD_PARAMS={"number_of_replicas":"1","number_of_shards":"6","max_num_segments":"8","concurrent_segment_search_enabled":"false"};TEST_PROCEDURE=hybrid-query-aggs-full + H 6 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=noaa_semantic_search;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.4xlarge,major-version:2x,cluster-config:x64-r5.4xlarge-3-data-6-shards-0-replica-snapshot;WORKLOAD_PARAMS={"number_of_replicas":"1","number_of_shards":"6","max_num_segments":"8","concurrent_segment_search_enabled":"true"};TEST_PROCEDURE=hybrid-query-aggs-full + H 7 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=noaa_semantic_search;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-0-replica-snapshot;WORKLOAD_PARAMS={"number_of_replicas":"1","number_of_shards":"6","max_num_segments":"8","concurrent_segment_search_enabled":"false"};TEST_PROCEDURE=hybrid-query-aggs-full + H 7 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=noaa_semantic_search;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-0-replica-snapshot;WORKLOAD_PARAMS={"number_of_replicas":"1","number_of_shards":"6","max_num_segments":"8","concurrent_segment_search_enabled":"true"};TEST_PROCEDURE=hybrid-query-aggs-full - H 7 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=noaa_semantic_search;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.4xlarge,major-version:2x,cluster-config:x64-r5.4xlarge-3-data-6-shards-0-replica-snapshot;WORKLOAD_PARAMS={"number_of_replicas":"1","number_of_shards":"6","max_num_segments":"8","concurrent_segment_search_enabled":"false"};TEST_PROCEDURE=hybrid-query-aggs-full - H 7 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=noaa_semantic_search;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.4xlarge,major-version:2x,cluster-config:x64-r5.4xlarge-3-data-6-shards-0-replica-snapshot;WORKLOAD_PARAMS={"number_of_replicas":"1","number_of_shards":"6","max_num_segments":"8","concurrent_segment_search_enabled":"true"};TEST_PROCEDURE=hybrid-query-aggs-full - H 7 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=noaa_semantic_search;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-0-replica-snapshot;WORKLOAD_PARAMS={"number_of_replicas":"1","number_of_shards":"6","max_num_segments":"8","concurrent_segment_search_enabled":"false"};TEST_PROCEDURE=hybrid-query-aggs-full - H 7 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=noaa_semantic_search;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-0-replica-snapshot;WORKLOAD_PARAMS={"number_of_replicas":"1","number_of_shards":"6","max_num_segments":"8","concurrent_segment_search_enabled":"true"};TEST_PROCEDURE=hybrid-query-aggs-full + H 7 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=noaa_semantic_search;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.4xlarge,major-version:2x,cluster-config:x64-r5.4xlarge-3-data-6-shards-0-replica-snapshot;WORKLOAD_PARAMS={"number_of_replicas":"1","number_of_shards":"6","max_num_segments":"8","concurrent_segment_search_enabled":"false"};TEST_PROCEDURE=hybrid-query-aggs-full + H 7 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=noaa_semantic_search;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.4xlarge,major-version:2x,cluster-config:x64-r5.4xlarge-3-data-6-shards-0-replica-snapshot;WORKLOAD_PARAMS={"number_of_replicas":"1","number_of_shards":"6","max_num_segments":"8","concurrent_segment_search_enabled":"true"};TEST_PROCEDURE=hybrid-query-aggs-full + H 7 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=noaa_semantic_search;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-0-replica-snapshot;WORKLOAD_PARAMS={"number_of_replicas":"1","number_of_shards":"6","max_num_segments":"8","concurrent_segment_search_enabled":"false"};TEST_PROCEDURE=hybrid-query-aggs-full + H 7 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=noaa_semantic_search;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-0-replica-snapshot;WORKLOAD_PARAMS={"number_of_replicas":"1","number_of_shards":"6","max_num_segments":"8","concurrent_segment_search_enabled":"true"};TEST_PROCEDURE=hybrid-query-aggs-full - H 8 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"http_logs_default"};TEST_PROCEDURE=restore-from-snapshot - H 8 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=nyc_taxis;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"nyc_taxis_default"};TEST_PROCEDURE=restore-from-snapshot - H 8 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"http_logs_default"};TEST_PROCEDURE=restore-from-snapshot - H 8 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=nyc_taxis;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"nyc_taxis_default"};TEST_PROCEDURE=restore-from-snapshot - H 8 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_3_shards"};TEST_PROCEDURE=restore-from-snapshot - H 8 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_3_shards"};TEST_PROCEDURE=restore-from-snapshot + H 8 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"http_logs_default"};TEST_PROCEDURE=restore-from-snapshot + H 8 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=nyc_taxis;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"nyc_taxis_default"};TEST_PROCEDURE=restore-from-snapshot + H 8 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"http_logs_default"};TEST_PROCEDURE=restore-from-snapshot + H 8 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=nyc_taxis;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"nyc_taxis_default"};TEST_PROCEDURE=restore-from-snapshot + H 8 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_3_shards"};TEST_PROCEDURE=restore-from-snapshot + H 8 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_3_shards"};TEST_PROCEDURE=restore-from-snapshot - H 9 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=pmc;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search - H 9 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=pmc;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search - H 9 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=pmc;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search - H 9 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=pmc;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search - - H 9 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=pmc;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"pmc_3_shards"};TEST_PROCEDURE=restore-from-snapshot - H 9 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=pmc;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"pmc_3_shards"};TEST_PROCEDURE=restore-from-snapshot - H 9 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=pmc;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"pmc_3_shards"};TEST_PROCEDURE=restore-from-snapshot - H 9 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=pmc;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"pmc_3_shards"};TEST_PROCEDURE=restore-from-snapshot + H 9 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=pmc;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search + H 9 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=pmc;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search + H 9 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=pmc;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search + H 9 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=pmc;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search + H 9 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=pmc;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"pmc_3_shards"};TEST_PROCEDURE=restore-from-snapshot + H 9 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=pmc;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"pmc_3_shards"};TEST_PROCEDURE=restore-from-snapshot + H 9 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=pmc;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"pmc_3_shards"};TEST_PROCEDURE=restore-from-snapshot + H 9 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=pmc;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"pmc_3_shards"};TEST_PROCEDURE=restore-from-snapshot + ''' + + + ''' H 10 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/3.0.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:3x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search,force-merge-1-seg,refresh-after-force-merge-1-seg H 10 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/3.0.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:enabled,arch:arm64,instance-type:r6g.xlarge,major-version:3x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;ADDITIONAL_CONFIG=cluster.indices.replication.strategy:SEGMENT;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search,force-merge-1-seg,refresh-after-force-merge-1-seg H 10 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/3.0.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:3x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search,force-merge-1-seg,refresh-after-force-merge-1-seg @@ -128,34 +131,34 @@ pipeline { ''' + ''' - H 12 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-2-slice-1-shard-0-replica-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:2;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 12 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-2-slice-1-shard-0-replica-8-clients-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:2;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":8,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 12 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-2-slice-1-shard-0-replica-2-clients-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:2;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":2,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 12 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-2-slice-1-shard-0-replica-4-clients-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:2;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":4,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 12 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-0-slice-1-shard-0-replica-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:0;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 12 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-4-slice-1-shard-0-replica-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:4;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 12 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-0-slice-1-shard-0-replica-8-clients-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:0;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":8,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 12 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-4-slice-1-shard-0-replica-8-clients-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:4;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":8,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 12 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-2-slice-1-shard-0-replica-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:2;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 12 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-2-slice-1-shard-0-replica-8-clients-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:2;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":8,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 12 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-2-slice-1-shard-0-replica-2-clients-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:2;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":2,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 12 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-2-slice-1-shard-0-replica-4-clients-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:2;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":4,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 12 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-0-slice-1-shard-0-replica-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:0;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 12 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-4-slice-1-shard-0-replica-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:4;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 12 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-0-slice-1-shard-0-replica-8-clients-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:0;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":8,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 12 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-4-slice-1-shard-0-replica-8-clients-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:4;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":8,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 14 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=noaa;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.2xlarge,major-version:2x,cluster-config:x64-r5.2xlarge-concurrent-search-0-slice-1-shard-0-replica-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:0;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"noaa_1_shard"};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 14 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.2xlarge,major-version:2x,cluster-config:x64-r5.2xlarge-concurrent-search-0-slice-1-shard-0-replica-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:0;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard"};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 14 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=nyc_taxis;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.2xlarge,major-version:2x,cluster-config:x64-r5.2xlarge-concurrent-search-0-slice-1-shard-0-replica-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:0;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"nyc_taxis_1_shard","target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 14 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-0-slice-1-shard-0-replica-2-clients-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:0;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":2,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 14 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-0-slice-1-shard-0-replica-4-clients-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:0;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":4,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 14 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=noaa;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.2xlarge,major-version:2x,cluster-config:x64-r5.2xlarge-concurrent-search-0-slice-1-shard-0-replica-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:0;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"noaa_1_shard"};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 14 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.2xlarge,major-version:2x,cluster-config:x64-r5.2xlarge-concurrent-search-0-slice-1-shard-0-replica-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:0;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard"};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 14 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=nyc_taxis;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.2xlarge,major-version:2x,cluster-config:x64-r5.2xlarge-concurrent-search-0-slice-1-shard-0-replica-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:0;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"nyc_taxis_1_shard","target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 14 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-0-slice-1-shard-0-replica-2-clients-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:0;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":2,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 14 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-0-slice-1-shard-0-replica-4-clients-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:0;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":4,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 15 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=noaa;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.2xlarge,major-version:2x,cluster-config:x64-r5.2xlarge-concurrent-search-4-slice-1-shard-0-replica-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:4;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"noaa_1_shard"};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 15 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.2xlarge,major-version:2x,cluster-config:x64-r5.2xlarge-concurrent-search-4-slice-1-shard-0-replica-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:4;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard"};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 15 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=nyc_taxis;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.2xlarge,major-version:2x,cluster-config:x64-r5.2xlarge-concurrent-search-4-slice-1-shard-0-replica-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:4;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"nyc_taxis_1_shard","target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 15 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-4-slice-1-shard-0-replica-2-clients-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:4;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":2,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 15 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-4-slice-1-shard-0-replica-4-clients-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:4;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":4,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 15 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=noaa;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.2xlarge,major-version:2x,cluster-config:x64-r5.2xlarge-concurrent-search-4-slice-1-shard-0-replica-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:4;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"noaa_1_shard"};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 15 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.2xlarge,major-version:2x,cluster-config:x64-r5.2xlarge-concurrent-search-4-slice-1-shard-0-replica-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:4;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard"};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 15 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=nyc_taxis;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.2xlarge,major-version:2x,cluster-config:x64-r5.2xlarge-concurrent-search-4-slice-1-shard-0-replica-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:4;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"nyc_taxis_1_shard","target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 15 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-4-slice-1-shard-0-replica-2-clients-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:4;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":2,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 15 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-4-slice-1-shard-0-replica-4-clients-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:4;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":4,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 16 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=noaa;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.2xlarge,major-version:2x,cluster-config:x64-r5.2xlarge-1-shard-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"noaa_1_shard"};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 16 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.2xlarge,major-version:2x,cluster-config:x64-r5.2xlarge-1-shard-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard"};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 16 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=nyc_taxis;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.2xlarge,major-version:2x,cluster-config:x64-r5.2xlarge-1-shard-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"nyc_taxis_1_shard","target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 16 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-1-shard-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 16 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-1-shard-0-replica-2-clients-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":2,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 16 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-1-shard-0-replica-4-clients-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":4,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 16 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-1-shard-0-replica-8-clients-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":8,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 16 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=noaa;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.2xlarge,major-version:2x,cluster-config:x64-r5.2xlarge-1-shard-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"noaa_1_shard"};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 16 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.2xlarge,major-version:2x,cluster-config:x64-r5.2xlarge-1-shard-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard"};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 16 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=nyc_taxis;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.2xlarge,major-version:2x,cluster-config:x64-r5.2xlarge-1-shard-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"nyc_taxis_1_shard","target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 16 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-1-shard-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 16 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-1-shard-0-replica-2-clients-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":2,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 16 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-1-shard-0-replica-4-clients-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":4,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 16 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-1-shard-0-replica-8-clients-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":8,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true ''' ) } diff --git a/tests/jenkins/jenkinsjob-regression-files/opensearch/benchmark-test-distribution-url.jenkinsfile.txt b/tests/jenkins/jenkinsjob-regression-files/opensearch/benchmark-test-distribution-url.jenkinsfile.txt index 946098ee25..27612d3bca 100644 --- a/tests/jenkins/jenkinsjob-regression-files/opensearch/benchmark-test-distribution-url.jenkinsfile.txt +++ b/tests/jenkins/jenkinsjob-regression-files/opensearch/benchmark-test-distribution-url.jenkinsfile.txt @@ -7,43 +7,43 @@ benchmark-test.buildDiscarder(null) benchmark-test.echo(Executing on agent [label:none]) benchmark-test.parameterizedCron( - H 0 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.2xlarge,major-version:2x,cluster-config:arm64-r6g.2xlarge-3-data-3-shards-1-replica-nmslib-cohere-1m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/nmslib-index.json","target_index_primary_shards":3,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-1m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-1m","neighbors_data_set_corpus":"cohere-1m","neighbors_data_set_format":"hdf5","query_count":10000} - H 0 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.2xlarge,major-version:2x,cluster-config:arm64-r6g.2xlarge-3-data-3-shards-1-replica-faiss-cohere-1m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/faiss-index.json","target_index_primary_shards":3,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-1m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-1m","query_count":10000} - H 0 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.2xlarge,major-version:2x,cluster-config:arm64-r6g.2xlarge-3-data-3-shards-1-replica-lucene-cohere-1m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/lucene-index.json","target_index_primary_shards":3,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-1m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-1m","query_count":10000} - H 0 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-nmslib-cohere-10m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/nmslib-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","neighbors_data_set_corpus":"cohere-10m","neighbors_data_set_format":"hdf5","query_count":10000};TEST_PROCEDURE=no-train-test-index-with-merge - H 0 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-nmslib-cohere-10m;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/nmslib-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","neighbors_data_set_corpus":"cohere-10m","neighbors_data_set_format":"hdf5","query_count":10000,"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"cohere_10m"};TEST_PROCEDURE=restore-from-snapshot - H 0 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-lucene-cohere-10m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/lucene-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","query_count":10000};TEST_PROCEDURE=no-train-test-index-with-merge - H 0 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-lucene-cohere-10m;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/lucene-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","query_count":10000,"snapshot_repo_name":"benchmark-workloads-repo-213","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots-213","snapshot_name":"lucene-10m-256-ip"};TEST_PROCEDURE=restore-from-snapshot - H 0 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-faiss-cohere-10m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/faiss-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","query_count":10000};TEST_PROCEDURE=no-train-test-index-with-merge - H 0 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-faiss-cohere-10m;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/faiss-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","query_count":10000,"snapshot_repo_name":"benchmark-workloads-repo-213","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots-213","snapshot_name":"faiss-10m-256-ip"};TEST_PROCEDURE=restore-from-snapshot + H 0 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.2xlarge,major-version:2x,cluster-config:arm64-r6g.2xlarge-3-data-3-shards-1-replica-nmslib-cohere-1m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/nmslib-index.json","target_index_primary_shards":3,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-1m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-1m","neighbors_data_set_corpus":"cohere-1m","neighbors_data_set_format":"hdf5","query_count":10000} + H 0 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.2xlarge,major-version:2x,cluster-config:arm64-r6g.2xlarge-3-data-3-shards-1-replica-faiss-cohere-1m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/faiss-index.json","target_index_primary_shards":3,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-1m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-1m","query_count":10000} + H 0 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.2xlarge,major-version:2x,cluster-config:arm64-r6g.2xlarge-3-data-3-shards-1-replica-lucene-cohere-1m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/lucene-index.json","target_index_primary_shards":3,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-1m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-1m","query_count":10000} + H 0 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-nmslib-cohere-10m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/nmslib-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","neighbors_data_set_corpus":"cohere-10m","neighbors_data_set_format":"hdf5","query_count":10000};TEST_PROCEDURE=no-train-test-index-with-merge + H 0 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-nmslib-cohere-10m;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/nmslib-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","neighbors_data_set_corpus":"cohere-10m","neighbors_data_set_format":"hdf5","query_count":10000,"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"cohere_10m"};TEST_PROCEDURE=restore-from-snapshot + H 0 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-lucene-cohere-10m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/lucene-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","query_count":10000};TEST_PROCEDURE=no-train-test-index-with-merge + H 0 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-lucene-cohere-10m;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/lucene-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","query_count":10000,"snapshot_repo_name":"benchmark-workloads-repo-213","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots-213","snapshot_name":"lucene-10m-256-ip"};TEST_PROCEDURE=restore-from-snapshot + H 0 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-faiss-cohere-10m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/faiss-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","query_count":10000};TEST_PROCEDURE=no-train-test-index-with-merge + H 0 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-faiss-cohere-10m;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/faiss-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","query_count":10000,"snapshot_repo_name":"benchmark-workloads-repo-213","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots-213","snapshot_name":"faiss-10m-256-ip"};TEST_PROCEDURE=restore-from-snapshot - H 1 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.2xlarge,major-version:2x,cluster-config:arm64-r6g.2xlarge-3-data-3-shards-1-replica-nmslib-cohere-1m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/nmslib-index.json","target_index_primary_shards":3,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-1m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-1m","neighbors_data_set_corpus":"cohere-1m","neighbors_data_set_format":"hdf5","query_count":10000} - H 1 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.2xlarge,major-version:2x,cluster-config:arm64-r6g.2xlarge-3-data-3-shards-1-replica-faiss-cohere-1m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/faiss-index.json","target_index_primary_shards":3,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-1m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-1m","query_count":10000} - H 1 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.2xlarge,major-version:2x,cluster-config:arm64-r6g.2xlarge-3-data-3-shards-1-replica-lucene-cohere-1m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/lucene-index.json","target_index_primary_shards":3,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-1m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-1m","query_count":10000} - H 1 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-nmslib-cohere-10m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/nmslib-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","neighbors_data_set_corpus":"cohere-10m","neighbors_data_set_format":"hdf5","query_count":10000};TEST_PROCEDURE=no-train-test-index-with-merge - H 1 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-nmslib-cohere-10m;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/nmslib-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","neighbors_data_set_corpus":"cohere-10m","neighbors_data_set_format":"hdf5","query_count":10000,"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"cohere_10m"};TEST_PROCEDURE=restore-from-snapshot - H 1 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-lucene-cohere-10m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/lucene-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","query_count":10000};TEST_PROCEDURE=no-train-test-index-with-merge - H 1 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-lucene-cohere-10m;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/lucene-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","query_count":10000,"snapshot_repo_name":"benchmark-workloads-repo-213","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots-213","snapshot_name":"lucene-10m-256-ip"};TEST_PROCEDURE=restore-from-snapshot - H 1 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-faiss-cohere-10m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/faiss-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","query_count":10000};TEST_PROCEDURE=no-train-test-index-with-merge - H 1 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-faiss-cohere-10m;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/faiss-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","query_count":10000,"snapshot_repo_name":"benchmark-workloads-repo-213","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots-213","snapshot_name":"faiss-10m-256-ip"};TEST_PROCEDURE=restore-from-snapshot + H 1 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.2xlarge,major-version:2x,cluster-config:arm64-r6g.2xlarge-3-data-3-shards-1-replica-nmslib-cohere-1m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/nmslib-index.json","target_index_primary_shards":3,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-1m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-1m","neighbors_data_set_corpus":"cohere-1m","neighbors_data_set_format":"hdf5","query_count":10000} + H 1 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.2xlarge,major-version:2x,cluster-config:arm64-r6g.2xlarge-3-data-3-shards-1-replica-faiss-cohere-1m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/faiss-index.json","target_index_primary_shards":3,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-1m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-1m","query_count":10000} + H 1 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.2xlarge,major-version:2x,cluster-config:arm64-r6g.2xlarge-3-data-3-shards-1-replica-lucene-cohere-1m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/lucene-index.json","target_index_primary_shards":3,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-1m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-1m","query_count":10000} + H 1 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-nmslib-cohere-10m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/nmslib-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","neighbors_data_set_corpus":"cohere-10m","neighbors_data_set_format":"hdf5","query_count":10000};TEST_PROCEDURE=no-train-test-index-with-merge + H 1 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-nmslib-cohere-10m;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/nmslib-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","neighbors_data_set_corpus":"cohere-10m","neighbors_data_set_format":"hdf5","query_count":10000,"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"cohere_10m"};TEST_PROCEDURE=restore-from-snapshot + H 1 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-lucene-cohere-10m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/lucene-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","query_count":10000};TEST_PROCEDURE=no-train-test-index-with-merge + H 1 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-lucene-cohere-10m;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/lucene-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","query_count":10000,"snapshot_repo_name":"benchmark-workloads-repo-213","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots-213","snapshot_name":"lucene-10m-256-ip"};TEST_PROCEDURE=restore-from-snapshot + H 1 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-faiss-cohere-10m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/faiss-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","query_count":10000};TEST_PROCEDURE=no-train-test-index-with-merge + H 1 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-faiss-cohere-10m;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/faiss-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","query_count":10000,"snapshot_repo_name":"benchmark-workloads-repo-213","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots-213","snapshot_name":"faiss-10m-256-ip"};TEST_PROCEDURE=restore-from-snapshot - H 2 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search - H 2 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;CAPTURE_SEGMENT_REPLICATION_STAT=true;USER_TAGS=run-type:nightly,segrep:enabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;ADDITIONAL_CONFIG=cluster.indices.replication.strategy:SEGMENT;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search - H 2 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search - H 2 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;CAPTURE_SEGMENT_REPLICATION_STAT=true;USER_TAGS=run-type:nightly,segrep:enabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;ADDITIONAL_CONFIG=cluster.indices.replication.strategy:SEGMENT;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search - H 2 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/arm64/tar/dist/opensearch/manifest.yml;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search - H 2 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/arm64/tar/dist/opensearch/manifest.yml;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;CAPTURE_SEGMENT_REPLICATION_STAT=true;USER_TAGS=run-type:nightly,segrep:enabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;ADDITIONAL_CONFIG=cluster.indices.replication.strategy:SEGMENT;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search - H 2 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/x64/tar/dist/opensearch/manifest.yml;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search - H 2 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/x64/tar/dist/opensearch/manifest.yml;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;CAPTURE_SEGMENT_REPLICATION_STAT=true;USER_TAGS=run-type:nightly,segrep:enabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;ADDITIONAL_CONFIG=cluster.indices.replication.strategy:SEGMENT;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search + H 2 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search + H 2 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;CAPTURE_SEGMENT_REPLICATION_STAT=true;USER_TAGS=run-type:nightly,segrep:enabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;ADDITIONAL_CONFIG=cluster.indices.replication.strategy:SEGMENT;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search + H 2 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search + H 2 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;CAPTURE_SEGMENT_REPLICATION_STAT=true;USER_TAGS=run-type:nightly,segrep:enabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;ADDITIONAL_CONFIG=cluster.indices.replication.strategy:SEGMENT;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search + H 2 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/arm64/tar/dist/opensearch/manifest.yml;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search + H 2 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/arm64/tar/dist/opensearch/manifest.yml;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;CAPTURE_SEGMENT_REPLICATION_STAT=true;USER_TAGS=run-type:nightly,segrep:enabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;ADDITIONAL_CONFIG=cluster.indices.replication.strategy:SEGMENT;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search + H 2 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/x64/tar/dist/opensearch/manifest.yml;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search + H 2 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/x64/tar/dist/opensearch/manifest.yml;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;CAPTURE_SEGMENT_REPLICATION_STAT=true;USER_TAGS=run-type:nightly,segrep:enabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;ADDITIONAL_CONFIG=cluster.indices.replication.strategy:SEGMENT;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search - H 4 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search - H 4 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;CAPTURE_SEGMENT_REPLICATION_STAT=true;USER_TAGS=run-type:nightly,segrep:enabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;ADDITIONAL_CONFIG=cluster.indices.replication.strategy:SEGMENT;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search - H 4 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search - H 4 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;CAPTURE_SEGMENT_REPLICATION_STAT=true;USER_TAGS=run-type:nightly,segrep:enabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;ADDITIONAL_CONFIG=cluster.indices.replication.strategy:SEGMENT;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search - H 4 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search - H 4 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;CAPTURE_SEGMENT_REPLICATION_STAT=true;USER_TAGS=run-type:nightly,segrep:enabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;ADDITIONAL_CONFIG=cluster.indices.replication.strategy:SEGMENT;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search - H 4 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search - H 4 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;CAPTURE_SEGMENT_REPLICATION_STAT=true;USER_TAGS=run-type:nightly,segrep:enabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;ADDITIONAL_CONFIG=cluster.indices.replication.strategy:SEGMENT;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search + H 4 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search + H 4 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;CAPTURE_SEGMENT_REPLICATION_STAT=true;USER_TAGS=run-type:nightly,segrep:enabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;ADDITIONAL_CONFIG=cluster.indices.replication.strategy:SEGMENT;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search + H 4 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search + H 4 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;CAPTURE_SEGMENT_REPLICATION_STAT=true;USER_TAGS=run-type:nightly,segrep:enabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;ADDITIONAL_CONFIG=cluster.indices.replication.strategy:SEGMENT;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search + H 4 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search + H 4 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;CAPTURE_SEGMENT_REPLICATION_STAT=true;USER_TAGS=run-type:nightly,segrep:enabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;ADDITIONAL_CONFIG=cluster.indices.replication.strategy:SEGMENT;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search + H 4 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search + H 4 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;CAPTURE_SEGMENT_REPLICATION_STAT=true;USER_TAGS=run-type:nightly,segrep:enabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;ADDITIONAL_CONFIG=cluster.indices.replication.strategy:SEGMENT;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search H 5 * * * %DISTRIBUTION_URL=https://artifacts.opensearch.org/releases/bundle/opensearch/1.3.18/opensearch-1.3.18-linux-x64.tar.gz;DISTRIBUTION_VERSION=1.3.18;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=c5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:c5.2xlarge,major-version:2x,cluster-config:x64-c5.2xlarge-1-shard-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo-100","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots-100","snapshot_name":"big5_1_shard"};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true H 5 * * * %DISTRIBUTION_URL=https://artifacts.opensearch.org/releases/bundle/opensearch/2.11.1/opensearch-2.11.1-linux-x64.tar.gz;DISTRIBUTION_VERSION=2.11.1;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=c5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:c5.2xlarge,major-version:2x,cluster-config:x64-c5.2xlarge-1-shard-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo-211","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots-211","snapshot_name":"big5_1_shard"};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true @@ -52,42 +52,43 @@ H 5 * * * %DISTRIBUTION_URL=https://artifacts.opensearch.org/releases/bundle/opensearch/2.13.0/opensearch-2.13.0-linux-x64.tar.gz;DISTRIBUTION_VERSION=2.13.0;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=c5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:c5.2xlarge,major-version:2x,cluster-config:x64-c5.2xlarge-1-shard-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard"};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true H 5 * * * %DISTRIBUTION_URL=https://artifacts.opensearch.org/releases/bundle/opensearch/2.14.0/opensearch-2.14.0-linux-x64.tar.gz;DISTRIBUTION_VERSION=2.14.0;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=c5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:c5.2xlarge,major-version:2x,cluster-config:x64-c5.2xlarge-1-shard-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard"};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true H 5 * * * %DISTRIBUTION_URL=https://artifacts.opensearch.org/releases/bundle/opensearch/2.15.0/opensearch-2.15.0-linux-x64.tar.gz;DISTRIBUTION_VERSION=2.15.0;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=c5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:c5.2xlarge,major-version:2x,cluster-config:x64-c5.2xlarge-1-shard-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard"};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 5 * * * %DISTRIBUTION_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/opensearch-2.16.0-linux-x64.tar.gz;DISTRIBUTION_VERSION=2.16.0;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=c5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:c5.2xlarge,major-version:2x,cluster-config:x64-c5.2xlarge-1-shard-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard"};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 5 * * * %DISTRIBUTION_URL=https://artifacts.opensearch.org/releases/bundle/opensearch/2.16.0/opensearch-2.16.0-linux-x64.tar.gz;DISTRIBUTION_VERSION=2.16.0;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=c5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:c5.2xlarge,major-version:2x,cluster-config:x64-c5.2xlarge-1-shard-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard"};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 5 * * * %DISTRIBUTION_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/opensearch-2.17.0-linux-x64.tar.gz;DISTRIBUTION_VERSION=2.17.0;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=c5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:c5.2xlarge,major-version:2x,cluster-config:x64-c5.2xlarge-1-shard-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard"};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 6 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"http_logs_default"};TEST_PROCEDURE=restore-from-snapshot - H 6 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=nyc_taxis;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"nyc_taxis_default"};TEST_PROCEDURE=restore-from-snapshot - H 6 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"http_logs_default"};TEST_PROCEDURE=restore-from-snapshot - H 6 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=nyc_taxis;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"nyc_taxis_default"};TEST_PROCEDURE=restore-from-snapshot - H 6 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_3_shards"};TEST_PROCEDURE=restore-from-snapshot - H 6 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_3_shards"};TEST_PROCEDURE=restore-from-snapshot + H 6 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"http_logs_default"};TEST_PROCEDURE=restore-from-snapshot + H 6 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=nyc_taxis;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"nyc_taxis_default"};TEST_PROCEDURE=restore-from-snapshot + H 6 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"http_logs_default"};TEST_PROCEDURE=restore-from-snapshot + H 6 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=nyc_taxis;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"nyc_taxis_default"};TEST_PROCEDURE=restore-from-snapshot + H 6 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_3_shards"};TEST_PROCEDURE=restore-from-snapshot + H 6 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_3_shards"};TEST_PROCEDURE=restore-from-snapshot - H 6 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=noaa_semantic_search;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.4xlarge,major-version:2x,cluster-config:x64-r5.4xlarge-3-data-6-shards-0-replica-snapshot;WORKLOAD_PARAMS={"number_of_replicas":"1","number_of_shards":"6","max_num_segments":"8","concurrent_segment_search_enabled":"false"};TEST_PROCEDURE=hybrid-query-aggs-full - H 6 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=noaa_semantic_search;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.4xlarge,major-version:2x,cluster-config:x64-r5.4xlarge-3-data-6-shards-0-replica-snapshot;WORKLOAD_PARAMS={"number_of_replicas":"1","number_of_shards":"6","max_num_segments":"8","concurrent_segment_search_enabled":"true"};TEST_PROCEDURE=hybrid-query-aggs-full - H 7 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=noaa_semantic_search;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-0-replica-snapshot;WORKLOAD_PARAMS={"number_of_replicas":"1","number_of_shards":"6","max_num_segments":"8","concurrent_segment_search_enabled":"false"};TEST_PROCEDURE=hybrid-query-aggs-full - H 7 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=noaa_semantic_search;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-0-replica-snapshot;WORKLOAD_PARAMS={"number_of_replicas":"1","number_of_shards":"6","max_num_segments":"8","concurrent_segment_search_enabled":"true"};TEST_PROCEDURE=hybrid-query-aggs-full + H 6 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=noaa_semantic_search;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.4xlarge,major-version:2x,cluster-config:x64-r5.4xlarge-3-data-6-shards-0-replica-snapshot;WORKLOAD_PARAMS={"number_of_replicas":"1","number_of_shards":"6","max_num_segments":"8","concurrent_segment_search_enabled":"false"};TEST_PROCEDURE=hybrid-query-aggs-full + H 6 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=noaa_semantic_search;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.4xlarge,major-version:2x,cluster-config:x64-r5.4xlarge-3-data-6-shards-0-replica-snapshot;WORKLOAD_PARAMS={"number_of_replicas":"1","number_of_shards":"6","max_num_segments":"8","concurrent_segment_search_enabled":"true"};TEST_PROCEDURE=hybrid-query-aggs-full + H 7 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=noaa_semantic_search;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-0-replica-snapshot;WORKLOAD_PARAMS={"number_of_replicas":"1","number_of_shards":"6","max_num_segments":"8","concurrent_segment_search_enabled":"false"};TEST_PROCEDURE=hybrid-query-aggs-full + H 7 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=noaa_semantic_search;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-0-replica-snapshot;WORKLOAD_PARAMS={"number_of_replicas":"1","number_of_shards":"6","max_num_segments":"8","concurrent_segment_search_enabled":"true"};TEST_PROCEDURE=hybrid-query-aggs-full - H 7 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=noaa_semantic_search;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.4xlarge,major-version:2x,cluster-config:x64-r5.4xlarge-3-data-6-shards-0-replica-snapshot;WORKLOAD_PARAMS={"number_of_replicas":"1","number_of_shards":"6","max_num_segments":"8","concurrent_segment_search_enabled":"false"};TEST_PROCEDURE=hybrid-query-aggs-full - H 7 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=noaa_semantic_search;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.4xlarge,major-version:2x,cluster-config:x64-r5.4xlarge-3-data-6-shards-0-replica-snapshot;WORKLOAD_PARAMS={"number_of_replicas":"1","number_of_shards":"6","max_num_segments":"8","concurrent_segment_search_enabled":"true"};TEST_PROCEDURE=hybrid-query-aggs-full - H 7 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=noaa_semantic_search;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-0-replica-snapshot;WORKLOAD_PARAMS={"number_of_replicas":"1","number_of_shards":"6","max_num_segments":"8","concurrent_segment_search_enabled":"false"};TEST_PROCEDURE=hybrid-query-aggs-full - H 7 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=noaa_semantic_search;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-0-replica-snapshot;WORKLOAD_PARAMS={"number_of_replicas":"1","number_of_shards":"6","max_num_segments":"8","concurrent_segment_search_enabled":"true"};TEST_PROCEDURE=hybrid-query-aggs-full + H 7 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=noaa_semantic_search;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.4xlarge,major-version:2x,cluster-config:x64-r5.4xlarge-3-data-6-shards-0-replica-snapshot;WORKLOAD_PARAMS={"number_of_replicas":"1","number_of_shards":"6","max_num_segments":"8","concurrent_segment_search_enabled":"false"};TEST_PROCEDURE=hybrid-query-aggs-full + H 7 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=noaa_semantic_search;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.4xlarge,major-version:2x,cluster-config:x64-r5.4xlarge-3-data-6-shards-0-replica-snapshot;WORKLOAD_PARAMS={"number_of_replicas":"1","number_of_shards":"6","max_num_segments":"8","concurrent_segment_search_enabled":"true"};TEST_PROCEDURE=hybrid-query-aggs-full + H 7 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=noaa_semantic_search;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-0-replica-snapshot;WORKLOAD_PARAMS={"number_of_replicas":"1","number_of_shards":"6","max_num_segments":"8","concurrent_segment_search_enabled":"false"};TEST_PROCEDURE=hybrid-query-aggs-full + H 7 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=noaa_semantic_search;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-0-replica-snapshot;WORKLOAD_PARAMS={"number_of_replicas":"1","number_of_shards":"6","max_num_segments":"8","concurrent_segment_search_enabled":"true"};TEST_PROCEDURE=hybrid-query-aggs-full - H 8 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"http_logs_default"};TEST_PROCEDURE=restore-from-snapshot - H 8 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=nyc_taxis;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"nyc_taxis_default"};TEST_PROCEDURE=restore-from-snapshot - H 8 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"http_logs_default"};TEST_PROCEDURE=restore-from-snapshot - H 8 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=nyc_taxis;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"nyc_taxis_default"};TEST_PROCEDURE=restore-from-snapshot - H 8 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_3_shards"};TEST_PROCEDURE=restore-from-snapshot - H 8 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_3_shards"};TEST_PROCEDURE=restore-from-snapshot + H 8 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"http_logs_default"};TEST_PROCEDURE=restore-from-snapshot + H 8 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=nyc_taxis;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"nyc_taxis_default"};TEST_PROCEDURE=restore-from-snapshot + H 8 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"http_logs_default"};TEST_PROCEDURE=restore-from-snapshot + H 8 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=nyc_taxis;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"nyc_taxis_default"};TEST_PROCEDURE=restore-from-snapshot + H 8 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_3_shards"};TEST_PROCEDURE=restore-from-snapshot + H 8 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_3_shards"};TEST_PROCEDURE=restore-from-snapshot - H 9 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=pmc;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search - H 9 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=pmc;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search - H 9 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=pmc;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search - H 9 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=pmc;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search - - H 9 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=pmc;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"pmc_3_shards"};TEST_PROCEDURE=restore-from-snapshot - H 9 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=pmc;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"pmc_3_shards"};TEST_PROCEDURE=restore-from-snapshot - H 9 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=pmc;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"pmc_3_shards"};TEST_PROCEDURE=restore-from-snapshot - H 9 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=pmc;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"pmc_3_shards"};TEST_PROCEDURE=restore-from-snapshot + H 9 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=pmc;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search + H 9 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=pmc;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search + H 9 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=pmc;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search + H 9 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=pmc;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search + H 9 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=pmc;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"pmc_3_shards"};TEST_PROCEDURE=restore-from-snapshot + H 9 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=pmc;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"pmc_3_shards"};TEST_PROCEDURE=restore-from-snapshot + H 9 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=pmc;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"pmc_3_shards"};TEST_PROCEDURE=restore-from-snapshot + H 9 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=pmc;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"pmc_3_shards"};TEST_PROCEDURE=restore-from-snapshot + H 10 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/3.0.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:3x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search,force-merge-1-seg,refresh-after-force-merge-1-seg H 10 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/3.0.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:enabled,arch:arm64,instance-type:r6g.xlarge,major-version:3x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;ADDITIONAL_CONFIG=cluster.indices.replication.strategy:SEGMENT;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search,force-merge-1-seg,refresh-after-force-merge-1-seg H 10 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/3.0.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:3x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search,force-merge-1-seg,refresh-after-force-merge-1-seg @@ -106,34 +107,34 @@ H 11 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/3.0.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:3x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica-tiered-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo-300","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots-300","snapshot_name":"big5_3_shards_tiered"};TEST_PROCEDURE=restore-from-snapshot H 11 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/3.0.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:3x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica-tiered-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo-300","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots-300","snapshot_name":"big5_3_shards_tiered"};TEST_PROCEDURE=restore-from-snapshot - H 12 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-2-slice-1-shard-0-replica-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:2;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 12 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-2-slice-1-shard-0-replica-8-clients-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:2;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":8,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 12 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-2-slice-1-shard-0-replica-2-clients-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:2;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":2,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 12 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-2-slice-1-shard-0-replica-4-clients-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:2;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":4,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 12 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-0-slice-1-shard-0-replica-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:0;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 12 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-4-slice-1-shard-0-replica-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:4;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 12 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-0-slice-1-shard-0-replica-8-clients-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:0;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":8,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 12 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-4-slice-1-shard-0-replica-8-clients-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:4;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":8,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 12 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-2-slice-1-shard-0-replica-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:2;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 12 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-2-slice-1-shard-0-replica-8-clients-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:2;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":8,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 12 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-2-slice-1-shard-0-replica-2-clients-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:2;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":2,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 12 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-2-slice-1-shard-0-replica-4-clients-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:2;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":4,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 12 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-0-slice-1-shard-0-replica-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:0;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 12 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-4-slice-1-shard-0-replica-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:4;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 12 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-0-slice-1-shard-0-replica-8-clients-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:0;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":8,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 12 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-4-slice-1-shard-0-replica-8-clients-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:4;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":8,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 14 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=noaa;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.2xlarge,major-version:2x,cluster-config:x64-r5.2xlarge-concurrent-search-0-slice-1-shard-0-replica-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:0;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"noaa_1_shard"};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 14 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.2xlarge,major-version:2x,cluster-config:x64-r5.2xlarge-concurrent-search-0-slice-1-shard-0-replica-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:0;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard"};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 14 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=nyc_taxis;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.2xlarge,major-version:2x,cluster-config:x64-r5.2xlarge-concurrent-search-0-slice-1-shard-0-replica-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:0;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"nyc_taxis_1_shard","target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 14 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-0-slice-1-shard-0-replica-2-clients-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:0;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":2,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 14 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-0-slice-1-shard-0-replica-4-clients-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:0;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":4,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 14 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=noaa;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.2xlarge,major-version:2x,cluster-config:x64-r5.2xlarge-concurrent-search-0-slice-1-shard-0-replica-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:0;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"noaa_1_shard"};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 14 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.2xlarge,major-version:2x,cluster-config:x64-r5.2xlarge-concurrent-search-0-slice-1-shard-0-replica-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:0;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard"};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 14 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=nyc_taxis;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.2xlarge,major-version:2x,cluster-config:x64-r5.2xlarge-concurrent-search-0-slice-1-shard-0-replica-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:0;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"nyc_taxis_1_shard","target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 14 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-0-slice-1-shard-0-replica-2-clients-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:0;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":2,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 14 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-0-slice-1-shard-0-replica-4-clients-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:0;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":4,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 15 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=noaa;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.2xlarge,major-version:2x,cluster-config:x64-r5.2xlarge-concurrent-search-4-slice-1-shard-0-replica-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:4;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"noaa_1_shard"};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 15 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.2xlarge,major-version:2x,cluster-config:x64-r5.2xlarge-concurrent-search-4-slice-1-shard-0-replica-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:4;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard"};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 15 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=nyc_taxis;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.2xlarge,major-version:2x,cluster-config:x64-r5.2xlarge-concurrent-search-4-slice-1-shard-0-replica-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:4;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"nyc_taxis_1_shard","target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 15 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-4-slice-1-shard-0-replica-2-clients-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:4;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":2,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 15 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-4-slice-1-shard-0-replica-4-clients-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:4;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":4,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 15 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=noaa;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.2xlarge,major-version:2x,cluster-config:x64-r5.2xlarge-concurrent-search-4-slice-1-shard-0-replica-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:4;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"noaa_1_shard"};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 15 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.2xlarge,major-version:2x,cluster-config:x64-r5.2xlarge-concurrent-search-4-slice-1-shard-0-replica-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:4;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard"};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 15 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=nyc_taxis;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.2xlarge,major-version:2x,cluster-config:x64-r5.2xlarge-concurrent-search-4-slice-1-shard-0-replica-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:4;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"nyc_taxis_1_shard","target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 15 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-4-slice-1-shard-0-replica-2-clients-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:4;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":2,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 15 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-4-slice-1-shard-0-replica-4-clients-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:4;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":4,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 16 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=noaa;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.2xlarge,major-version:2x,cluster-config:x64-r5.2xlarge-1-shard-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"noaa_1_shard"};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 16 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.2xlarge,major-version:2x,cluster-config:x64-r5.2xlarge-1-shard-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard"};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 16 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=nyc_taxis;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.2xlarge,major-version:2x,cluster-config:x64-r5.2xlarge-1-shard-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"nyc_taxis_1_shard","target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 16 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-1-shard-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 16 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-1-shard-0-replica-2-clients-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":2,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 16 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-1-shard-0-replica-4-clients-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":4,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 16 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-1-shard-0-replica-8-clients-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":8,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 16 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=noaa;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.2xlarge,major-version:2x,cluster-config:x64-r5.2xlarge-1-shard-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"noaa_1_shard"};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 16 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.2xlarge,major-version:2x,cluster-config:x64-r5.2xlarge-1-shard-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard"};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 16 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=nyc_taxis;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.2xlarge,major-version:2x,cluster-config:x64-r5.2xlarge-1-shard-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"nyc_taxis_1_shard","target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 16 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-1-shard-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 16 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-1-shard-0-replica-2-clients-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":2,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 16 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-1-shard-0-replica-4-clients-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":4,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 16 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-1-shard-0-replica-8-clients-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":8,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true ) benchmark-test.stage(validate-and-set-parameters, groovy.lang.Closure) benchmark-test.echo(Executing on agent [label:Jenkins-Agent-AL2-X64-M52xlarge-Docker-Host-Benchmark-Test]) diff --git a/tests/jenkins/jenkinsjob-regression-files/opensearch/benchmark-test.jenkinsfile.txt b/tests/jenkins/jenkinsjob-regression-files/opensearch/benchmark-test.jenkinsfile.txt index 0d058a6a85..dbd306708c 100644 --- a/tests/jenkins/jenkinsjob-regression-files/opensearch/benchmark-test.jenkinsfile.txt +++ b/tests/jenkins/jenkinsjob-regression-files/opensearch/benchmark-test.jenkinsfile.txt @@ -7,43 +7,43 @@ benchmark-test.buildDiscarder(null) benchmark-test.echo(Executing on agent [label:none]) benchmark-test.parameterizedCron( - H 0 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.2xlarge,major-version:2x,cluster-config:arm64-r6g.2xlarge-3-data-3-shards-1-replica-nmslib-cohere-1m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/nmslib-index.json","target_index_primary_shards":3,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-1m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-1m","neighbors_data_set_corpus":"cohere-1m","neighbors_data_set_format":"hdf5","query_count":10000} - H 0 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.2xlarge,major-version:2x,cluster-config:arm64-r6g.2xlarge-3-data-3-shards-1-replica-faiss-cohere-1m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/faiss-index.json","target_index_primary_shards":3,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-1m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-1m","query_count":10000} - H 0 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.2xlarge,major-version:2x,cluster-config:arm64-r6g.2xlarge-3-data-3-shards-1-replica-lucene-cohere-1m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/lucene-index.json","target_index_primary_shards":3,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-1m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-1m","query_count":10000} - H 0 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-nmslib-cohere-10m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/nmslib-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","neighbors_data_set_corpus":"cohere-10m","neighbors_data_set_format":"hdf5","query_count":10000};TEST_PROCEDURE=no-train-test-index-with-merge - H 0 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-nmslib-cohere-10m;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/nmslib-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","neighbors_data_set_corpus":"cohere-10m","neighbors_data_set_format":"hdf5","query_count":10000,"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"cohere_10m"};TEST_PROCEDURE=restore-from-snapshot - H 0 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-lucene-cohere-10m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/lucene-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","query_count":10000};TEST_PROCEDURE=no-train-test-index-with-merge - H 0 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-lucene-cohere-10m;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/lucene-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","query_count":10000,"snapshot_repo_name":"benchmark-workloads-repo-213","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots-213","snapshot_name":"lucene-10m-256-ip"};TEST_PROCEDURE=restore-from-snapshot - H 0 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-faiss-cohere-10m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/faiss-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","query_count":10000};TEST_PROCEDURE=no-train-test-index-with-merge - H 0 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-faiss-cohere-10m;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/faiss-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","query_count":10000,"snapshot_repo_name":"benchmark-workloads-repo-213","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots-213","snapshot_name":"faiss-10m-256-ip"};TEST_PROCEDURE=restore-from-snapshot + H 0 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.2xlarge,major-version:2x,cluster-config:arm64-r6g.2xlarge-3-data-3-shards-1-replica-nmslib-cohere-1m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/nmslib-index.json","target_index_primary_shards":3,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-1m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-1m","neighbors_data_set_corpus":"cohere-1m","neighbors_data_set_format":"hdf5","query_count":10000} + H 0 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.2xlarge,major-version:2x,cluster-config:arm64-r6g.2xlarge-3-data-3-shards-1-replica-faiss-cohere-1m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/faiss-index.json","target_index_primary_shards":3,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-1m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-1m","query_count":10000} + H 0 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.2xlarge,major-version:2x,cluster-config:arm64-r6g.2xlarge-3-data-3-shards-1-replica-lucene-cohere-1m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/lucene-index.json","target_index_primary_shards":3,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-1m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-1m","query_count":10000} + H 0 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-nmslib-cohere-10m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/nmslib-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","neighbors_data_set_corpus":"cohere-10m","neighbors_data_set_format":"hdf5","query_count":10000};TEST_PROCEDURE=no-train-test-index-with-merge + H 0 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-nmslib-cohere-10m;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/nmslib-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","neighbors_data_set_corpus":"cohere-10m","neighbors_data_set_format":"hdf5","query_count":10000,"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"cohere_10m"};TEST_PROCEDURE=restore-from-snapshot + H 0 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-lucene-cohere-10m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/lucene-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","query_count":10000};TEST_PROCEDURE=no-train-test-index-with-merge + H 0 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-lucene-cohere-10m;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/lucene-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","query_count":10000,"snapshot_repo_name":"benchmark-workloads-repo-213","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots-213","snapshot_name":"lucene-10m-256-ip"};TEST_PROCEDURE=restore-from-snapshot + H 0 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-faiss-cohere-10m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/faiss-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","query_count":10000};TEST_PROCEDURE=no-train-test-index-with-merge + H 0 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-faiss-cohere-10m;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/faiss-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","query_count":10000,"snapshot_repo_name":"benchmark-workloads-repo-213","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots-213","snapshot_name":"faiss-10m-256-ip"};TEST_PROCEDURE=restore-from-snapshot - H 1 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.2xlarge,major-version:2x,cluster-config:arm64-r6g.2xlarge-3-data-3-shards-1-replica-nmslib-cohere-1m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/nmslib-index.json","target_index_primary_shards":3,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-1m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-1m","neighbors_data_set_corpus":"cohere-1m","neighbors_data_set_format":"hdf5","query_count":10000} - H 1 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.2xlarge,major-version:2x,cluster-config:arm64-r6g.2xlarge-3-data-3-shards-1-replica-faiss-cohere-1m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/faiss-index.json","target_index_primary_shards":3,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-1m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-1m","query_count":10000} - H 1 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.2xlarge,major-version:2x,cluster-config:arm64-r6g.2xlarge-3-data-3-shards-1-replica-lucene-cohere-1m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/lucene-index.json","target_index_primary_shards":3,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-1m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-1m","query_count":10000} - H 1 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-nmslib-cohere-10m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/nmslib-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","neighbors_data_set_corpus":"cohere-10m","neighbors_data_set_format":"hdf5","query_count":10000};TEST_PROCEDURE=no-train-test-index-with-merge - H 1 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-nmslib-cohere-10m;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/nmslib-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","neighbors_data_set_corpus":"cohere-10m","neighbors_data_set_format":"hdf5","query_count":10000,"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"cohere_10m"};TEST_PROCEDURE=restore-from-snapshot - H 1 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-lucene-cohere-10m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/lucene-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","query_count":10000};TEST_PROCEDURE=no-train-test-index-with-merge - H 1 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-lucene-cohere-10m;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/lucene-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","query_count":10000,"snapshot_repo_name":"benchmark-workloads-repo-213","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots-213","snapshot_name":"lucene-10m-256-ip"};TEST_PROCEDURE=restore-from-snapshot - H 1 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-faiss-cohere-10m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/faiss-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","query_count":10000};TEST_PROCEDURE=no-train-test-index-with-merge - H 1 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-faiss-cohere-10m;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/faiss-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","query_count":10000,"snapshot_repo_name":"benchmark-workloads-repo-213","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots-213","snapshot_name":"faiss-10m-256-ip"};TEST_PROCEDURE=restore-from-snapshot + H 1 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.2xlarge,major-version:2x,cluster-config:arm64-r6g.2xlarge-3-data-3-shards-1-replica-nmslib-cohere-1m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/nmslib-index.json","target_index_primary_shards":3,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-1m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-1m","neighbors_data_set_corpus":"cohere-1m","neighbors_data_set_format":"hdf5","query_count":10000} + H 1 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.2xlarge,major-version:2x,cluster-config:arm64-r6g.2xlarge-3-data-3-shards-1-replica-faiss-cohere-1m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/faiss-index.json","target_index_primary_shards":3,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-1m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-1m","query_count":10000} + H 1 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.2xlarge,major-version:2x,cluster-config:arm64-r6g.2xlarge-3-data-3-shards-1-replica-lucene-cohere-1m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/lucene-index.json","target_index_primary_shards":3,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-1m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-1m","query_count":10000} + H 1 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-nmslib-cohere-10m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/nmslib-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","neighbors_data_set_corpus":"cohere-10m","neighbors_data_set_format":"hdf5","query_count":10000};TEST_PROCEDURE=no-train-test-index-with-merge + H 1 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-nmslib-cohere-10m;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/nmslib-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","neighbors_data_set_corpus":"cohere-10m","neighbors_data_set_format":"hdf5","query_count":10000,"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"cohere_10m"};TEST_PROCEDURE=restore-from-snapshot + H 1 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-lucene-cohere-10m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/lucene-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","query_count":10000};TEST_PROCEDURE=no-train-test-index-with-merge + H 1 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-lucene-cohere-10m;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/lucene-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","query_count":10000,"snapshot_repo_name":"benchmark-workloads-repo-213","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots-213","snapshot_name":"lucene-10m-256-ip"};TEST_PROCEDURE=restore-from-snapshot + H 1 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-faiss-cohere-10m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/faiss-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","query_count":10000};TEST_PROCEDURE=no-train-test-index-with-merge + H 1 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-faiss-cohere-10m;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/faiss-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","query_count":10000,"snapshot_repo_name":"benchmark-workloads-repo-213","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots-213","snapshot_name":"faiss-10m-256-ip"};TEST_PROCEDURE=restore-from-snapshot - H 2 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search - H 2 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;CAPTURE_SEGMENT_REPLICATION_STAT=true;USER_TAGS=run-type:nightly,segrep:enabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;ADDITIONAL_CONFIG=cluster.indices.replication.strategy:SEGMENT;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search - H 2 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search - H 2 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;CAPTURE_SEGMENT_REPLICATION_STAT=true;USER_TAGS=run-type:nightly,segrep:enabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;ADDITIONAL_CONFIG=cluster.indices.replication.strategy:SEGMENT;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search - H 2 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/arm64/tar/dist/opensearch/manifest.yml;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search - H 2 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/arm64/tar/dist/opensearch/manifest.yml;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;CAPTURE_SEGMENT_REPLICATION_STAT=true;USER_TAGS=run-type:nightly,segrep:enabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;ADDITIONAL_CONFIG=cluster.indices.replication.strategy:SEGMENT;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search - H 2 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/x64/tar/dist/opensearch/manifest.yml;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search - H 2 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/x64/tar/dist/opensearch/manifest.yml;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;CAPTURE_SEGMENT_REPLICATION_STAT=true;USER_TAGS=run-type:nightly,segrep:enabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;ADDITIONAL_CONFIG=cluster.indices.replication.strategy:SEGMENT;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search + H 2 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search + H 2 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;CAPTURE_SEGMENT_REPLICATION_STAT=true;USER_TAGS=run-type:nightly,segrep:enabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;ADDITIONAL_CONFIG=cluster.indices.replication.strategy:SEGMENT;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search + H 2 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search + H 2 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;CAPTURE_SEGMENT_REPLICATION_STAT=true;USER_TAGS=run-type:nightly,segrep:enabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;ADDITIONAL_CONFIG=cluster.indices.replication.strategy:SEGMENT;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search + H 2 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/arm64/tar/dist/opensearch/manifest.yml;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search + H 2 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/arm64/tar/dist/opensearch/manifest.yml;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;CAPTURE_SEGMENT_REPLICATION_STAT=true;USER_TAGS=run-type:nightly,segrep:enabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;ADDITIONAL_CONFIG=cluster.indices.replication.strategy:SEGMENT;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search + H 2 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/x64/tar/dist/opensearch/manifest.yml;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search + H 2 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/x64/tar/dist/opensearch/manifest.yml;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;CAPTURE_SEGMENT_REPLICATION_STAT=true;USER_TAGS=run-type:nightly,segrep:enabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;ADDITIONAL_CONFIG=cluster.indices.replication.strategy:SEGMENT;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search - H 4 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search - H 4 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;CAPTURE_SEGMENT_REPLICATION_STAT=true;USER_TAGS=run-type:nightly,segrep:enabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;ADDITIONAL_CONFIG=cluster.indices.replication.strategy:SEGMENT;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search - H 4 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search - H 4 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;CAPTURE_SEGMENT_REPLICATION_STAT=true;USER_TAGS=run-type:nightly,segrep:enabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;ADDITIONAL_CONFIG=cluster.indices.replication.strategy:SEGMENT;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search - H 4 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search - H 4 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;CAPTURE_SEGMENT_REPLICATION_STAT=true;USER_TAGS=run-type:nightly,segrep:enabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;ADDITIONAL_CONFIG=cluster.indices.replication.strategy:SEGMENT;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search - H 4 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search - H 4 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;CAPTURE_SEGMENT_REPLICATION_STAT=true;USER_TAGS=run-type:nightly,segrep:enabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;ADDITIONAL_CONFIG=cluster.indices.replication.strategy:SEGMENT;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search + H 4 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search + H 4 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;CAPTURE_SEGMENT_REPLICATION_STAT=true;USER_TAGS=run-type:nightly,segrep:enabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;ADDITIONAL_CONFIG=cluster.indices.replication.strategy:SEGMENT;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search + H 4 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search + H 4 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;CAPTURE_SEGMENT_REPLICATION_STAT=true;USER_TAGS=run-type:nightly,segrep:enabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;ADDITIONAL_CONFIG=cluster.indices.replication.strategy:SEGMENT;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search + H 4 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search + H 4 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;CAPTURE_SEGMENT_REPLICATION_STAT=true;USER_TAGS=run-type:nightly,segrep:enabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;ADDITIONAL_CONFIG=cluster.indices.replication.strategy:SEGMENT;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search + H 4 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search + H 4 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;CAPTURE_SEGMENT_REPLICATION_STAT=true;USER_TAGS=run-type:nightly,segrep:enabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;ADDITIONAL_CONFIG=cluster.indices.replication.strategy:SEGMENT;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search H 5 * * * %DISTRIBUTION_URL=https://artifacts.opensearch.org/releases/bundle/opensearch/1.3.18/opensearch-1.3.18-linux-x64.tar.gz;DISTRIBUTION_VERSION=1.3.18;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=c5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:c5.2xlarge,major-version:2x,cluster-config:x64-c5.2xlarge-1-shard-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo-100","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots-100","snapshot_name":"big5_1_shard"};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true H 5 * * * %DISTRIBUTION_URL=https://artifacts.opensearch.org/releases/bundle/opensearch/2.11.1/opensearch-2.11.1-linux-x64.tar.gz;DISTRIBUTION_VERSION=2.11.1;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=c5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:c5.2xlarge,major-version:2x,cluster-config:x64-c5.2xlarge-1-shard-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo-211","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots-211","snapshot_name":"big5_1_shard"};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true @@ -52,42 +52,43 @@ H 5 * * * %DISTRIBUTION_URL=https://artifacts.opensearch.org/releases/bundle/opensearch/2.13.0/opensearch-2.13.0-linux-x64.tar.gz;DISTRIBUTION_VERSION=2.13.0;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=c5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:c5.2xlarge,major-version:2x,cluster-config:x64-c5.2xlarge-1-shard-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard"};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true H 5 * * * %DISTRIBUTION_URL=https://artifacts.opensearch.org/releases/bundle/opensearch/2.14.0/opensearch-2.14.0-linux-x64.tar.gz;DISTRIBUTION_VERSION=2.14.0;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=c5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:c5.2xlarge,major-version:2x,cluster-config:x64-c5.2xlarge-1-shard-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard"};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true H 5 * * * %DISTRIBUTION_URL=https://artifacts.opensearch.org/releases/bundle/opensearch/2.15.0/opensearch-2.15.0-linux-x64.tar.gz;DISTRIBUTION_VERSION=2.15.0;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=c5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:c5.2xlarge,major-version:2x,cluster-config:x64-c5.2xlarge-1-shard-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard"};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 5 * * * %DISTRIBUTION_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/opensearch-2.16.0-linux-x64.tar.gz;DISTRIBUTION_VERSION=2.16.0;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=c5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:c5.2xlarge,major-version:2x,cluster-config:x64-c5.2xlarge-1-shard-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard"};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 5 * * * %DISTRIBUTION_URL=https://artifacts.opensearch.org/releases/bundle/opensearch/2.16.0/opensearch-2.16.0-linux-x64.tar.gz;DISTRIBUTION_VERSION=2.16.0;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=c5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:c5.2xlarge,major-version:2x,cluster-config:x64-c5.2xlarge-1-shard-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard"};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 5 * * * %DISTRIBUTION_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/opensearch-2.17.0-linux-x64.tar.gz;DISTRIBUTION_VERSION=2.17.0;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=c5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:c5.2xlarge,major-version:2x,cluster-config:x64-c5.2xlarge-1-shard-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard"};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 6 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"http_logs_default"};TEST_PROCEDURE=restore-from-snapshot - H 6 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=nyc_taxis;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"nyc_taxis_default"};TEST_PROCEDURE=restore-from-snapshot - H 6 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"http_logs_default"};TEST_PROCEDURE=restore-from-snapshot - H 6 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=nyc_taxis;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"nyc_taxis_default"};TEST_PROCEDURE=restore-from-snapshot - H 6 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_3_shards"};TEST_PROCEDURE=restore-from-snapshot - H 6 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_3_shards"};TEST_PROCEDURE=restore-from-snapshot + H 6 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"http_logs_default"};TEST_PROCEDURE=restore-from-snapshot + H 6 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=nyc_taxis;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"nyc_taxis_default"};TEST_PROCEDURE=restore-from-snapshot + H 6 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"http_logs_default"};TEST_PROCEDURE=restore-from-snapshot + H 6 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=nyc_taxis;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"nyc_taxis_default"};TEST_PROCEDURE=restore-from-snapshot + H 6 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_3_shards"};TEST_PROCEDURE=restore-from-snapshot + H 6 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_3_shards"};TEST_PROCEDURE=restore-from-snapshot - H 6 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=noaa_semantic_search;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.4xlarge,major-version:2x,cluster-config:x64-r5.4xlarge-3-data-6-shards-0-replica-snapshot;WORKLOAD_PARAMS={"number_of_replicas":"1","number_of_shards":"6","max_num_segments":"8","concurrent_segment_search_enabled":"false"};TEST_PROCEDURE=hybrid-query-aggs-full - H 6 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=noaa_semantic_search;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.4xlarge,major-version:2x,cluster-config:x64-r5.4xlarge-3-data-6-shards-0-replica-snapshot;WORKLOAD_PARAMS={"number_of_replicas":"1","number_of_shards":"6","max_num_segments":"8","concurrent_segment_search_enabled":"true"};TEST_PROCEDURE=hybrid-query-aggs-full - H 7 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=noaa_semantic_search;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-0-replica-snapshot;WORKLOAD_PARAMS={"number_of_replicas":"1","number_of_shards":"6","max_num_segments":"8","concurrent_segment_search_enabled":"false"};TEST_PROCEDURE=hybrid-query-aggs-full - H 7 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=noaa_semantic_search;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-0-replica-snapshot;WORKLOAD_PARAMS={"number_of_replicas":"1","number_of_shards":"6","max_num_segments":"8","concurrent_segment_search_enabled":"true"};TEST_PROCEDURE=hybrid-query-aggs-full + H 6 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=noaa_semantic_search;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.4xlarge,major-version:2x,cluster-config:x64-r5.4xlarge-3-data-6-shards-0-replica-snapshot;WORKLOAD_PARAMS={"number_of_replicas":"1","number_of_shards":"6","max_num_segments":"8","concurrent_segment_search_enabled":"false"};TEST_PROCEDURE=hybrid-query-aggs-full + H 6 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=noaa_semantic_search;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.4xlarge,major-version:2x,cluster-config:x64-r5.4xlarge-3-data-6-shards-0-replica-snapshot;WORKLOAD_PARAMS={"number_of_replicas":"1","number_of_shards":"6","max_num_segments":"8","concurrent_segment_search_enabled":"true"};TEST_PROCEDURE=hybrid-query-aggs-full + H 7 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=noaa_semantic_search;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-0-replica-snapshot;WORKLOAD_PARAMS={"number_of_replicas":"1","number_of_shards":"6","max_num_segments":"8","concurrent_segment_search_enabled":"false"};TEST_PROCEDURE=hybrid-query-aggs-full + H 7 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=noaa_semantic_search;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-0-replica-snapshot;WORKLOAD_PARAMS={"number_of_replicas":"1","number_of_shards":"6","max_num_segments":"8","concurrent_segment_search_enabled":"true"};TEST_PROCEDURE=hybrid-query-aggs-full - H 7 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=noaa_semantic_search;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.4xlarge,major-version:2x,cluster-config:x64-r5.4xlarge-3-data-6-shards-0-replica-snapshot;WORKLOAD_PARAMS={"number_of_replicas":"1","number_of_shards":"6","max_num_segments":"8","concurrent_segment_search_enabled":"false"};TEST_PROCEDURE=hybrid-query-aggs-full - H 7 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=noaa_semantic_search;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.4xlarge,major-version:2x,cluster-config:x64-r5.4xlarge-3-data-6-shards-0-replica-snapshot;WORKLOAD_PARAMS={"number_of_replicas":"1","number_of_shards":"6","max_num_segments":"8","concurrent_segment_search_enabled":"true"};TEST_PROCEDURE=hybrid-query-aggs-full - H 7 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=noaa_semantic_search;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-0-replica-snapshot;WORKLOAD_PARAMS={"number_of_replicas":"1","number_of_shards":"6","max_num_segments":"8","concurrent_segment_search_enabled":"false"};TEST_PROCEDURE=hybrid-query-aggs-full - H 7 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=noaa_semantic_search;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-0-replica-snapshot;WORKLOAD_PARAMS={"number_of_replicas":"1","number_of_shards":"6","max_num_segments":"8","concurrent_segment_search_enabled":"true"};TEST_PROCEDURE=hybrid-query-aggs-full + H 7 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=noaa_semantic_search;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.4xlarge,major-version:2x,cluster-config:x64-r5.4xlarge-3-data-6-shards-0-replica-snapshot;WORKLOAD_PARAMS={"number_of_replicas":"1","number_of_shards":"6","max_num_segments":"8","concurrent_segment_search_enabled":"false"};TEST_PROCEDURE=hybrid-query-aggs-full + H 7 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=noaa_semantic_search;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.4xlarge,major-version:2x,cluster-config:x64-r5.4xlarge-3-data-6-shards-0-replica-snapshot;WORKLOAD_PARAMS={"number_of_replicas":"1","number_of_shards":"6","max_num_segments":"8","concurrent_segment_search_enabled":"true"};TEST_PROCEDURE=hybrid-query-aggs-full + H 7 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=noaa_semantic_search;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-0-replica-snapshot;WORKLOAD_PARAMS={"number_of_replicas":"1","number_of_shards":"6","max_num_segments":"8","concurrent_segment_search_enabled":"false"};TEST_PROCEDURE=hybrid-query-aggs-full + H 7 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=noaa_semantic_search;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-0-replica-snapshot;WORKLOAD_PARAMS={"number_of_replicas":"1","number_of_shards":"6","max_num_segments":"8","concurrent_segment_search_enabled":"true"};TEST_PROCEDURE=hybrid-query-aggs-full - H 8 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"http_logs_default"};TEST_PROCEDURE=restore-from-snapshot - H 8 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=nyc_taxis;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"nyc_taxis_default"};TEST_PROCEDURE=restore-from-snapshot - H 8 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"http_logs_default"};TEST_PROCEDURE=restore-from-snapshot - H 8 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=nyc_taxis;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"nyc_taxis_default"};TEST_PROCEDURE=restore-from-snapshot - H 8 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_3_shards"};TEST_PROCEDURE=restore-from-snapshot - H 8 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_3_shards"};TEST_PROCEDURE=restore-from-snapshot + H 8 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"http_logs_default"};TEST_PROCEDURE=restore-from-snapshot + H 8 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=nyc_taxis;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"nyc_taxis_default"};TEST_PROCEDURE=restore-from-snapshot + H 8 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"http_logs_default"};TEST_PROCEDURE=restore-from-snapshot + H 8 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=nyc_taxis;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"nyc_taxis_default"};TEST_PROCEDURE=restore-from-snapshot + H 8 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_3_shards"};TEST_PROCEDURE=restore-from-snapshot + H 8 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_3_shards"};TEST_PROCEDURE=restore-from-snapshot - H 9 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=pmc;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search - H 9 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=pmc;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search - H 9 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=pmc;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search - H 9 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=pmc;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search - - H 9 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=pmc;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"pmc_3_shards"};TEST_PROCEDURE=restore-from-snapshot - H 9 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=pmc;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"pmc_3_shards"};TEST_PROCEDURE=restore-from-snapshot - H 9 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=pmc;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"pmc_3_shards"};TEST_PROCEDURE=restore-from-snapshot - H 9 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=pmc;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"pmc_3_shards"};TEST_PROCEDURE=restore-from-snapshot + H 9 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=pmc;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search + H 9 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=pmc;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search + H 9 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=pmc;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search + H 9 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=pmc;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search + H 9 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=pmc;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"pmc_3_shards"};TEST_PROCEDURE=restore-from-snapshot + H 9 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=pmc;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"pmc_3_shards"};TEST_PROCEDURE=restore-from-snapshot + H 9 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=pmc;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"pmc_3_shards"};TEST_PROCEDURE=restore-from-snapshot + H 9 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=pmc;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"pmc_3_shards"};TEST_PROCEDURE=restore-from-snapshot + H 10 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/3.0.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:3x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search,force-merge-1-seg,refresh-after-force-merge-1-seg H 10 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/3.0.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:enabled,arch:arm64,instance-type:r6g.xlarge,major-version:3x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;ADDITIONAL_CONFIG=cluster.indices.replication.strategy:SEGMENT;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search,force-merge-1-seg,refresh-after-force-merge-1-seg H 10 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/3.0.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:3x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search,force-merge-1-seg,refresh-after-force-merge-1-seg @@ -106,34 +107,34 @@ H 11 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/3.0.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:3x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica-tiered-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo-300","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots-300","snapshot_name":"big5_3_shards_tiered"};TEST_PROCEDURE=restore-from-snapshot H 11 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/3.0.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:3x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica-tiered-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo-300","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots-300","snapshot_name":"big5_3_shards_tiered"};TEST_PROCEDURE=restore-from-snapshot - H 12 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-2-slice-1-shard-0-replica-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:2;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 12 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-2-slice-1-shard-0-replica-8-clients-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:2;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":8,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 12 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-2-slice-1-shard-0-replica-2-clients-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:2;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":2,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 12 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-2-slice-1-shard-0-replica-4-clients-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:2;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":4,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 12 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-0-slice-1-shard-0-replica-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:0;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 12 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-4-slice-1-shard-0-replica-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:4;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 12 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-0-slice-1-shard-0-replica-8-clients-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:0;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":8,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 12 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-4-slice-1-shard-0-replica-8-clients-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:4;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":8,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 12 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-2-slice-1-shard-0-replica-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:2;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 12 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-2-slice-1-shard-0-replica-8-clients-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:2;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":8,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 12 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-2-slice-1-shard-0-replica-2-clients-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:2;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":2,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 12 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-2-slice-1-shard-0-replica-4-clients-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:2;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":4,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 12 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-0-slice-1-shard-0-replica-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:0;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 12 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-4-slice-1-shard-0-replica-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:4;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 12 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-0-slice-1-shard-0-replica-8-clients-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:0;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":8,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 12 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-4-slice-1-shard-0-replica-8-clients-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:4;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":8,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 14 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=noaa;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.2xlarge,major-version:2x,cluster-config:x64-r5.2xlarge-concurrent-search-0-slice-1-shard-0-replica-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:0;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"noaa_1_shard"};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 14 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.2xlarge,major-version:2x,cluster-config:x64-r5.2xlarge-concurrent-search-0-slice-1-shard-0-replica-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:0;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard"};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 14 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=nyc_taxis;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.2xlarge,major-version:2x,cluster-config:x64-r5.2xlarge-concurrent-search-0-slice-1-shard-0-replica-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:0;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"nyc_taxis_1_shard","target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 14 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-0-slice-1-shard-0-replica-2-clients-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:0;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":2,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 14 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-0-slice-1-shard-0-replica-4-clients-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:0;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":4,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 14 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=noaa;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.2xlarge,major-version:2x,cluster-config:x64-r5.2xlarge-concurrent-search-0-slice-1-shard-0-replica-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:0;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"noaa_1_shard"};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 14 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.2xlarge,major-version:2x,cluster-config:x64-r5.2xlarge-concurrent-search-0-slice-1-shard-0-replica-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:0;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard"};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 14 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=nyc_taxis;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.2xlarge,major-version:2x,cluster-config:x64-r5.2xlarge-concurrent-search-0-slice-1-shard-0-replica-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:0;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"nyc_taxis_1_shard","target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 14 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-0-slice-1-shard-0-replica-2-clients-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:0;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":2,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 14 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-0-slice-1-shard-0-replica-4-clients-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:0;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":4,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 15 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=noaa;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.2xlarge,major-version:2x,cluster-config:x64-r5.2xlarge-concurrent-search-4-slice-1-shard-0-replica-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:4;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"noaa_1_shard"};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 15 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.2xlarge,major-version:2x,cluster-config:x64-r5.2xlarge-concurrent-search-4-slice-1-shard-0-replica-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:4;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard"};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 15 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=nyc_taxis;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.2xlarge,major-version:2x,cluster-config:x64-r5.2xlarge-concurrent-search-4-slice-1-shard-0-replica-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:4;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"nyc_taxis_1_shard","target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 15 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-4-slice-1-shard-0-replica-2-clients-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:4;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":2,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 15 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-4-slice-1-shard-0-replica-4-clients-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:4;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":4,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 15 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=noaa;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.2xlarge,major-version:2x,cluster-config:x64-r5.2xlarge-concurrent-search-4-slice-1-shard-0-replica-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:4;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"noaa_1_shard"};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 15 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.2xlarge,major-version:2x,cluster-config:x64-r5.2xlarge-concurrent-search-4-slice-1-shard-0-replica-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:4;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard"};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 15 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=nyc_taxis;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.2xlarge,major-version:2x,cluster-config:x64-r5.2xlarge-concurrent-search-4-slice-1-shard-0-replica-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:4;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"nyc_taxis_1_shard","target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 15 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-4-slice-1-shard-0-replica-2-clients-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:4;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":2,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 15 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-4-slice-1-shard-0-replica-4-clients-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:4;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":4,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 16 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=noaa;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.2xlarge,major-version:2x,cluster-config:x64-r5.2xlarge-1-shard-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"noaa_1_shard"};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 16 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.2xlarge,major-version:2x,cluster-config:x64-r5.2xlarge-1-shard-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard"};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 16 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=nyc_taxis;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.2xlarge,major-version:2x,cluster-config:x64-r5.2xlarge-1-shard-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"nyc_taxis_1_shard","target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 16 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-1-shard-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 16 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-1-shard-0-replica-2-clients-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":2,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 16 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-1-shard-0-replica-4-clients-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":4,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 16 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-1-shard-0-replica-8-clients-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":8,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 16 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=noaa;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.2xlarge,major-version:2x,cluster-config:x64-r5.2xlarge-1-shard-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"noaa_1_shard"};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 16 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.2xlarge,major-version:2x,cluster-config:x64-r5.2xlarge-1-shard-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard"};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 16 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=nyc_taxis;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.2xlarge,major-version:2x,cluster-config:x64-r5.2xlarge-1-shard-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"nyc_taxis_1_shard","target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 16 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-1-shard-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 16 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-1-shard-0-replica-2-clients-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":2,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 16 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-1-shard-0-replica-4-clients-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":4,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 16 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-1-shard-0-replica-8-clients-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":8,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true ) benchmark-test.stage(validate-and-set-parameters, groovy.lang.Closure) benchmark-test.echo(Executing on agent [label:Jenkins-Agent-AL2-X64-M52xlarge-Docker-Host-Benchmark-Test]) diff --git a/tests/jenkins/jenkinsjob-regression-files/opensearch/secure-benchmark-test.jenkinsfile.txt b/tests/jenkins/jenkinsjob-regression-files/opensearch/secure-benchmark-test.jenkinsfile.txt index 278b871ad9..5551b7b81c 100644 --- a/tests/jenkins/jenkinsjob-regression-files/opensearch/secure-benchmark-test.jenkinsfile.txt +++ b/tests/jenkins/jenkinsjob-regression-files/opensearch/secure-benchmark-test.jenkinsfile.txt @@ -7,43 +7,43 @@ benchmark-test.buildDiscarder(null) benchmark-test.echo(Executing on agent [label:none]) benchmark-test.parameterizedCron( - H 0 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.2xlarge,major-version:2x,cluster-config:arm64-r6g.2xlarge-3-data-3-shards-1-replica-nmslib-cohere-1m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/nmslib-index.json","target_index_primary_shards":3,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-1m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-1m","neighbors_data_set_corpus":"cohere-1m","neighbors_data_set_format":"hdf5","query_count":10000} - H 0 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.2xlarge,major-version:2x,cluster-config:arm64-r6g.2xlarge-3-data-3-shards-1-replica-faiss-cohere-1m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/faiss-index.json","target_index_primary_shards":3,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-1m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-1m","query_count":10000} - H 0 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.2xlarge,major-version:2x,cluster-config:arm64-r6g.2xlarge-3-data-3-shards-1-replica-lucene-cohere-1m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/lucene-index.json","target_index_primary_shards":3,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-1m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-1m","query_count":10000} - H 0 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-nmslib-cohere-10m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/nmslib-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","neighbors_data_set_corpus":"cohere-10m","neighbors_data_set_format":"hdf5","query_count":10000};TEST_PROCEDURE=no-train-test-index-with-merge - H 0 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-nmslib-cohere-10m;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/nmslib-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","neighbors_data_set_corpus":"cohere-10m","neighbors_data_set_format":"hdf5","query_count":10000,"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"cohere_10m"};TEST_PROCEDURE=restore-from-snapshot - H 0 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-lucene-cohere-10m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/lucene-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","query_count":10000};TEST_PROCEDURE=no-train-test-index-with-merge - H 0 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-lucene-cohere-10m;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/lucene-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","query_count":10000,"snapshot_repo_name":"benchmark-workloads-repo-213","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots-213","snapshot_name":"lucene-10m-256-ip"};TEST_PROCEDURE=restore-from-snapshot - H 0 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-faiss-cohere-10m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/faiss-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","query_count":10000};TEST_PROCEDURE=no-train-test-index-with-merge - H 0 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-faiss-cohere-10m;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/faiss-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","query_count":10000,"snapshot_repo_name":"benchmark-workloads-repo-213","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots-213","snapshot_name":"faiss-10m-256-ip"};TEST_PROCEDURE=restore-from-snapshot + H 0 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.2xlarge,major-version:2x,cluster-config:arm64-r6g.2xlarge-3-data-3-shards-1-replica-nmslib-cohere-1m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/nmslib-index.json","target_index_primary_shards":3,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-1m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-1m","neighbors_data_set_corpus":"cohere-1m","neighbors_data_set_format":"hdf5","query_count":10000} + H 0 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.2xlarge,major-version:2x,cluster-config:arm64-r6g.2xlarge-3-data-3-shards-1-replica-faiss-cohere-1m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/faiss-index.json","target_index_primary_shards":3,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-1m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-1m","query_count":10000} + H 0 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.2xlarge,major-version:2x,cluster-config:arm64-r6g.2xlarge-3-data-3-shards-1-replica-lucene-cohere-1m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/lucene-index.json","target_index_primary_shards":3,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-1m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-1m","query_count":10000} + H 0 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-nmslib-cohere-10m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/nmslib-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","neighbors_data_set_corpus":"cohere-10m","neighbors_data_set_format":"hdf5","query_count":10000};TEST_PROCEDURE=no-train-test-index-with-merge + H 0 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-nmslib-cohere-10m;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/nmslib-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","neighbors_data_set_corpus":"cohere-10m","neighbors_data_set_format":"hdf5","query_count":10000,"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"cohere_10m"};TEST_PROCEDURE=restore-from-snapshot + H 0 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-lucene-cohere-10m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/lucene-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","query_count":10000};TEST_PROCEDURE=no-train-test-index-with-merge + H 0 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-lucene-cohere-10m;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/lucene-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","query_count":10000,"snapshot_repo_name":"benchmark-workloads-repo-213","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots-213","snapshot_name":"lucene-10m-256-ip"};TEST_PROCEDURE=restore-from-snapshot + H 0 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-faiss-cohere-10m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/faiss-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","query_count":10000};TEST_PROCEDURE=no-train-test-index-with-merge + H 0 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-faiss-cohere-10m;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/faiss-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","query_count":10000,"snapshot_repo_name":"benchmark-workloads-repo-213","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots-213","snapshot_name":"faiss-10m-256-ip"};TEST_PROCEDURE=restore-from-snapshot - H 1 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.2xlarge,major-version:2x,cluster-config:arm64-r6g.2xlarge-3-data-3-shards-1-replica-nmslib-cohere-1m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/nmslib-index.json","target_index_primary_shards":3,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-1m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-1m","neighbors_data_set_corpus":"cohere-1m","neighbors_data_set_format":"hdf5","query_count":10000} - H 1 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.2xlarge,major-version:2x,cluster-config:arm64-r6g.2xlarge-3-data-3-shards-1-replica-faiss-cohere-1m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/faiss-index.json","target_index_primary_shards":3,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-1m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-1m","query_count":10000} - H 1 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.2xlarge,major-version:2x,cluster-config:arm64-r6g.2xlarge-3-data-3-shards-1-replica-lucene-cohere-1m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/lucene-index.json","target_index_primary_shards":3,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-1m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-1m","query_count":10000} - H 1 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-nmslib-cohere-10m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/nmslib-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","neighbors_data_set_corpus":"cohere-10m","neighbors_data_set_format":"hdf5","query_count":10000};TEST_PROCEDURE=no-train-test-index-with-merge - H 1 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-nmslib-cohere-10m;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/nmslib-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","neighbors_data_set_corpus":"cohere-10m","neighbors_data_set_format":"hdf5","query_count":10000,"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"cohere_10m"};TEST_PROCEDURE=restore-from-snapshot - H 1 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-lucene-cohere-10m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/lucene-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","query_count":10000};TEST_PROCEDURE=no-train-test-index-with-merge - H 1 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-lucene-cohere-10m;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/lucene-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","query_count":10000,"snapshot_repo_name":"benchmark-workloads-repo-213","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots-213","snapshot_name":"lucene-10m-256-ip"};TEST_PROCEDURE=restore-from-snapshot - H 1 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-faiss-cohere-10m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/faiss-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","query_count":10000};TEST_PROCEDURE=no-train-test-index-with-merge - H 1 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-faiss-cohere-10m;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/faiss-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","query_count":10000,"snapshot_repo_name":"benchmark-workloads-repo-213","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots-213","snapshot_name":"faiss-10m-256-ip"};TEST_PROCEDURE=restore-from-snapshot + H 1 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.2xlarge,major-version:2x,cluster-config:arm64-r6g.2xlarge-3-data-3-shards-1-replica-nmslib-cohere-1m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/nmslib-index.json","target_index_primary_shards":3,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-1m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-1m","neighbors_data_set_corpus":"cohere-1m","neighbors_data_set_format":"hdf5","query_count":10000} + H 1 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.2xlarge,major-version:2x,cluster-config:arm64-r6g.2xlarge-3-data-3-shards-1-replica-faiss-cohere-1m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/faiss-index.json","target_index_primary_shards":3,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-1m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-1m","query_count":10000} + H 1 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.2xlarge,major-version:2x,cluster-config:arm64-r6g.2xlarge-3-data-3-shards-1-replica-lucene-cohere-1m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/lucene-index.json","target_index_primary_shards":3,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-1m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-1m","query_count":10000} + H 1 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-nmslib-cohere-10m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/nmslib-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","neighbors_data_set_corpus":"cohere-10m","neighbors_data_set_format":"hdf5","query_count":10000};TEST_PROCEDURE=no-train-test-index-with-merge + H 1 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-nmslib-cohere-10m;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/nmslib-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","neighbors_data_set_corpus":"cohere-10m","neighbors_data_set_format":"hdf5","query_count":10000,"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"cohere_10m"};TEST_PROCEDURE=restore-from-snapshot + H 1 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-lucene-cohere-10m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/lucene-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","query_count":10000};TEST_PROCEDURE=no-train-test-index-with-merge + H 1 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-lucene-cohere-10m;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/lucene-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","query_count":10000,"snapshot_repo_name":"benchmark-workloads-repo-213","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots-213","snapshot_name":"lucene-10m-256-ip"};TEST_PROCEDURE=restore-from-snapshot + H 1 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-faiss-cohere-10m;ADDITIONAL_CONFIG=knn.algo_param.index_thread_qty:2;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/faiss-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","query_count":10000};TEST_PROCEDURE=no-train-test-index-with-merge + H 1 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=vectorsearch;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.4xlarge;DATA_NODE_STORAGE=500;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-1-replica-faiss-cohere-10m;WORKLOAD_PARAMS={"target_index_name":"target_index","target_field_name":"target_field","target_index_body":"indices/faiss-index.json","target_index_primary_shards":6,"target_index_dimension":768,"target_index_space_type":"innerproduct","target_index_bulk_size":100,"target_index_bulk_index_data_set_format":"hdf5","target_index_bulk_index_data_set_corpus":"cohere-10m","target_index_bulk_indexing_clients":10,"target_index_max_num_segments":1,"hnsw_ef_search":256,"hnsw_ef_construction":256,"query_k":100,"query_body":{"docvalue_fields":["_id"],"stored_fields":"_none_"},"query_data_set_format":"hdf5","query_data_set_corpus":"cohere-10m","query_count":10000,"snapshot_repo_name":"benchmark-workloads-repo-213","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots-213","snapshot_name":"faiss-10m-256-ip"};TEST_PROCEDURE=restore-from-snapshot - H 2 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search - H 2 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;CAPTURE_SEGMENT_REPLICATION_STAT=true;USER_TAGS=run-type:nightly,segrep:enabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;ADDITIONAL_CONFIG=cluster.indices.replication.strategy:SEGMENT;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search - H 2 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search - H 2 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;CAPTURE_SEGMENT_REPLICATION_STAT=true;USER_TAGS=run-type:nightly,segrep:enabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;ADDITIONAL_CONFIG=cluster.indices.replication.strategy:SEGMENT;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search - H 2 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/arm64/tar/dist/opensearch/manifest.yml;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search - H 2 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/arm64/tar/dist/opensearch/manifest.yml;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;CAPTURE_SEGMENT_REPLICATION_STAT=true;USER_TAGS=run-type:nightly,segrep:enabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;ADDITIONAL_CONFIG=cluster.indices.replication.strategy:SEGMENT;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search - H 2 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/x64/tar/dist/opensearch/manifest.yml;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search - H 2 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/x64/tar/dist/opensearch/manifest.yml;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;CAPTURE_SEGMENT_REPLICATION_STAT=true;USER_TAGS=run-type:nightly,segrep:enabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;ADDITIONAL_CONFIG=cluster.indices.replication.strategy:SEGMENT;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search + H 2 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search + H 2 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;CAPTURE_SEGMENT_REPLICATION_STAT=true;USER_TAGS=run-type:nightly,segrep:enabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;ADDITIONAL_CONFIG=cluster.indices.replication.strategy:SEGMENT;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search + H 2 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search + H 2 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;CAPTURE_SEGMENT_REPLICATION_STAT=true;USER_TAGS=run-type:nightly,segrep:enabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;ADDITIONAL_CONFIG=cluster.indices.replication.strategy:SEGMENT;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search + H 2 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/arm64/tar/dist/opensearch/manifest.yml;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search + H 2 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/arm64/tar/dist/opensearch/manifest.yml;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;CAPTURE_SEGMENT_REPLICATION_STAT=true;USER_TAGS=run-type:nightly,segrep:enabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;ADDITIONAL_CONFIG=cluster.indices.replication.strategy:SEGMENT;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search + H 2 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/x64/tar/dist/opensearch/manifest.yml;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search + H 2 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/x64/tar/dist/opensearch/manifest.yml;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;CAPTURE_SEGMENT_REPLICATION_STAT=true;USER_TAGS=run-type:nightly,segrep:enabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;ADDITIONAL_CONFIG=cluster.indices.replication.strategy:SEGMENT;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search - H 4 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search - H 4 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;CAPTURE_SEGMENT_REPLICATION_STAT=true;USER_TAGS=run-type:nightly,segrep:enabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;ADDITIONAL_CONFIG=cluster.indices.replication.strategy:SEGMENT;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search - H 4 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search - H 4 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;CAPTURE_SEGMENT_REPLICATION_STAT=true;USER_TAGS=run-type:nightly,segrep:enabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;ADDITIONAL_CONFIG=cluster.indices.replication.strategy:SEGMENT;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search - H 4 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search - H 4 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;CAPTURE_SEGMENT_REPLICATION_STAT=true;USER_TAGS=run-type:nightly,segrep:enabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;ADDITIONAL_CONFIG=cluster.indices.replication.strategy:SEGMENT;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search - H 4 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search - H 4 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;CAPTURE_SEGMENT_REPLICATION_STAT=true;USER_TAGS=run-type:nightly,segrep:enabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;ADDITIONAL_CONFIG=cluster.indices.replication.strategy:SEGMENT;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search + H 4 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search + H 4 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;CAPTURE_SEGMENT_REPLICATION_STAT=true;USER_TAGS=run-type:nightly,segrep:enabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;ADDITIONAL_CONFIG=cluster.indices.replication.strategy:SEGMENT;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search + H 4 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search + H 4 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;CAPTURE_SEGMENT_REPLICATION_STAT=true;USER_TAGS=run-type:nightly,segrep:enabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;ADDITIONAL_CONFIG=cluster.indices.replication.strategy:SEGMENT;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search + H 4 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search + H 4 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;CAPTURE_SEGMENT_REPLICATION_STAT=true;USER_TAGS=run-type:nightly,segrep:enabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;ADDITIONAL_CONFIG=cluster.indices.replication.strategy:SEGMENT;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search + H 4 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search + H 4 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;CAPTURE_SEGMENT_REPLICATION_STAT=true;USER_TAGS=run-type:nightly,segrep:enabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;ADDITIONAL_CONFIG=cluster.indices.replication.strategy:SEGMENT;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search H 5 * * * %DISTRIBUTION_URL=https://artifacts.opensearch.org/releases/bundle/opensearch/1.3.18/opensearch-1.3.18-linux-x64.tar.gz;DISTRIBUTION_VERSION=1.3.18;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=c5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:c5.2xlarge,major-version:2x,cluster-config:x64-c5.2xlarge-1-shard-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo-100","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots-100","snapshot_name":"big5_1_shard"};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true H 5 * * * %DISTRIBUTION_URL=https://artifacts.opensearch.org/releases/bundle/opensearch/2.11.1/opensearch-2.11.1-linux-x64.tar.gz;DISTRIBUTION_VERSION=2.11.1;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=c5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:c5.2xlarge,major-version:2x,cluster-config:x64-c5.2xlarge-1-shard-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo-211","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots-211","snapshot_name":"big5_1_shard"};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true @@ -52,42 +52,43 @@ H 5 * * * %DISTRIBUTION_URL=https://artifacts.opensearch.org/releases/bundle/opensearch/2.13.0/opensearch-2.13.0-linux-x64.tar.gz;DISTRIBUTION_VERSION=2.13.0;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=c5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:c5.2xlarge,major-version:2x,cluster-config:x64-c5.2xlarge-1-shard-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard"};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true H 5 * * * %DISTRIBUTION_URL=https://artifacts.opensearch.org/releases/bundle/opensearch/2.14.0/opensearch-2.14.0-linux-x64.tar.gz;DISTRIBUTION_VERSION=2.14.0;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=c5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:c5.2xlarge,major-version:2x,cluster-config:x64-c5.2xlarge-1-shard-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard"};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true H 5 * * * %DISTRIBUTION_URL=https://artifacts.opensearch.org/releases/bundle/opensearch/2.15.0/opensearch-2.15.0-linux-x64.tar.gz;DISTRIBUTION_VERSION=2.15.0;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=c5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:c5.2xlarge,major-version:2x,cluster-config:x64-c5.2xlarge-1-shard-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard"};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 5 * * * %DISTRIBUTION_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/opensearch-2.16.0-linux-x64.tar.gz;DISTRIBUTION_VERSION=2.16.0;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=c5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:c5.2xlarge,major-version:2x,cluster-config:x64-c5.2xlarge-1-shard-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard"};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 5 * * * %DISTRIBUTION_URL=https://artifacts.opensearch.org/releases/bundle/opensearch/2.16.0/opensearch-2.16.0-linux-x64.tar.gz;DISTRIBUTION_VERSION=2.16.0;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=c5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:c5.2xlarge,major-version:2x,cluster-config:x64-c5.2xlarge-1-shard-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard"};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 5 * * * %DISTRIBUTION_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/opensearch-2.17.0-linux-x64.tar.gz;DISTRIBUTION_VERSION=2.17.0;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=c5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:c5.2xlarge,major-version:2x,cluster-config:x64-c5.2xlarge-1-shard-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard"};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 6 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"http_logs_default"};TEST_PROCEDURE=restore-from-snapshot - H 6 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=nyc_taxis;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"nyc_taxis_default"};TEST_PROCEDURE=restore-from-snapshot - H 6 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"http_logs_default"};TEST_PROCEDURE=restore-from-snapshot - H 6 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=nyc_taxis;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"nyc_taxis_default"};TEST_PROCEDURE=restore-from-snapshot - H 6 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_3_shards"};TEST_PROCEDURE=restore-from-snapshot - H 6 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_3_shards"};TEST_PROCEDURE=restore-from-snapshot + H 6 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"http_logs_default"};TEST_PROCEDURE=restore-from-snapshot + H 6 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=nyc_taxis;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"nyc_taxis_default"};TEST_PROCEDURE=restore-from-snapshot + H 6 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"http_logs_default"};TEST_PROCEDURE=restore-from-snapshot + H 6 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=nyc_taxis;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"nyc_taxis_default"};TEST_PROCEDURE=restore-from-snapshot + H 6 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_3_shards"};TEST_PROCEDURE=restore-from-snapshot + H 6 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_3_shards"};TEST_PROCEDURE=restore-from-snapshot - H 6 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=noaa_semantic_search;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.4xlarge,major-version:2x,cluster-config:x64-r5.4xlarge-3-data-6-shards-0-replica-snapshot;WORKLOAD_PARAMS={"number_of_replicas":"1","number_of_shards":"6","max_num_segments":"8","concurrent_segment_search_enabled":"false"};TEST_PROCEDURE=hybrid-query-aggs-full - H 6 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=noaa_semantic_search;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.4xlarge,major-version:2x,cluster-config:x64-r5.4xlarge-3-data-6-shards-0-replica-snapshot;WORKLOAD_PARAMS={"number_of_replicas":"1","number_of_shards":"6","max_num_segments":"8","concurrent_segment_search_enabled":"true"};TEST_PROCEDURE=hybrid-query-aggs-full - H 7 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=noaa_semantic_search;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-0-replica-snapshot;WORKLOAD_PARAMS={"number_of_replicas":"1","number_of_shards":"6","max_num_segments":"8","concurrent_segment_search_enabled":"false"};TEST_PROCEDURE=hybrid-query-aggs-full - H 7 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=noaa_semantic_search;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-0-replica-snapshot;WORKLOAD_PARAMS={"number_of_replicas":"1","number_of_shards":"6","max_num_segments":"8","concurrent_segment_search_enabled":"true"};TEST_PROCEDURE=hybrid-query-aggs-full + H 6 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=noaa_semantic_search;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.4xlarge,major-version:2x,cluster-config:x64-r5.4xlarge-3-data-6-shards-0-replica-snapshot;WORKLOAD_PARAMS={"number_of_replicas":"1","number_of_shards":"6","max_num_segments":"8","concurrent_segment_search_enabled":"false"};TEST_PROCEDURE=hybrid-query-aggs-full + H 6 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=noaa_semantic_search;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.4xlarge,major-version:2x,cluster-config:x64-r5.4xlarge-3-data-6-shards-0-replica-snapshot;WORKLOAD_PARAMS={"number_of_replicas":"1","number_of_shards":"6","max_num_segments":"8","concurrent_segment_search_enabled":"true"};TEST_PROCEDURE=hybrid-query-aggs-full + H 7 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=noaa_semantic_search;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-0-replica-snapshot;WORKLOAD_PARAMS={"number_of_replicas":"1","number_of_shards":"6","max_num_segments":"8","concurrent_segment_search_enabled":"false"};TEST_PROCEDURE=hybrid-query-aggs-full + H 7 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=noaa_semantic_search;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-0-replica-snapshot;WORKLOAD_PARAMS={"number_of_replicas":"1","number_of_shards":"6","max_num_segments":"8","concurrent_segment_search_enabled":"true"};TEST_PROCEDURE=hybrid-query-aggs-full - H 7 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=noaa_semantic_search;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.4xlarge,major-version:2x,cluster-config:x64-r5.4xlarge-3-data-6-shards-0-replica-snapshot;WORKLOAD_PARAMS={"number_of_replicas":"1","number_of_shards":"6","max_num_segments":"8","concurrent_segment_search_enabled":"false"};TEST_PROCEDURE=hybrid-query-aggs-full - H 7 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=noaa_semantic_search;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.4xlarge,major-version:2x,cluster-config:x64-r5.4xlarge-3-data-6-shards-0-replica-snapshot;WORKLOAD_PARAMS={"number_of_replicas":"1","number_of_shards":"6","max_num_segments":"8","concurrent_segment_search_enabled":"true"};TEST_PROCEDURE=hybrid-query-aggs-full - H 7 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=noaa_semantic_search;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-0-replica-snapshot;WORKLOAD_PARAMS={"number_of_replicas":"1","number_of_shards":"6","max_num_segments":"8","concurrent_segment_search_enabled":"false"};TEST_PROCEDURE=hybrid-query-aggs-full - H 7 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=noaa_semantic_search;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-0-replica-snapshot;WORKLOAD_PARAMS={"number_of_replicas":"1","number_of_shards":"6","max_num_segments":"8","concurrent_segment_search_enabled":"true"};TEST_PROCEDURE=hybrid-query-aggs-full + H 7 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=noaa_semantic_search;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.4xlarge,major-version:2x,cluster-config:x64-r5.4xlarge-3-data-6-shards-0-replica-snapshot;WORKLOAD_PARAMS={"number_of_replicas":"1","number_of_shards":"6","max_num_segments":"8","concurrent_segment_search_enabled":"false"};TEST_PROCEDURE=hybrid-query-aggs-full + H 7 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=noaa_semantic_search;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.4xlarge,major-version:2x,cluster-config:x64-r5.4xlarge-3-data-6-shards-0-replica-snapshot;WORKLOAD_PARAMS={"number_of_replicas":"1","number_of_shards":"6","max_num_segments":"8","concurrent_segment_search_enabled":"true"};TEST_PROCEDURE=hybrid-query-aggs-full + H 7 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=noaa_semantic_search;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-0-replica-snapshot;WORKLOAD_PARAMS={"number_of_replicas":"1","number_of_shards":"6","max_num_segments":"8","concurrent_segment_search_enabled":"false"};TEST_PROCEDURE=hybrid-query-aggs-full + H 7 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=noaa_semantic_search;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r6g.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.4xlarge,major-version:2x,cluster-config:arm64-r6g.4xlarge-3-data-6-shards-0-replica-snapshot;WORKLOAD_PARAMS={"number_of_replicas":"1","number_of_shards":"6","max_num_segments":"8","concurrent_segment_search_enabled":"true"};TEST_PROCEDURE=hybrid-query-aggs-full - H 8 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"http_logs_default"};TEST_PROCEDURE=restore-from-snapshot - H 8 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=nyc_taxis;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"nyc_taxis_default"};TEST_PROCEDURE=restore-from-snapshot - H 8 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"http_logs_default"};TEST_PROCEDURE=restore-from-snapshot - H 8 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=nyc_taxis;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"nyc_taxis_default"};TEST_PROCEDURE=restore-from-snapshot - H 8 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_3_shards"};TEST_PROCEDURE=restore-from-snapshot - H 8 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_3_shards"};TEST_PROCEDURE=restore-from-snapshot + H 8 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"http_logs_default"};TEST_PROCEDURE=restore-from-snapshot + H 8 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=nyc_taxis;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"nyc_taxis_default"};TEST_PROCEDURE=restore-from-snapshot + H 8 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"http_logs_default"};TEST_PROCEDURE=restore-from-snapshot + H 8 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=nyc_taxis;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"nyc_taxis_default"};TEST_PROCEDURE=restore-from-snapshot + H 8 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_3_shards"};TEST_PROCEDURE=restore-from-snapshot + H 8 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_3_shards"};TEST_PROCEDURE=restore-from-snapshot - H 9 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=pmc;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search - H 9 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=pmc;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search - H 9 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=pmc;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search - H 9 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=pmc;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search - - H 9 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=pmc;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"pmc_3_shards"};TEST_PROCEDURE=restore-from-snapshot - H 9 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.15.0/9992/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=pmc;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"pmc_3_shards"};TEST_PROCEDURE=restore-from-snapshot - H 9 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=pmc;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"pmc_3_shards"};TEST_PROCEDURE=restore-from-snapshot - H 9 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=pmc;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"pmc_3_shards"};TEST_PROCEDURE=restore-from-snapshot + H 9 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=pmc;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search + H 9 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=pmc;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search + H 9 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=pmc;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search + H 9 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=pmc;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search + H 9 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=pmc;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"pmc_3_shards"};TEST_PROCEDURE=restore-from-snapshot + H 9 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10154/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=pmc;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"pmc_3_shards"};TEST_PROCEDURE=restore-from-snapshot + H 9 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=pmc;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:2x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"pmc_3_shards"};TEST_PROCEDURE=restore-from-snapshot + H 9 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=pmc;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:2x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"pmc_3_shards"};TEST_PROCEDURE=restore-from-snapshot + H 10 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/3.0.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:3x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search,force-merge-1-seg,refresh-after-force-merge-1-seg H 10 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/3.0.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:enabled,arch:arm64,instance-type:r6g.xlarge,major-version:3x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica;ADDITIONAL_CONFIG=cluster.indices.replication.strategy:SEGMENT;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search,force-merge-1-seg,refresh-after-force-merge-1-seg H 10 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/3.0.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=http_logs;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:3x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica;WORKLOAD_PARAMS={"number_of_replicas":"0","number_of_shards":"3"};EXCLUDE_TASKS=type:search,force-merge-1-seg,refresh-after-force-merge-1-seg @@ -106,34 +107,34 @@ H 11 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/3.0.0/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:arm64,instance-type:r6g.xlarge,major-version:3x,cluster-config:arm64-r6g.xlarge-3-data-3-shards-0-replica-tiered-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo-300","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots-300","snapshot_name":"big5_3_shards_tiered"};TEST_PROCEDURE=restore-from-snapshot H 11 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/3.0.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.xlarge,major-version:3x,cluster-config:x64-r5.xlarge-3-data-3-shards-0-replica-tiered-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo-300","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots-300","snapshot_name":"big5_3_shards_tiered"};TEST_PROCEDURE=restore-from-snapshot - H 12 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-2-slice-1-shard-0-replica-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:2;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 12 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-2-slice-1-shard-0-replica-8-clients-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:2;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":8,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 12 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-2-slice-1-shard-0-replica-2-clients-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:2;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":2,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 12 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-2-slice-1-shard-0-replica-4-clients-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:2;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":4,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 12 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-0-slice-1-shard-0-replica-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:0;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 12 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-4-slice-1-shard-0-replica-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:4;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 12 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-0-slice-1-shard-0-replica-8-clients-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:0;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":8,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 12 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-4-slice-1-shard-0-replica-8-clients-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:4;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":8,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 12 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-2-slice-1-shard-0-replica-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:2;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 12 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-2-slice-1-shard-0-replica-8-clients-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:2;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":8,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 12 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-2-slice-1-shard-0-replica-2-clients-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:2;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":2,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 12 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-2-slice-1-shard-0-replica-4-clients-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:2;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":4,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 12 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-0-slice-1-shard-0-replica-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:0;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 12 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-4-slice-1-shard-0-replica-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:4;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 12 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-0-slice-1-shard-0-replica-8-clients-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:0;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":8,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 12 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-4-slice-1-shard-0-replica-8-clients-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:4;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":8,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 14 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=noaa;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.2xlarge,major-version:2x,cluster-config:x64-r5.2xlarge-concurrent-search-0-slice-1-shard-0-replica-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:0;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"noaa_1_shard"};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 14 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.2xlarge,major-version:2x,cluster-config:x64-r5.2xlarge-concurrent-search-0-slice-1-shard-0-replica-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:0;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard"};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 14 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=nyc_taxis;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.2xlarge,major-version:2x,cluster-config:x64-r5.2xlarge-concurrent-search-0-slice-1-shard-0-replica-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:0;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"nyc_taxis_1_shard","target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 14 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-0-slice-1-shard-0-replica-2-clients-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:0;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":2,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 14 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-0-slice-1-shard-0-replica-4-clients-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:0;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":4,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 14 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=noaa;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.2xlarge,major-version:2x,cluster-config:x64-r5.2xlarge-concurrent-search-0-slice-1-shard-0-replica-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:0;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"noaa_1_shard"};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 14 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.2xlarge,major-version:2x,cluster-config:x64-r5.2xlarge-concurrent-search-0-slice-1-shard-0-replica-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:0;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard"};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 14 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=nyc_taxis;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.2xlarge,major-version:2x,cluster-config:x64-r5.2xlarge-concurrent-search-0-slice-1-shard-0-replica-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:0;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"nyc_taxis_1_shard","target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 14 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-0-slice-1-shard-0-replica-2-clients-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:0;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":2,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 14 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-0-slice-1-shard-0-replica-4-clients-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:0;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":4,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 15 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=noaa;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.2xlarge,major-version:2x,cluster-config:x64-r5.2xlarge-concurrent-search-4-slice-1-shard-0-replica-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:4;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"noaa_1_shard"};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 15 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.2xlarge,major-version:2x,cluster-config:x64-r5.2xlarge-concurrent-search-4-slice-1-shard-0-replica-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:4;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard"};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 15 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=nyc_taxis;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.2xlarge,major-version:2x,cluster-config:x64-r5.2xlarge-concurrent-search-4-slice-1-shard-0-replica-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:4;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"nyc_taxis_1_shard","target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 15 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-4-slice-1-shard-0-replica-2-clients-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:4;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":2,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 15 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-4-slice-1-shard-0-replica-4-clients-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:4;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":4,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 15 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=noaa;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.2xlarge,major-version:2x,cluster-config:x64-r5.2xlarge-concurrent-search-4-slice-1-shard-0-replica-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:4;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"noaa_1_shard"};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 15 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.2xlarge,major-version:2x,cluster-config:x64-r5.2xlarge-concurrent-search-4-slice-1-shard-0-replica-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:4;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard"};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 15 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=nyc_taxis;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.2xlarge,major-version:2x,cluster-config:x64-r5.2xlarge-concurrent-search-4-slice-1-shard-0-replica-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:4;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"nyc_taxis_1_shard","target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 15 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-4-slice-1-shard-0-replica-2-clients-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:4;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":2,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 15 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-concurrent-search-4-slice-1-shard-0-replica-4-clients-snapshot;ADDITIONAL_CONFIG=search.concurrent_segment_search.enabled:true search.concurrent.max_slice_count:4;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":4,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 16 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=noaa;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.2xlarge,major-version:2x,cluster-config:x64-r5.2xlarge-1-shard-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"noaa_1_shard"};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 16 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.2xlarge,major-version:2x,cluster-config:x64-r5.2xlarge-1-shard-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard"};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 16 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=nyc_taxis;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.2xlarge,major-version:2x,cluster-config:x64-r5.2xlarge-1-shard-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"nyc_taxis_1_shard","target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 16 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-1-shard-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 16 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-1-shard-0-replica-2-clients-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":2,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 16 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-1-shard-0-replica-4-clients-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":4,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true - H 16 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-1-shard-0-replica-8-clients-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":8,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 16 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=noaa;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.2xlarge,major-version:2x,cluster-config:x64-r5.2xlarge-1-shard-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"noaa_1_shard"};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 16 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.2xlarge,major-version:2x,cluster-config:x64-r5.2xlarge-1-shard-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard"};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 16 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=nyc_taxis;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.2xlarge,major-version:2x,cluster-config:x64-r5.2xlarge-1-shard-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"nyc_taxis_1_shard","target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 16 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-1-shard-0-replica-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 16 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-1-shard-0-replica-2-clients-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":2,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 16 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-1-shard-0-replica-4-clients-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":4,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true + H 16 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.17.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=big5;SINGLE_NODE_CLUSTER=true;DATA_INSTANCE_TYPE=r5.8xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.8xlarge,major-version:2x,cluster-config:x64-r5.8xlarge-1-shard-0-replica-8-clients-snapshot;WORKLOAD_PARAMS={"snapshot_repo_name":"benchmark-workloads-repo","snapshot_bucket_name":"benchmark-workload-snapshots","snapshot_region":"us-east-1","snapshot_base_path":"workload-snapshots","snapshot_name":"big5_1_shard","search_clients":8,"target_throughput":""};TEST_PROCEDURE=restore-from-snapshot;CAPTURE_NODE_STAT=true ) benchmark-test.stage(validate-and-set-parameters, groovy.lang.Closure) benchmark-test.echo(Executing on agent [label:Jenkins-Agent-AL2-X64-M52xlarge-Docker-Host-Benchmark-Test]) From 47993e0691127e33d3abf955c342a86412c1b4b2 Mon Sep 17 00:00:00 2001 From: Sayali Gaikawad <61760125+gaiksaya@users.noreply.github.com> Date: Tue, 13 Aug 2024 20:37:32 -0700 Subject: [PATCH 3/8] Rename generated release notes file (#4945) Signed-off-by: Sayali Gaikawad --- jenkins/release-workflows/release-notes-check.jenkinsfile | 2 +- tests/jenkins/TestReleaseNotesCheckAndCompile.groovy | 2 +- .../release-workflows/release-notes-compile.jenkinsfile.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/jenkins/release-workflows/release-notes-check.jenkinsfile b/jenkins/release-workflows/release-notes-check.jenkinsfile index b7113c3d81..d3e93cc2be 100644 --- a/jenkins/release-workflows/release-notes-check.jenkinsfile +++ b/jenkins/release-workflows/release-notes-check.jenkinsfile @@ -126,7 +126,7 @@ pipeline { sh """ #!/bin/bash set +e - ./release_notes.sh compile manifests/${RELEASE_VERSION}/opensearch-${RELEASE_VERSION}.yml manifests/${RELEASE_VERSION}/opensearch-dashboards-${RELEASE_VERSION}.yml --output table.md + ./release_notes.sh compile manifests/${RELEASE_VERSION}/opensearch-${RELEASE_VERSION}.yml manifests/${RELEASE_VERSION}/opensearch-dashboards-${RELEASE_VERSION}.yml --output opensearch-release-notes-${RELEASE_VERSION}.md """ withCredentials([usernamePassword(credentialsId: 'jenkins-github-bot-token', passwordVariable: 'GITHUB_TOKEN', usernameVariable: 'GITHUB_USER')]) { try { diff --git a/tests/jenkins/TestReleaseNotesCheckAndCompile.groovy b/tests/jenkins/TestReleaseNotesCheckAndCompile.groovy index 1fcf08bd02..8df10bff17 100644 --- a/tests/jenkins/TestReleaseNotesCheckAndCompile.groovy +++ b/tests/jenkins/TestReleaseNotesCheckAndCompile.groovy @@ -75,7 +75,7 @@ class TestReleaseNotesCheckAndCompile extends BuildPipelineTest { assertThat(helper.callStack.findAll { call -> call.methodName == 'sh' }.any { call -> - callArgsToString(call).contains('./release_notes.sh compile manifests/3.0.0/opensearch-3.0.0.yml manifests/3.0.0/opensearch-dashboards-3.0.0.yml --output table.md') + callArgsToString(call).contains('./release_notes.sh compile manifests/3.0.0/opensearch-3.0.0.yml manifests/3.0.0/opensearch-dashboards-3.0.0.yml --output opensearch-release-notes-3.0.0.md') }).isTrue() } } \ No newline at end of file diff --git a/tests/jenkins/jenkinsjob-regression-files/release-workflows/release-notes-compile.jenkinsfile.txt b/tests/jenkins/jenkinsjob-regression-files/release-workflows/release-notes-compile.jenkinsfile.txt index ee1e0f400d..5926b21298 100644 --- a/tests/jenkins/jenkinsjob-regression-files/release-workflows/release-notes-compile.jenkinsfile.txt +++ b/tests/jenkins/jenkinsjob-regression-files/release-workflows/release-notes-compile.jenkinsfile.txt @@ -12,7 +12,7 @@ release-notes-check.sh( #!/bin/bash set +e - ./release_notes.sh compile manifests/3.0.0/opensearch-3.0.0.yml manifests/3.0.0/opensearch-dashboards-3.0.0.yml --output table.md + ./release_notes.sh compile manifests/3.0.0/opensearch-3.0.0.yml manifests/3.0.0/opensearch-dashboards-3.0.0.yml --output opensearch-release-notes-3.0.0.md ) release-notes-check.usernamePassword({credentialsId=jenkins-github-bot-token, passwordVariable=GITHUB_TOKEN, usernameVariable=GITHUB_USER}) release-notes-check.withCredentials([[GITHUB_USER, GITHUB_TOKEN]], groovy.lang.Closure) From 16e542c056ad6f078c39a034264e6889b84f124f Mon Sep 17 00:00:00 2001 From: Sayali Gaikawad <61760125+gaiksaya@users.noreply.github.com> Date: Wed, 14 Aug 2024 18:47:28 -0700 Subject: [PATCH 4/8] Update post release activities (#4947) Signed-off-by: Sayali Gaikawad --- .github/ISSUE_TEMPLATE/release_template.md | 3 +-- docs/Releasing-the-Distribution.md | 5 +---- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/release_template.md b/.github/ISSUE_TEMPLATE/release_template.md index 5cfa027445..66a713afc5 100644 --- a/.github/ISSUE_TEMPLATE/release_template.md +++ b/.github/ISSUE_TEMPLATE/release_template.md @@ -87,7 +87,7 @@ Release blog is ready | :red_circle: | | - [ ] [Windows Integration Test](https://github.com/opensearch-project/opensearch-build/wiki/Releasing-the-Distribution#windows-integration-test). - [ ] [Broadcast and Communication](https://github.com/opensearch-project/opensearch-build/wiki/Releasing-the-Distribution#broadcast-and-communication). - [ ] [Release Candidate Lock](https://github.com/opensearch-project/opensearch-build/wiki/Releasing-the-Distribution#release-candidate-lock). - +- [ ] [Stop Release Candidate periodic auto builds](https://github.com/opensearch-project/opensearch-build/wiki/Releasing-the-Distribution#stop-periodic-auto-builds) ### [Performance testing validation](https://github.com/opensearch-project/opensearch-build/wiki/Releasing-the-Distribution#benchmark-tests) - _Ends __REPLACE_RELEASE-minus-6-days___ - [ ] Post the benchmark-tests @@ -147,7 +147,6 @@ Release blog is ready | :red_circle: | | ### Post-Release activities - [ ] Release Tags. - [ ] Input Manifest Update. -- [ ] Decrease the Build Frequency. - [ ] OpenSearch Build Release notes. - [ ] Retrospective Issue. - [ ] Helm and Ansible Playbook release. diff --git a/docs/Releasing-the-Distribution.md b/docs/Releasing-the-Distribution.md index 259285156a..d7c5311f2f 100644 --- a/docs/Releasing-the-Distribution.md +++ b/docs/Releasing-the-Distribution.md @@ -294,6 +294,7 @@ All the failed logs are in s3 accessed through the cloudfront. Sample [link](htt Stop builds for this version of OpenSearch and/or OpenSearch Dashboards in order to avoid accidental commits going in unknowingly. Restart only if necessary, else manually run the build workflow and declare new release candidate. +#### Stop Periodic Auto Builds Once the RC is finalized, in order to exclude the release from running periodically, at this point it is necessary for the release manager to lock the input manifest and update the `check-for-build.jenkins` to remove it from the scheduled execution, sample [PR](https://github.com/opensearch-project/opensearch-build/pull/3523/files). @@ -384,10 +385,6 @@ Replace `refs` in input manifest with tags. The `refs` can be identified from th Generate distribution release notes for opensearch-build repository, sample [1.3.10](https://github.com/opensearch-project/opensearch-build/releases/tag/1.3.10) release details. -### Decrease the build frequency - -Lower the frequency of builds for the release version of OpenSearch and/or OpenSearch Dashboards, sample [PR](https://github.com/opensearch-project/opensearch-build/pull/3523). - ### Retrospective Issue Create an issue for a retrospective, solicit feedback, and publish a summary. Sample [retro issue](https://github.com/opensearch-project/opensearch-build/issues/3535). From 717dd0f0873c6d81ff5cd3abdbc966cf10a22693 Mon Sep 17 00:00:00 2001 From: Sayali Gaikawad <61760125+gaiksaya@users.noreply.github.com> Date: Thu, 15 Aug 2024 13:27:30 -0700 Subject: [PATCH 5/8] Update untriaged issues link (#4948) Signed-off-by: Sayali Gaikawad --- .github/workflows/link-checker.yml | 2 +- TRIAGING.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/link-checker.yml b/.github/workflows/link-checker.yml index abba6b6310..52cdf7f139 100644 --- a/.github/workflows/link-checker.yml +++ b/.github/workflows/link-checker.yml @@ -14,7 +14,7 @@ jobs: id: lychee uses: lycheeverse/lychee-action@v1 with: - args: --verbose --max-retries 5 --retry-wait-time 10 --accept=200,403,429 --exclude-path ./TRIAGING.md --exclude-path tests/ --exclude-path release-notes/ ./ + args: --verbose --max-retries 5 --retry-wait-time 10 --accept=200,403,429 --exclude-path tests/ --exclude-path release-notes/ ./ fail: true env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/TRIAGING.md b/TRIAGING.md index 607fbca997..15aba09e27 100644 --- a/TRIAGING.md +++ b/TRIAGING.md @@ -24,7 +24,7 @@ Meetings are 45 minutes and structured as follows: 1. Initial Gathering: As we gather, feel free to turn on video and engage in informal and open-to-all conversation. After a bit a volunteer will share their screen and proceed with the agenda. 2. Announcements: If there are any announcements to be made they will happen at the start of the meeting. -3. Review of New Issues: The meetings always start with reviewing all untriaged [issues](https://github.com/issues?q=is%3Aissue+label%3Auntriaged+repo%3Aopensearch-project%2Fopensearch-build+repo%3Aopensearch-project%2Fhelm-charts+repo%3Aopensearch-project%2Fansible-playbook+repo%3Aopensearch-project%2Fopensearch-ci+repo%3Aopensearch-project%2Fopensearch-cluster-cdk+repo%3Aopensearch-project%2Fterraform-provider-opensearch+repo%3Aopensearch-project%2Fopensearch-devops+repo%3Aopensearch-project%2Fopensearch-build-libraries+is%3Aopen+) for below repositories: +3. Review of New Issues: The meetings always start with reviewing all untriaged [issues](https://github.com/orgs/opensearch-project/projects/208/views/2) for below repositories: 1. [opensearch-build](https://github.com/opensearch-project/opensearch-build) 1. [opensearch-ci](https://github.com/opensearch-project/opensearch-ci) 1. [opensearch-build-libraries](https://github.com/opensearch-project/opensearch-build-libraries) @@ -34,7 +34,7 @@ Meetings are 45 minutes and structured as follows: 1. [opensearch-cluster-cdk](https://github.com/opensearch-project/opensearch-cluster-cdk) 1. [opensearch-devops](https://github.com/opensearch-project/opensearch-devops) 4. Member Requests: Opportunity for any meeting member to ask for consideration of an issue or pull request. -5. Untriaged Items: Review any [issues](https://github.com/issues?q=is%3Aissue+label%3Auntriaged+repo%3Aopensearch-project%2Fopensearch-build+repo%3Aopensearch-project%2Fhelm-charts+repo%3Aopensearch-project%2Fansible-playbook+repo%3Aopensearch-project%2Fopensearch-ci+repo%3Aopensearch-project%2Fopensearch-cluster-cdk+repo%3Aopensearch-project%2Fterraform-provider-opensearch+repo%3Aopensearch-project%2Fopensearch-devops+repo%3Aopensearch-project%2Fopensearch-build-libraries+is%3Aopen+) that might have had the 'untriaged' label removed but require additional triage discussion. +5. Untriaged Items: Review any [issues](https://github.com/orgs/opensearch-project/projects/208/views/2) that might have had the 'untriaged' label removed but require additional triage discussion. 6. Open Discussion: Allow for members of the meeting to surface any topics without issues filed or pull request created. From 70e4b3a807a90c24f15d1b4b552ee9d026985d29 Mon Sep 17 00:00:00 2001 From: Prudhvi Godithi Date: Mon, 19 Aug 2024 08:31:30 -0700 Subject: [PATCH 6/8] Update Release Templates and Documentation related to component release owner (#4950) Signed-off-by: Prudhvi Godithi --- .github/ISSUE_TEMPLATE/release_template.md | 1 + docs/Releasing-the-Distribution.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/release_template.md b/.github/ISSUE_TEMPLATE/release_template.md index 66a713afc5..89b8e60fd8 100644 --- a/.github/ISSUE_TEMPLATE/release_template.md +++ b/.github/ISSUE_TEMPLATE/release_template.md @@ -23,6 +23,7 @@ Please refer to the following link for the release version dates: [Release Sched ### [Entrance Criteria](https://github.com/opensearch-project/.github/blob/main/RELEASING.md#entrance-criteria-to-start-release-window) Criteria | Status | Description  | Comments -- | -- | -- | -- +Each component release issue has an assigned owner | :red_circle: | | Documentation draft PRs are up and in tech review for all component changes | :red_circle: | | Sanity testing is done for all components | :red_circle: | | Code coverage has not decreased (all new code has tests) | :red_circle: | | diff --git a/docs/Releasing-the-Distribution.md b/docs/Releasing-the-Distribution.md index d7c5311f2f..ef1e0b3538 100644 --- a/docs/Releasing-the-Distribution.md +++ b/docs/Releasing-the-Distribution.md @@ -123,7 +123,7 @@ This section is not required for a patch release. ### Component Release Issues -The component release issues are auto created by the workflows part of the build repo [OpenSearch components](https://github.com/opensearch-project/opensearch-build/blob/main/.github/workflows/os-release-issues.yml), [OpenSearch Dashboards components](https://github.com/opensearch-project/opensearch-build/blob/main/.github/workflows/osd-release-issues.yml). These workflows create the release issues based on the template [component_release_template.md](https://github.com/opensearch-project/opensearch-build/blob/main/.github/ISSUE_TEMPLATE/component_release_template.md) and links back the global release issue part of the build. Sample component release issues created for 2.10.0. Sample link `https://github.com/issues?q=is%3Aopen+is%3Aissue+user%3Aopensearch-project+%5BRELEASE%5D+Release+version+2.10.0+in%3Atitle+`. +The component release issues are auto created by the workflows part of the build repo [OpenSearch components](https://github.com/opensearch-project/opensearch-build/blob/main/.github/workflows/os-release-issues.yml), [OpenSearch Dashboards components](https://github.com/opensearch-project/opensearch-build/blob/main/.github/workflows/osd-release-issues.yml). These workflows create the release issues based on the template [component_release_template.md](https://github.com/opensearch-project/opensearch-build/blob/main/.github/ISSUE_TEMPLATE/component_release_template.md) and links back the global release issue part of the build. Sample [component release issue](https://github.com/opensearch-project/job-scheduler/issues/642) created for 2.16.0 release. The release manager must verify that each component release issue has an assigned owner, as this is one of the entry criteria for the release. #### Issue Creation Process Overview From 71f69a5ae64955c7f9781ada245a0a5d2246ef80 Mon Sep 17 00:00:00 2001 From: Brandon Shien <44730413+bshien@users.noreply.github.com> Date: Mon, 19 Aug 2024 11:58:58 -0700 Subject: [PATCH 7/8] Added dashboard and test manifests for 1.3.19 (#4951) Signed-off-by: Brandon Shien --- manifests/1.3.19/opensearch-1.3.19-test.yml | 84 +++++++++++++++++++ .../opensearch-dashboards-1.3.19-test.yml | 47 +++++++++++ .../1.3.19/opensearch-dashboards-1.3.19.yml | 39 +++++++++ 3 files changed, 170 insertions(+) create mode 100644 manifests/1.3.19/opensearch-1.3.19-test.yml create mode 100644 manifests/1.3.19/opensearch-dashboards-1.3.19-test.yml create mode 100644 manifests/1.3.19/opensearch-dashboards-1.3.19.yml diff --git a/manifests/1.3.19/opensearch-1.3.19-test.yml b/manifests/1.3.19/opensearch-1.3.19-test.yml new file mode 100644 index 0000000000..2de9c03d71 --- /dev/null +++ b/manifests/1.3.19/opensearch-1.3.19-test.yml @@ -0,0 +1,84 @@ +--- +schema-version: '1.0' +name: OpenSearch +ci: + image: + name: opensearchstaging/ci-runner:ci-runner-centos7-opensearch-build-v3 + args: -e JAVA_HOME=/opt/java/openjdk-11 +components: + - name: index-management + integ-test: + build-dependencies: + - job-scheduler + test-configs: + - with-security + - without-security + additional-cluster-configs: + path.repo: [/tmp] + bwc-test: + test-configs: + - with-security + + - name: anomaly-detection + integ-test: + build-dependencies: + - job-scheduler + test-configs: + - with-security + - without-security + bwc-test: + test-configs: + - with-security + + - name: asynchronous-search + integ-test: + test-configs: + - with-security + - without-security + + - name: alerting + integ-test: + test-configs: + - with-security + - without-security + additional-cluster-configs: + plugins.destination.host.deny_list: [10.0.0.0/8, 127.0.0.1] + bwc-test: + test-configs: + - with-security + + - name: sql + integ-test: + test-configs: + - with-security + - without-security + additional-cluster-configs: + script.context.field.max_compilations_rate: 1000/1m + bwc-test: + test-configs: + - with-security + + - name: k-NN + integ-test: + test-configs: + - with-security + - without-security + + - name: opensearch-reports + integ-test: + test-configs: + - without-security + + - name: opensearch-observability + integ-test: + test-configs: + - without-security + bwc-test: + test-configs: + - with-security + + - name: ml-commons + integ-test: + test-configs: + - with-security + - without-security diff --git a/manifests/1.3.19/opensearch-dashboards-1.3.19-test.yml b/manifests/1.3.19/opensearch-dashboards-1.3.19-test.yml new file mode 100644 index 0000000000..dcfe05d7ad --- /dev/null +++ b/manifests/1.3.19/opensearch-dashboards-1.3.19-test.yml @@ -0,0 +1,47 @@ +--- +schema-version: '1.0' +name: OpenSearch Dashboards +ci: + image: + name: opensearchstaging/ci-runner:ci-runner-rockylinux8-opensearch-dashboards-integtest-v4 +components: + - name: anomalyDetectionDashboards + integ-test: + test-configs: + - with-security + - without-security + - name: ganttChartDashboards + integ-test: + test-configs: + - with-security + - without-security + - name: observabilityDashboards + integ-test: + test-configs: + - with-security + - without-security + - name: alertingDashboards + integ-test: + test-configs: + - with-security + - without-security + - name: indexManagementDashboards + integ-test: + test-configs: + - with-security + - without-security + - name: reportsDashboards + integ-test: + test-configs: + - with-security + - without-security + - name: securityDashboards + integ-test: + test-configs: + - with-security + - without-security + - name: queryWorkbenchDashboards + integ-test: + test-configs: + - with-security + - without-security diff --git a/manifests/1.3.19/opensearch-dashboards-1.3.19.yml b/manifests/1.3.19/opensearch-dashboards-1.3.19.yml new file mode 100644 index 0000000000..0559e5ab14 --- /dev/null +++ b/manifests/1.3.19/opensearch-dashboards-1.3.19.yml @@ -0,0 +1,39 @@ +--- +schema-version: '1.1' +build: + name: OpenSearch Dashboards + version: 1.3.19 +ci: + image: + name: opensearchstaging/ci-runner:ci-runner-centos7-opensearch-dashboards-build-v4 +components: + - name: OpenSearch-Dashboards + repository: https://github.com/opensearch-project/OpenSearch-Dashboards.git + ref: '1.3' + - name: functionalTestDashboards + repository: https://github.com/opensearch-project/opensearch-dashboards-functional-test.git + ref: '1.3' + - name: anomalyDetectionDashboards + repository: https://github.com/opensearch-project/anomaly-detection-dashboards-plugin + ref: '1.3' + - name: ganttChartDashboards + repository: https://github.com/opensearch-project/dashboards-visualizations.git + ref: '1.3' + - name: observabilityDashboards + repository: https://github.com/opensearch-project/dashboards-observability.git + ref: '1.3' + - name: alertingDashboards + repository: https://github.com/opensearch-project/alerting-dashboards-plugin.git + ref: '1.3' + - name: indexManagementDashboards + repository: https://github.com/opensearch-project/index-management-dashboards-plugin + ref: '1.3' + - name: reportsDashboards + repository: https://github.com/opensearch-project/dashboards-reporting.git + ref: '1.3' + - name: securityDashboards + repository: https://github.com/opensearch-project/security-dashboards-plugin.git + ref: '1.3' + - name: queryWorkbenchDashboards + repository: https://github.com/opensearch-project/dashboards-query-workbench.git + ref: '1.3' From 91327a046a1be8960b1df46bea77cd95754ffdbb Mon Sep 17 00:00:00 2001 From: Zelin Hao Date: Mon, 19 Aug 2024 13:40:05 -0700 Subject: [PATCH 8/8] Add platform compatibility check for incremental build (#4949) Signed-off-by: Zelin Hao --- src/build_workflow/build_incremental.py | 7 +- src/run_build.py | 2 +- tests/test_run_build.py | 2 +- .../data/opensearch-build-zip-2.12.0.yml | 3215 +++++++++++++++++ .../data/opensearch-input-2.12.0.yml | 5 + .../test_build_incremental.py | 25 +- 6 files changed, 3249 insertions(+), 7 deletions(-) create mode 100644 tests/tests_build_workflow/data/opensearch-build-zip-2.12.0.yml diff --git a/src/build_workflow/build_incremental.py b/src/build_workflow/build_incremental.py index d74c0b8c08..658e329437 100644 --- a/src/build_workflow/build_incremental.py +++ b/src/build_workflow/build_incremental.py @@ -11,12 +11,14 @@ from manifests.build_manifest import BuildManifest from manifests.input_manifest import InputManifest +from system.os import current_platform class BuildIncremental: - def __init__(self, input_manifest: InputManifest, distribution: str): + def __init__(self, input_manifest: InputManifest, distribution: str, platform: str): self.distribution = distribution self.input_manifest = input_manifest + self.platform = platform or current_platform() # Given input manifest and return a list of what components changed and added. def commits_diff(self, input_manifest: InputManifest) -> List[str]: @@ -31,6 +33,9 @@ def commits_diff(self, input_manifest: InputManifest) -> List[str]: return [input_manifest.build.name.replace(" ", "-")] components = [] for component in stable_input_manifest.components.select(): + if component.platforms and self.platform not in component.platforms: + logging.info(f"Skipping {component.name} as it is not compatible with {self.platform}.") + continue if component.name not in previous_build_manifest.components: components.append(component.name) logging.info(f"Adding {component.name} since it is missing from previous build manifest") diff --git a/src/run_build.py b/src/run_build.py index 3989e0d24d..330577fd7f 100755 --- a/src/run_build.py +++ b/src/run_build.py @@ -47,7 +47,7 @@ def main() -> int: output_dir = BuildOutputDir(manifest.build.filename, args.distribution).dir if args.incremental: - buildIncremental = BuildIncremental(manifest, args.distribution) + buildIncremental = BuildIncremental(manifest, args.distribution, args.platform) list_of_updated_plugins = buildIncremental.commits_diff(manifest) components = buildIncremental.rebuild_plugins(list_of_updated_plugins, manifest) diff --git a/tests/test_run_build.py b/tests/test_run_build.py index b058b01933..19fbbbdd57 100644 --- a/tests/test_run_build.py +++ b/tests/test_run_build.py @@ -51,7 +51,7 @@ def test_usage(self) -> None: os.path.join(os.path.dirname(__file__), "tests_build_workflow", "data", "opensearch-dashboards-input-2.12.0.yml")) BUILD_MANIFEST_DASHBOARDS = BuildManifest.from_path( os.path.join(os.path.dirname(__file__), "tests_build_workflow", "data", "opensearch-dashboards-build-tar-2.12.0.yml")) - buildIncremental = BuildIncremental(INPUT_MANIFEST, "tar") + buildIncremental = BuildIncremental(INPUT_MANIFEST, "tar", "linux") @patch("argparse._sys.argv", ["run_build.py", OPENSEARCH_MANIFEST, "-p", "linux"]) @patch("run_build.Builders.builder_from", return_value=MagicMock()) diff --git a/tests/tests_build_workflow/data/opensearch-build-zip-2.12.0.yml b/tests/tests_build_workflow/data/opensearch-build-zip-2.12.0.yml new file mode 100644 index 0000000000..41de187bf9 --- /dev/null +++ b/tests/tests_build_workflow/data/opensearch-build-zip-2.12.0.yml @@ -0,0 +1,3215 @@ +--- +schema-version: '1.2' +build: + name: OpenSearch + version: 2.12.0 + platform: windows + architecture: x64 + distribution: zip + id: '9445' +components: + - name: OpenSearch + repository: https://github.com/opensearch-project/OpenSearch.git + ref: '2.12' + commit_id: 05c2befd7d01fab4aef4f0d3d6722d2da240b2c6 + artifacts: + maven: + - maven\org\opensearch\client\client-benchmarks\maven-metadata.xml + - maven\org\opensearch\client\client-benchmarks\maven-metadata.xml.md5 + - maven\org\opensearch\client\client-benchmarks\maven-metadata.xml.sha1 + - maven\org\opensearch\client\client-benchmarks\maven-metadata.xml.sha256 + - maven\org\opensearch\client\client-benchmarks\maven-metadata.xml.sha512 + - maven\org\opensearch\client\client-benchmarks\2.12.0\client-benchmarks-2.12.0-javadoc.jar + - maven\org\opensearch\client\client-benchmarks\2.12.0\client-benchmarks-2.12.0-javadoc.jar.md5 + - maven\org\opensearch\client\client-benchmarks\2.12.0\client-benchmarks-2.12.0-javadoc.jar.sha1 + - maven\org\opensearch\client\client-benchmarks\2.12.0\client-benchmarks-2.12.0-javadoc.jar.sha256 + - maven\org\opensearch\client\client-benchmarks\2.12.0\client-benchmarks-2.12.0-javadoc.jar.sha512 + - maven\org\opensearch\client\client-benchmarks\2.12.0\client-benchmarks-2.12.0-sources.jar + - maven\org\opensearch\client\client-benchmarks\2.12.0\client-benchmarks-2.12.0-sources.jar.md5 + - maven\org\opensearch\client\client-benchmarks\2.12.0\client-benchmarks-2.12.0-sources.jar.sha1 + - maven\org\opensearch\client\client-benchmarks\2.12.0\client-benchmarks-2.12.0-sources.jar.sha256 + - maven\org\opensearch\client\client-benchmarks\2.12.0\client-benchmarks-2.12.0-sources.jar.sha512 + - maven\org\opensearch\client\client-benchmarks\2.12.0\client-benchmarks-2.12.0.jar + - maven\org\opensearch\client\client-benchmarks\2.12.0\client-benchmarks-2.12.0.jar.md5 + - maven\org\opensearch\client\client-benchmarks\2.12.0\client-benchmarks-2.12.0.jar.sha1 + - maven\org\opensearch\client\client-benchmarks\2.12.0\client-benchmarks-2.12.0.jar.sha256 + - maven\org\opensearch\client\client-benchmarks\2.12.0\client-benchmarks-2.12.0.jar.sha512 + - maven\org\opensearch\client\client-benchmarks\2.12.0\client-benchmarks-2.12.0.module + - maven\org\opensearch\client\client-benchmarks\2.12.0\client-benchmarks-2.12.0.module.md5 + - maven\org\opensearch\client\client-benchmarks\2.12.0\client-benchmarks-2.12.0.module.sha1 + - maven\org\opensearch\client\client-benchmarks\2.12.0\client-benchmarks-2.12.0.module.sha256 + - maven\org\opensearch\client\client-benchmarks\2.12.0\client-benchmarks-2.12.0.module.sha512 + - maven\org\opensearch\client\client-benchmarks\2.12.0\client-benchmarks-2.12.0.pom + - maven\org\opensearch\client\client-benchmarks\2.12.0\client-benchmarks-2.12.0.pom.md5 + - maven\org\opensearch\client\client-benchmarks\2.12.0\client-benchmarks-2.12.0.pom.sha1 + - maven\org\opensearch\client\client-benchmarks\2.12.0\client-benchmarks-2.12.0.pom.sha256 + - maven\org\opensearch\client\client-benchmarks\2.12.0\client-benchmarks-2.12.0.pom.sha512 + - maven\org\opensearch\client\opensearch-rest-client\maven-metadata.xml + - maven\org\opensearch\client\opensearch-rest-client\maven-metadata.xml.md5 + - maven\org\opensearch\client\opensearch-rest-client\maven-metadata.xml.sha1 + - maven\org\opensearch\client\opensearch-rest-client\maven-metadata.xml.sha256 + - maven\org\opensearch\client\opensearch-rest-client\maven-metadata.xml.sha512 + - maven\org\opensearch\client\opensearch-rest-client\2.12.0\opensearch-rest-client-2.12.0-javadoc.jar + - maven\org\opensearch\client\opensearch-rest-client\2.12.0\opensearch-rest-client-2.12.0-javadoc.jar.md5 + - maven\org\opensearch\client\opensearch-rest-client\2.12.0\opensearch-rest-client-2.12.0-javadoc.jar.sha1 + - maven\org\opensearch\client\opensearch-rest-client\2.12.0\opensearch-rest-client-2.12.0-javadoc.jar.sha256 + - maven\org\opensearch\client\opensearch-rest-client\2.12.0\opensearch-rest-client-2.12.0-javadoc.jar.sha512 + - maven\org\opensearch\client\opensearch-rest-client\2.12.0\opensearch-rest-client-2.12.0-sources.jar + - maven\org\opensearch\client\opensearch-rest-client\2.12.0\opensearch-rest-client-2.12.0-sources.jar.md5 + - maven\org\opensearch\client\opensearch-rest-client\2.12.0\opensearch-rest-client-2.12.0-sources.jar.sha1 + - maven\org\opensearch\client\opensearch-rest-client\2.12.0\opensearch-rest-client-2.12.0-sources.jar.sha256 + - maven\org\opensearch\client\opensearch-rest-client\2.12.0\opensearch-rest-client-2.12.0-sources.jar.sha512 + - maven\org\opensearch\client\opensearch-rest-client\2.12.0\opensearch-rest-client-2.12.0.jar + - maven\org\opensearch\client\opensearch-rest-client\2.12.0\opensearch-rest-client-2.12.0.jar.md5 + - maven\org\opensearch\client\opensearch-rest-client\2.12.0\opensearch-rest-client-2.12.0.jar.sha1 + - maven\org\opensearch\client\opensearch-rest-client\2.12.0\opensearch-rest-client-2.12.0.jar.sha256 + - maven\org\opensearch\client\opensearch-rest-client\2.12.0\opensearch-rest-client-2.12.0.jar.sha512 + - maven\org\opensearch\client\opensearch-rest-client\2.12.0\opensearch-rest-client-2.12.0.module + - maven\org\opensearch\client\opensearch-rest-client\2.12.0\opensearch-rest-client-2.12.0.module.md5 + - maven\org\opensearch\client\opensearch-rest-client\2.12.0\opensearch-rest-client-2.12.0.module.sha1 + - maven\org\opensearch\client\opensearch-rest-client\2.12.0\opensearch-rest-client-2.12.0.module.sha256 + - maven\org\opensearch\client\opensearch-rest-client\2.12.0\opensearch-rest-client-2.12.0.module.sha512 + - maven\org\opensearch\client\opensearch-rest-client\2.12.0\opensearch-rest-client-2.12.0.pom + - maven\org\opensearch\client\opensearch-rest-client\2.12.0\opensearch-rest-client-2.12.0.pom.md5 + - maven\org\opensearch\client\opensearch-rest-client\2.12.0\opensearch-rest-client-2.12.0.pom.sha1 + - maven\org\opensearch\client\opensearch-rest-client\2.12.0\opensearch-rest-client-2.12.0.pom.sha256 + - maven\org\opensearch\client\opensearch-rest-client\2.12.0\opensearch-rest-client-2.12.0.pom.sha512 + - maven\org\opensearch\client\opensearch-rest-client-sniffer\maven-metadata.xml + - maven\org\opensearch\client\opensearch-rest-client-sniffer\maven-metadata.xml.md5 + - maven\org\opensearch\client\opensearch-rest-client-sniffer\maven-metadata.xml.sha1 + - maven\org\opensearch\client\opensearch-rest-client-sniffer\maven-metadata.xml.sha256 + - maven\org\opensearch\client\opensearch-rest-client-sniffer\maven-metadata.xml.sha512 + - maven\org\opensearch\client\opensearch-rest-client-sniffer\2.12.0\opensearch-rest-client-sniffer-2.12.0-javadoc.jar + - maven\org\opensearch\client\opensearch-rest-client-sniffer\2.12.0\opensearch-rest-client-sniffer-2.12.0-javadoc.jar.md5 + - maven\org\opensearch\client\opensearch-rest-client-sniffer\2.12.0\opensearch-rest-client-sniffer-2.12.0-javadoc.jar.sha1 + - maven\org\opensearch\client\opensearch-rest-client-sniffer\2.12.0\opensearch-rest-client-sniffer-2.12.0-javadoc.jar.sha256 + - maven\org\opensearch\client\opensearch-rest-client-sniffer\2.12.0\opensearch-rest-client-sniffer-2.12.0-javadoc.jar.sha512 + - maven\org\opensearch\client\opensearch-rest-client-sniffer\2.12.0\opensearch-rest-client-sniffer-2.12.0-sources.jar + - maven\org\opensearch\client\opensearch-rest-client-sniffer\2.12.0\opensearch-rest-client-sniffer-2.12.0-sources.jar.md5 + - maven\org\opensearch\client\opensearch-rest-client-sniffer\2.12.0\opensearch-rest-client-sniffer-2.12.0-sources.jar.sha1 + - maven\org\opensearch\client\opensearch-rest-client-sniffer\2.12.0\opensearch-rest-client-sniffer-2.12.0-sources.jar.sha256 + - maven\org\opensearch\client\opensearch-rest-client-sniffer\2.12.0\opensearch-rest-client-sniffer-2.12.0-sources.jar.sha512 + - maven\org\opensearch\client\opensearch-rest-client-sniffer\2.12.0\opensearch-rest-client-sniffer-2.12.0.jar + - maven\org\opensearch\client\opensearch-rest-client-sniffer\2.12.0\opensearch-rest-client-sniffer-2.12.0.jar.md5 + - maven\org\opensearch\client\opensearch-rest-client-sniffer\2.12.0\opensearch-rest-client-sniffer-2.12.0.jar.sha1 + - maven\org\opensearch\client\opensearch-rest-client-sniffer\2.12.0\opensearch-rest-client-sniffer-2.12.0.jar.sha256 + - maven\org\opensearch\client\opensearch-rest-client-sniffer\2.12.0\opensearch-rest-client-sniffer-2.12.0.jar.sha512 + - maven\org\opensearch\client\opensearch-rest-client-sniffer\2.12.0\opensearch-rest-client-sniffer-2.12.0.module + - maven\org\opensearch\client\opensearch-rest-client-sniffer\2.12.0\opensearch-rest-client-sniffer-2.12.0.module.md5 + - maven\org\opensearch\client\opensearch-rest-client-sniffer\2.12.0\opensearch-rest-client-sniffer-2.12.0.module.sha1 + - maven\org\opensearch\client\opensearch-rest-client-sniffer\2.12.0\opensearch-rest-client-sniffer-2.12.0.module.sha256 + - maven\org\opensearch\client\opensearch-rest-client-sniffer\2.12.0\opensearch-rest-client-sniffer-2.12.0.module.sha512 + - maven\org\opensearch\client\opensearch-rest-client-sniffer\2.12.0\opensearch-rest-client-sniffer-2.12.0.pom + - maven\org\opensearch\client\opensearch-rest-client-sniffer\2.12.0\opensearch-rest-client-sniffer-2.12.0.pom.md5 + - maven\org\opensearch\client\opensearch-rest-client-sniffer\2.12.0\opensearch-rest-client-sniffer-2.12.0.pom.sha1 + - maven\org\opensearch\client\opensearch-rest-client-sniffer\2.12.0\opensearch-rest-client-sniffer-2.12.0.pom.sha256 + - maven\org\opensearch\client\opensearch-rest-client-sniffer\2.12.0\opensearch-rest-client-sniffer-2.12.0.pom.sha512 + - maven\org\opensearch\client\opensearch-rest-high-level-client\maven-metadata.xml + - maven\org\opensearch\client\opensearch-rest-high-level-client\maven-metadata.xml.md5 + - maven\org\opensearch\client\opensearch-rest-high-level-client\maven-metadata.xml.sha1 + - maven\org\opensearch\client\opensearch-rest-high-level-client\maven-metadata.xml.sha256 + - maven\org\opensearch\client\opensearch-rest-high-level-client\maven-metadata.xml.sha512 + - maven\org\opensearch\client\opensearch-rest-high-level-client\2.12.0\opensearch-rest-high-level-client-2.12.0-javadoc.jar + - maven\org\opensearch\client\opensearch-rest-high-level-client\2.12.0\opensearch-rest-high-level-client-2.12.0-javadoc.jar.md5 + - maven\org\opensearch\client\opensearch-rest-high-level-client\2.12.0\opensearch-rest-high-level-client-2.12.0-javadoc.jar.sha1 + - maven\org\opensearch\client\opensearch-rest-high-level-client\2.12.0\opensearch-rest-high-level-client-2.12.0-javadoc.jar.sha256 + - maven\org\opensearch\client\opensearch-rest-high-level-client\2.12.0\opensearch-rest-high-level-client-2.12.0-javadoc.jar.sha512 + - maven\org\opensearch\client\opensearch-rest-high-level-client\2.12.0\opensearch-rest-high-level-client-2.12.0-sources.jar + - maven\org\opensearch\client\opensearch-rest-high-level-client\2.12.0\opensearch-rest-high-level-client-2.12.0-sources.jar.md5 + - maven\org\opensearch\client\opensearch-rest-high-level-client\2.12.0\opensearch-rest-high-level-client-2.12.0-sources.jar.sha1 + - maven\org\opensearch\client\opensearch-rest-high-level-client\2.12.0\opensearch-rest-high-level-client-2.12.0-sources.jar.sha256 + - maven\org\opensearch\client\opensearch-rest-high-level-client\2.12.0\opensearch-rest-high-level-client-2.12.0-sources.jar.sha512 + - maven\org\opensearch\client\opensearch-rest-high-level-client\2.12.0\opensearch-rest-high-level-client-2.12.0.jar + - maven\org\opensearch\client\opensearch-rest-high-level-client\2.12.0\opensearch-rest-high-level-client-2.12.0.jar.md5 + - maven\org\opensearch\client\opensearch-rest-high-level-client\2.12.0\opensearch-rest-high-level-client-2.12.0.jar.sha1 + - maven\org\opensearch\client\opensearch-rest-high-level-client\2.12.0\opensearch-rest-high-level-client-2.12.0.jar.sha256 + - maven\org\opensearch\client\opensearch-rest-high-level-client\2.12.0\opensearch-rest-high-level-client-2.12.0.jar.sha512 + - maven\org\opensearch\client\opensearch-rest-high-level-client\2.12.0\opensearch-rest-high-level-client-2.12.0.module + - maven\org\opensearch\client\opensearch-rest-high-level-client\2.12.0\opensearch-rest-high-level-client-2.12.0.module.md5 + - maven\org\opensearch\client\opensearch-rest-high-level-client\2.12.0\opensearch-rest-high-level-client-2.12.0.module.sha1 + - maven\org\opensearch\client\opensearch-rest-high-level-client\2.12.0\opensearch-rest-high-level-client-2.12.0.module.sha256 + - maven\org\opensearch\client\opensearch-rest-high-level-client\2.12.0\opensearch-rest-high-level-client-2.12.0.module.sha512 + - maven\org\opensearch\client\opensearch-rest-high-level-client\2.12.0\opensearch-rest-high-level-client-2.12.0.pom + - maven\org\opensearch\client\opensearch-rest-high-level-client\2.12.0\opensearch-rest-high-level-client-2.12.0.pom.md5 + - maven\org\opensearch\client\opensearch-rest-high-level-client\2.12.0\opensearch-rest-high-level-client-2.12.0.pom.sha1 + - maven\org\opensearch\client\opensearch-rest-high-level-client\2.12.0\opensearch-rest-high-level-client-2.12.0.pom.sha256 + - maven\org\opensearch\client\opensearch-rest-high-level-client\2.12.0\opensearch-rest-high-level-client-2.12.0.pom.sha512 + - maven\org\opensearch\client\test\test\maven-metadata.xml + - maven\org\opensearch\client\test\test\maven-metadata.xml.md5 + - maven\org\opensearch\client\test\test\maven-metadata.xml.sha1 + - maven\org\opensearch\client\test\test\maven-metadata.xml.sha256 + - maven\org\opensearch\client\test\test\maven-metadata.xml.sha512 + - maven\org\opensearch\client\test\test\2.12.0\test-2.12.0-javadoc.jar + - maven\org\opensearch\client\test\test\2.12.0\test-2.12.0-javadoc.jar.md5 + - maven\org\opensearch\client\test\test\2.12.0\test-2.12.0-javadoc.jar.sha1 + - maven\org\opensearch\client\test\test\2.12.0\test-2.12.0-javadoc.jar.sha256 + - maven\org\opensearch\client\test\test\2.12.0\test-2.12.0-javadoc.jar.sha512 + - maven\org\opensearch\client\test\test\2.12.0\test-2.12.0-sources.jar + - maven\org\opensearch\client\test\test\2.12.0\test-2.12.0-sources.jar.md5 + - maven\org\opensearch\client\test\test\2.12.0\test-2.12.0-sources.jar.sha1 + - maven\org\opensearch\client\test\test\2.12.0\test-2.12.0-sources.jar.sha256 + - maven\org\opensearch\client\test\test\2.12.0\test-2.12.0-sources.jar.sha512 + - maven\org\opensearch\client\test\test\2.12.0\test-2.12.0.jar + - maven\org\opensearch\client\test\test\2.12.0\test-2.12.0.jar.md5 + - maven\org\opensearch\client\test\test\2.12.0\test-2.12.0.jar.sha1 + - maven\org\opensearch\client\test\test\2.12.0\test-2.12.0.jar.sha256 + - maven\org\opensearch\client\test\test\2.12.0\test-2.12.0.jar.sha512 + - maven\org\opensearch\client\test\test\2.12.0\test-2.12.0.module + - maven\org\opensearch\client\test\test\2.12.0\test-2.12.0.module.md5 + - maven\org\opensearch\client\test\test\2.12.0\test-2.12.0.module.sha1 + - maven\org\opensearch\client\test\test\2.12.0\test-2.12.0.module.sha256 + - maven\org\opensearch\client\test\test\2.12.0\test-2.12.0.module.sha512 + - maven\org\opensearch\client\test\test\2.12.0\test-2.12.0.pom + - maven\org\opensearch\client\test\test\2.12.0\test-2.12.0.pom.md5 + - maven\org\opensearch\client\test\test\2.12.0\test-2.12.0.pom.sha1 + - maven\org\opensearch\client\test\test\2.12.0\test-2.12.0.pom.sha256 + - maven\org\opensearch\client\test\test\2.12.0\test-2.12.0.pom.sha512 + - maven\org\opensearch\custom-settings\maven-metadata.xml + - maven\org\opensearch\custom-settings\maven-metadata.xml.md5 + - maven\org\opensearch\custom-settings\maven-metadata.xml.sha1 + - maven\org\opensearch\custom-settings\maven-metadata.xml.sha256 + - maven\org\opensearch\custom-settings\maven-metadata.xml.sha512 + - maven\org\opensearch\custom-settings\2.12.0\custom-settings-2.12.0-javadoc.jar + - maven\org\opensearch\custom-settings\2.12.0\custom-settings-2.12.0-javadoc.jar.md5 + - maven\org\opensearch\custom-settings\2.12.0\custom-settings-2.12.0-javadoc.jar.sha1 + - maven\org\opensearch\custom-settings\2.12.0\custom-settings-2.12.0-javadoc.jar.sha256 + - maven\org\opensearch\custom-settings\2.12.0\custom-settings-2.12.0-javadoc.jar.sha512 + - maven\org\opensearch\custom-settings\2.12.0\custom-settings-2.12.0-sources.jar + - maven\org\opensearch\custom-settings\2.12.0\custom-settings-2.12.0-sources.jar.md5 + - maven\org\opensearch\custom-settings\2.12.0\custom-settings-2.12.0-sources.jar.sha1 + - maven\org\opensearch\custom-settings\2.12.0\custom-settings-2.12.0-sources.jar.sha256 + - maven\org\opensearch\custom-settings\2.12.0\custom-settings-2.12.0-sources.jar.sha512 + - maven\org\opensearch\custom-settings\2.12.0\custom-settings-2.12.0.jar + - maven\org\opensearch\custom-settings\2.12.0\custom-settings-2.12.0.jar.md5 + - maven\org\opensearch\custom-settings\2.12.0\custom-settings-2.12.0.jar.sha1 + - maven\org\opensearch\custom-settings\2.12.0\custom-settings-2.12.0.jar.sha256 + - maven\org\opensearch\custom-settings\2.12.0\custom-settings-2.12.0.jar.sha512 + - maven\org\opensearch\custom-settings\2.12.0\custom-settings-2.12.0.module + - maven\org\opensearch\custom-settings\2.12.0\custom-settings-2.12.0.module.md5 + - maven\org\opensearch\custom-settings\2.12.0\custom-settings-2.12.0.module.sha1 + - maven\org\opensearch\custom-settings\2.12.0\custom-settings-2.12.0.module.sha256 + - maven\org\opensearch\custom-settings\2.12.0\custom-settings-2.12.0.module.sha512 + - maven\org\opensearch\custom-settings\2.12.0\custom-settings-2.12.0.pom + - maven\org\opensearch\custom-settings\2.12.0\custom-settings-2.12.0.pom.md5 + - maven\org\opensearch\custom-settings\2.12.0\custom-settings-2.12.0.pom.sha1 + - maven\org\opensearch\custom-settings\2.12.0\custom-settings-2.12.0.pom.sha256 + - maven\org\opensearch\custom-settings\2.12.0\custom-settings-2.12.0.pom.sha512 + - maven\org\opensearch\custom-significance-heuristic\maven-metadata.xml + - maven\org\opensearch\custom-significance-heuristic\maven-metadata.xml.md5 + - maven\org\opensearch\custom-significance-heuristic\maven-metadata.xml.sha1 + - maven\org\opensearch\custom-significance-heuristic\maven-metadata.xml.sha256 + - maven\org\opensearch\custom-significance-heuristic\maven-metadata.xml.sha512 + - maven\org\opensearch\custom-significance-heuristic\2.12.0\custom-significance-heuristic-2.12.0-javadoc.jar + - maven\org\opensearch\custom-significance-heuristic\2.12.0\custom-significance-heuristic-2.12.0-javadoc.jar.md5 + - maven\org\opensearch\custom-significance-heuristic\2.12.0\custom-significance-heuristic-2.12.0-javadoc.jar.sha1 + - maven\org\opensearch\custom-significance-heuristic\2.12.0\custom-significance-heuristic-2.12.0-javadoc.jar.sha256 + - maven\org\opensearch\custom-significance-heuristic\2.12.0\custom-significance-heuristic-2.12.0-javadoc.jar.sha512 + - maven\org\opensearch\custom-significance-heuristic\2.12.0\custom-significance-heuristic-2.12.0-sources.jar + - maven\org\opensearch\custom-significance-heuristic\2.12.0\custom-significance-heuristic-2.12.0-sources.jar.md5 + - maven\org\opensearch\custom-significance-heuristic\2.12.0\custom-significance-heuristic-2.12.0-sources.jar.sha1 + - maven\org\opensearch\custom-significance-heuristic\2.12.0\custom-significance-heuristic-2.12.0-sources.jar.sha256 + - maven\org\opensearch\custom-significance-heuristic\2.12.0\custom-significance-heuristic-2.12.0-sources.jar.sha512 + - maven\org\opensearch\custom-significance-heuristic\2.12.0\custom-significance-heuristic-2.12.0.jar + - maven\org\opensearch\custom-significance-heuristic\2.12.0\custom-significance-heuristic-2.12.0.jar.md5 + - maven\org\opensearch\custom-significance-heuristic\2.12.0\custom-significance-heuristic-2.12.0.jar.sha1 + - maven\org\opensearch\custom-significance-heuristic\2.12.0\custom-significance-heuristic-2.12.0.jar.sha256 + - maven\org\opensearch\custom-significance-heuristic\2.12.0\custom-significance-heuristic-2.12.0.jar.sha512 + - maven\org\opensearch\custom-significance-heuristic\2.12.0\custom-significance-heuristic-2.12.0.module + - maven\org\opensearch\custom-significance-heuristic\2.12.0\custom-significance-heuristic-2.12.0.module.md5 + - maven\org\opensearch\custom-significance-heuristic\2.12.0\custom-significance-heuristic-2.12.0.module.sha1 + - maven\org\opensearch\custom-significance-heuristic\2.12.0\custom-significance-heuristic-2.12.0.module.sha256 + - maven\org\opensearch\custom-significance-heuristic\2.12.0\custom-significance-heuristic-2.12.0.module.sha512 + - maven\org\opensearch\custom-significance-heuristic\2.12.0\custom-significance-heuristic-2.12.0.pom + - maven\org\opensearch\custom-significance-heuristic\2.12.0\custom-significance-heuristic-2.12.0.pom.md5 + - maven\org\opensearch\custom-significance-heuristic\2.12.0\custom-significance-heuristic-2.12.0.pom.sha1 + - maven\org\opensearch\custom-significance-heuristic\2.12.0\custom-significance-heuristic-2.12.0.pom.sha256 + - maven\org\opensearch\custom-significance-heuristic\2.12.0\custom-significance-heuristic-2.12.0.pom.sha512 + - maven\org\opensearch\custom-suggester\maven-metadata.xml + - maven\org\opensearch\custom-suggester\maven-metadata.xml.md5 + - maven\org\opensearch\custom-suggester\maven-metadata.xml.sha1 + - maven\org\opensearch\custom-suggester\maven-metadata.xml.sha256 + - maven\org\opensearch\custom-suggester\maven-metadata.xml.sha512 + - maven\org\opensearch\custom-suggester\2.12.0\custom-suggester-2.12.0-javadoc.jar + - maven\org\opensearch\custom-suggester\2.12.0\custom-suggester-2.12.0-javadoc.jar.md5 + - maven\org\opensearch\custom-suggester\2.12.0\custom-suggester-2.12.0-javadoc.jar.sha1 + - maven\org\opensearch\custom-suggester\2.12.0\custom-suggester-2.12.0-javadoc.jar.sha256 + - maven\org\opensearch\custom-suggester\2.12.0\custom-suggester-2.12.0-javadoc.jar.sha512 + - maven\org\opensearch\custom-suggester\2.12.0\custom-suggester-2.12.0-sources.jar + - maven\org\opensearch\custom-suggester\2.12.0\custom-suggester-2.12.0-sources.jar.md5 + - maven\org\opensearch\custom-suggester\2.12.0\custom-suggester-2.12.0-sources.jar.sha1 + - maven\org\opensearch\custom-suggester\2.12.0\custom-suggester-2.12.0-sources.jar.sha256 + - maven\org\opensearch\custom-suggester\2.12.0\custom-suggester-2.12.0-sources.jar.sha512 + - maven\org\opensearch\custom-suggester\2.12.0\custom-suggester-2.12.0.jar + - maven\org\opensearch\custom-suggester\2.12.0\custom-suggester-2.12.0.jar.md5 + - maven\org\opensearch\custom-suggester\2.12.0\custom-suggester-2.12.0.jar.sha1 + - maven\org\opensearch\custom-suggester\2.12.0\custom-suggester-2.12.0.jar.sha256 + - maven\org\opensearch\custom-suggester\2.12.0\custom-suggester-2.12.0.jar.sha512 + - maven\org\opensearch\custom-suggester\2.12.0\custom-suggester-2.12.0.module + - maven\org\opensearch\custom-suggester\2.12.0\custom-suggester-2.12.0.module.md5 + - maven\org\opensearch\custom-suggester\2.12.0\custom-suggester-2.12.0.module.sha1 + - maven\org\opensearch\custom-suggester\2.12.0\custom-suggester-2.12.0.module.sha256 + - maven\org\opensearch\custom-suggester\2.12.0\custom-suggester-2.12.0.module.sha512 + - maven\org\opensearch\custom-suggester\2.12.0\custom-suggester-2.12.0.pom + - maven\org\opensearch\custom-suggester\2.12.0\custom-suggester-2.12.0.pom.md5 + - maven\org\opensearch\custom-suggester\2.12.0\custom-suggester-2.12.0.pom.sha1 + - maven\org\opensearch\custom-suggester\2.12.0\custom-suggester-2.12.0.pom.sha256 + - maven\org\opensearch\custom-suggester\2.12.0\custom-suggester-2.12.0.pom.sha512 + - maven\org\opensearch\die-with-dignity\maven-metadata.xml + - maven\org\opensearch\die-with-dignity\maven-metadata.xml.md5 + - maven\org\opensearch\die-with-dignity\maven-metadata.xml.sha1 + - maven\org\opensearch\die-with-dignity\maven-metadata.xml.sha256 + - maven\org\opensearch\die-with-dignity\maven-metadata.xml.sha512 + - maven\org\opensearch\die-with-dignity\2.12.0\die-with-dignity-2.12.0-javadoc.jar + - maven\org\opensearch\die-with-dignity\2.12.0\die-with-dignity-2.12.0-javadoc.jar.md5 + - maven\org\opensearch\die-with-dignity\2.12.0\die-with-dignity-2.12.0-javadoc.jar.sha1 + - maven\org\opensearch\die-with-dignity\2.12.0\die-with-dignity-2.12.0-javadoc.jar.sha256 + - maven\org\opensearch\die-with-dignity\2.12.0\die-with-dignity-2.12.0-javadoc.jar.sha512 + - maven\org\opensearch\die-with-dignity\2.12.0\die-with-dignity-2.12.0-sources.jar + - maven\org\opensearch\die-with-dignity\2.12.0\die-with-dignity-2.12.0-sources.jar.md5 + - maven\org\opensearch\die-with-dignity\2.12.0\die-with-dignity-2.12.0-sources.jar.sha1 + - maven\org\opensearch\die-with-dignity\2.12.0\die-with-dignity-2.12.0-sources.jar.sha256 + - maven\org\opensearch\die-with-dignity\2.12.0\die-with-dignity-2.12.0-sources.jar.sha512 + - maven\org\opensearch\die-with-dignity\2.12.0\die-with-dignity-2.12.0.jar + - maven\org\opensearch\die-with-dignity\2.12.0\die-with-dignity-2.12.0.jar.md5 + - maven\org\opensearch\die-with-dignity\2.12.0\die-with-dignity-2.12.0.jar.sha1 + - maven\org\opensearch\die-with-dignity\2.12.0\die-with-dignity-2.12.0.jar.sha256 + - maven\org\opensearch\die-with-dignity\2.12.0\die-with-dignity-2.12.0.jar.sha512 + - maven\org\opensearch\die-with-dignity\2.12.0\die-with-dignity-2.12.0.module + - maven\org\opensearch\die-with-dignity\2.12.0\die-with-dignity-2.12.0.module.md5 + - maven\org\opensearch\die-with-dignity\2.12.0\die-with-dignity-2.12.0.module.sha1 + - maven\org\opensearch\die-with-dignity\2.12.0\die-with-dignity-2.12.0.module.sha256 + - maven\org\opensearch\die-with-dignity\2.12.0\die-with-dignity-2.12.0.module.sha512 + - maven\org\opensearch\die-with-dignity\2.12.0\die-with-dignity-2.12.0.pom + - maven\org\opensearch\die-with-dignity\2.12.0\die-with-dignity-2.12.0.pom.md5 + - maven\org\opensearch\die-with-dignity\2.12.0\die-with-dignity-2.12.0.pom.sha1 + - maven\org\opensearch\die-with-dignity\2.12.0\die-with-dignity-2.12.0.pom.sha256 + - maven\org\opensearch\die-with-dignity\2.12.0\die-with-dignity-2.12.0.pom.sha512 + - maven\org\opensearch\distribution\integ-test-zip\opensearch\maven-metadata.xml + - maven\org\opensearch\distribution\integ-test-zip\opensearch\maven-metadata.xml.md5 + - maven\org\opensearch\distribution\integ-test-zip\opensearch\maven-metadata.xml.sha1 + - maven\org\opensearch\distribution\integ-test-zip\opensearch\maven-metadata.xml.sha256 + - maven\org\opensearch\distribution\integ-test-zip\opensearch\maven-metadata.xml.sha512 + - maven\org\opensearch\distribution\integ-test-zip\opensearch\2.12.0\opensearch-2.12.0.pom + - maven\org\opensearch\distribution\integ-test-zip\opensearch\2.12.0\opensearch-2.12.0.pom.md5 + - maven\org\opensearch\distribution\integ-test-zip\opensearch\2.12.0\opensearch-2.12.0.pom.sha1 + - maven\org\opensearch\distribution\integ-test-zip\opensearch\2.12.0\opensearch-2.12.0.pom.sha256 + - maven\org\opensearch\distribution\integ-test-zip\opensearch\2.12.0\opensearch-2.12.0.pom.sha512 + - maven\org\opensearch\distribution\integ-test-zip\opensearch\2.12.0\opensearch-2.12.0.zip + - maven\org\opensearch\distribution\integ-test-zip\opensearch\2.12.0\opensearch-2.12.0.zip.md5 + - maven\org\opensearch\distribution\integ-test-zip\opensearch\2.12.0\opensearch-2.12.0.zip.sha1 + - maven\org\opensearch\distribution\integ-test-zip\opensearch\2.12.0\opensearch-2.12.0.zip.sha256 + - maven\org\opensearch\distribution\integ-test-zip\opensearch\2.12.0\opensearch-2.12.0.zip.sha512 + - maven\org\opensearch\example-rescore\maven-metadata.xml + - maven\org\opensearch\example-rescore\maven-metadata.xml.md5 + - maven\org\opensearch\example-rescore\maven-metadata.xml.sha1 + - maven\org\opensearch\example-rescore\maven-metadata.xml.sha256 + - maven\org\opensearch\example-rescore\maven-metadata.xml.sha512 + - maven\org\opensearch\example-rescore\2.12.0\example-rescore-2.12.0-javadoc.jar + - maven\org\opensearch\example-rescore\2.12.0\example-rescore-2.12.0-javadoc.jar.md5 + - maven\org\opensearch\example-rescore\2.12.0\example-rescore-2.12.0-javadoc.jar.sha1 + - maven\org\opensearch\example-rescore\2.12.0\example-rescore-2.12.0-javadoc.jar.sha256 + - maven\org\opensearch\example-rescore\2.12.0\example-rescore-2.12.0-javadoc.jar.sha512 + - maven\org\opensearch\example-rescore\2.12.0\example-rescore-2.12.0-sources.jar + - maven\org\opensearch\example-rescore\2.12.0\example-rescore-2.12.0-sources.jar.md5 + - maven\org\opensearch\example-rescore\2.12.0\example-rescore-2.12.0-sources.jar.sha1 + - maven\org\opensearch\example-rescore\2.12.0\example-rescore-2.12.0-sources.jar.sha256 + - maven\org\opensearch\example-rescore\2.12.0\example-rescore-2.12.0-sources.jar.sha512 + - maven\org\opensearch\example-rescore\2.12.0\example-rescore-2.12.0.jar + - maven\org\opensearch\example-rescore\2.12.0\example-rescore-2.12.0.jar.md5 + - maven\org\opensearch\example-rescore\2.12.0\example-rescore-2.12.0.jar.sha1 + - maven\org\opensearch\example-rescore\2.12.0\example-rescore-2.12.0.jar.sha256 + - maven\org\opensearch\example-rescore\2.12.0\example-rescore-2.12.0.jar.sha512 + - maven\org\opensearch\example-rescore\2.12.0\example-rescore-2.12.0.module + - maven\org\opensearch\example-rescore\2.12.0\example-rescore-2.12.0.module.md5 + - maven\org\opensearch\example-rescore\2.12.0\example-rescore-2.12.0.module.sha1 + - maven\org\opensearch\example-rescore\2.12.0\example-rescore-2.12.0.module.sha256 + - maven\org\opensearch\example-rescore\2.12.0\example-rescore-2.12.0.module.sha512 + - maven\org\opensearch\example-rescore\2.12.0\example-rescore-2.12.0.pom + - maven\org\opensearch\example-rescore\2.12.0\example-rescore-2.12.0.pom.md5 + - maven\org\opensearch\example-rescore\2.12.0\example-rescore-2.12.0.pom.sha1 + - maven\org\opensearch\example-rescore\2.12.0\example-rescore-2.12.0.pom.sha256 + - maven\org\opensearch\example-rescore\2.12.0\example-rescore-2.12.0.pom.sha512 + - maven\org\opensearch\gradle\build-tools\maven-metadata.xml + - maven\org\opensearch\gradle\build-tools\maven-metadata.xml.md5 + - maven\org\opensearch\gradle\build-tools\maven-metadata.xml.sha1 + - maven\org\opensearch\gradle\build-tools\maven-metadata.xml.sha256 + - maven\org\opensearch\gradle\build-tools\maven-metadata.xml.sha512 + - maven\org\opensearch\gradle\build-tools\2.12.0\build-tools-2.12.0-javadoc.jar + - maven\org\opensearch\gradle\build-tools\2.12.0\build-tools-2.12.0-javadoc.jar.md5 + - maven\org\opensearch\gradle\build-tools\2.12.0\build-tools-2.12.0-javadoc.jar.sha1 + - maven\org\opensearch\gradle\build-tools\2.12.0\build-tools-2.12.0-javadoc.jar.sha256 + - maven\org\opensearch\gradle\build-tools\2.12.0\build-tools-2.12.0-javadoc.jar.sha512 + - maven\org\opensearch\gradle\build-tools\2.12.0\build-tools-2.12.0-sources.jar + - maven\org\opensearch\gradle\build-tools\2.12.0\build-tools-2.12.0-sources.jar.md5 + - maven\org\opensearch\gradle\build-tools\2.12.0\build-tools-2.12.0-sources.jar.sha1 + - maven\org\opensearch\gradle\build-tools\2.12.0\build-tools-2.12.0-sources.jar.sha256 + - maven\org\opensearch\gradle\build-tools\2.12.0\build-tools-2.12.0-sources.jar.sha512 + - maven\org\opensearch\gradle\build-tools\2.12.0\build-tools-2.12.0-test-fixtures.jar + - maven\org\opensearch\gradle\build-tools\2.12.0\build-tools-2.12.0-test-fixtures.jar.md5 + - maven\org\opensearch\gradle\build-tools\2.12.0\build-tools-2.12.0-test-fixtures.jar.sha1 + - maven\org\opensearch\gradle\build-tools\2.12.0\build-tools-2.12.0-test-fixtures.jar.sha256 + - maven\org\opensearch\gradle\build-tools\2.12.0\build-tools-2.12.0-test-fixtures.jar.sha512 + - maven\org\opensearch\gradle\build-tools\2.12.0\build-tools-2.12.0.jar + - maven\org\opensearch\gradle\build-tools\2.12.0\build-tools-2.12.0.jar.md5 + - maven\org\opensearch\gradle\build-tools\2.12.0\build-tools-2.12.0.jar.sha1 + - maven\org\opensearch\gradle\build-tools\2.12.0\build-tools-2.12.0.jar.sha256 + - maven\org\opensearch\gradle\build-tools\2.12.0\build-tools-2.12.0.jar.sha512 + - maven\org\opensearch\gradle\build-tools\2.12.0\build-tools-2.12.0.module + - maven\org\opensearch\gradle\build-tools\2.12.0\build-tools-2.12.0.module.md5 + - maven\org\opensearch\gradle\build-tools\2.12.0\build-tools-2.12.0.module.sha1 + - maven\org\opensearch\gradle\build-tools\2.12.0\build-tools-2.12.0.module.sha256 + - maven\org\opensearch\gradle\build-tools\2.12.0\build-tools-2.12.0.module.sha512 + - maven\org\opensearch\gradle\build-tools\2.12.0\build-tools-2.12.0.pom + - maven\org\opensearch\gradle\build-tools\2.12.0\build-tools-2.12.0.pom.md5 + - maven\org\opensearch\gradle\build-tools\2.12.0\build-tools-2.12.0.pom.sha1 + - maven\org\opensearch\gradle\build-tools\2.12.0\build-tools-2.12.0.pom.sha256 + - maven\org\opensearch\gradle\build-tools\2.12.0\build-tools-2.12.0.pom.sha512 + - maven\org\opensearch\java-version-checker\maven-metadata.xml + - maven\org\opensearch\java-version-checker\maven-metadata.xml.md5 + - maven\org\opensearch\java-version-checker\maven-metadata.xml.sha1 + - maven\org\opensearch\java-version-checker\maven-metadata.xml.sha256 + - maven\org\opensearch\java-version-checker\maven-metadata.xml.sha512 + - maven\org\opensearch\java-version-checker\2.12.0\java-version-checker-2.12.0-javadoc.jar + - maven\org\opensearch\java-version-checker\2.12.0\java-version-checker-2.12.0-javadoc.jar.md5 + - maven\org\opensearch\java-version-checker\2.12.0\java-version-checker-2.12.0-javadoc.jar.sha1 + - maven\org\opensearch\java-version-checker\2.12.0\java-version-checker-2.12.0-javadoc.jar.sha256 + - maven\org\opensearch\java-version-checker\2.12.0\java-version-checker-2.12.0-javadoc.jar.sha512 + - maven\org\opensearch\java-version-checker\2.12.0\java-version-checker-2.12.0-sources.jar + - maven\org\opensearch\java-version-checker\2.12.0\java-version-checker-2.12.0-sources.jar.md5 + - maven\org\opensearch\java-version-checker\2.12.0\java-version-checker-2.12.0-sources.jar.sha1 + - maven\org\opensearch\java-version-checker\2.12.0\java-version-checker-2.12.0-sources.jar.sha256 + - maven\org\opensearch\java-version-checker\2.12.0\java-version-checker-2.12.0-sources.jar.sha512 + - maven\org\opensearch\java-version-checker\2.12.0\java-version-checker-2.12.0.jar + - maven\org\opensearch\java-version-checker\2.12.0\java-version-checker-2.12.0.jar.md5 + - maven\org\opensearch\java-version-checker\2.12.0\java-version-checker-2.12.0.jar.sha1 + - maven\org\opensearch\java-version-checker\2.12.0\java-version-checker-2.12.0.jar.sha256 + - maven\org\opensearch\java-version-checker\2.12.0\java-version-checker-2.12.0.jar.sha512 + - maven\org\opensearch\java-version-checker\2.12.0\java-version-checker-2.12.0.module + - maven\org\opensearch\java-version-checker\2.12.0\java-version-checker-2.12.0.module.md5 + - maven\org\opensearch\java-version-checker\2.12.0\java-version-checker-2.12.0.module.sha1 + - maven\org\opensearch\java-version-checker\2.12.0\java-version-checker-2.12.0.module.sha256 + - maven\org\opensearch\java-version-checker\2.12.0\java-version-checker-2.12.0.module.sha512 + - maven\org\opensearch\java-version-checker\2.12.0\java-version-checker-2.12.0.pom + - maven\org\opensearch\java-version-checker\2.12.0\java-version-checker-2.12.0.pom.md5 + - maven\org\opensearch\java-version-checker\2.12.0\java-version-checker-2.12.0.pom.sha1 + - maven\org\opensearch\java-version-checker\2.12.0\java-version-checker-2.12.0.pom.sha256 + - maven\org\opensearch\java-version-checker\2.12.0\java-version-checker-2.12.0.pom.sha512 + - maven\org\opensearch\keystore-cli\maven-metadata.xml + - maven\org\opensearch\keystore-cli\maven-metadata.xml.md5 + - maven\org\opensearch\keystore-cli\maven-metadata.xml.sha1 + - maven\org\opensearch\keystore-cli\maven-metadata.xml.sha256 + - maven\org\opensearch\keystore-cli\maven-metadata.xml.sha512 + - maven\org\opensearch\keystore-cli\2.12.0\keystore-cli-2.12.0-javadoc.jar + - maven\org\opensearch\keystore-cli\2.12.0\keystore-cli-2.12.0-javadoc.jar.md5 + - maven\org\opensearch\keystore-cli\2.12.0\keystore-cli-2.12.0-javadoc.jar.sha1 + - maven\org\opensearch\keystore-cli\2.12.0\keystore-cli-2.12.0-javadoc.jar.sha256 + - maven\org\opensearch\keystore-cli\2.12.0\keystore-cli-2.12.0-javadoc.jar.sha512 + - maven\org\opensearch\keystore-cli\2.12.0\keystore-cli-2.12.0-sources.jar + - maven\org\opensearch\keystore-cli\2.12.0\keystore-cli-2.12.0-sources.jar.md5 + - maven\org\opensearch\keystore-cli\2.12.0\keystore-cli-2.12.0-sources.jar.sha1 + - maven\org\opensearch\keystore-cli\2.12.0\keystore-cli-2.12.0-sources.jar.sha256 + - maven\org\opensearch\keystore-cli\2.12.0\keystore-cli-2.12.0-sources.jar.sha512 + - maven\org\opensearch\keystore-cli\2.12.0\keystore-cli-2.12.0.jar + - maven\org\opensearch\keystore-cli\2.12.0\keystore-cli-2.12.0.jar.md5 + - maven\org\opensearch\keystore-cli\2.12.0\keystore-cli-2.12.0.jar.sha1 + - maven\org\opensearch\keystore-cli\2.12.0\keystore-cli-2.12.0.jar.sha256 + - maven\org\opensearch\keystore-cli\2.12.0\keystore-cli-2.12.0.jar.sha512 + - maven\org\opensearch\keystore-cli\2.12.0\keystore-cli-2.12.0.module + - maven\org\opensearch\keystore-cli\2.12.0\keystore-cli-2.12.0.module.md5 + - maven\org\opensearch\keystore-cli\2.12.0\keystore-cli-2.12.0.module.sha1 + - maven\org\opensearch\keystore-cli\2.12.0\keystore-cli-2.12.0.module.sha256 + - maven\org\opensearch\keystore-cli\2.12.0\keystore-cli-2.12.0.module.sha512 + - maven\org\opensearch\keystore-cli\2.12.0\keystore-cli-2.12.0.pom + - maven\org\opensearch\keystore-cli\2.12.0\keystore-cli-2.12.0.pom.md5 + - maven\org\opensearch\keystore-cli\2.12.0\keystore-cli-2.12.0.pom.sha1 + - maven\org\opensearch\keystore-cli\2.12.0\keystore-cli-2.12.0.pom.sha256 + - maven\org\opensearch\keystore-cli\2.12.0\keystore-cli-2.12.0.pom.sha512 + - maven\org\opensearch\opensearch\maven-metadata.xml + - maven\org\opensearch\opensearch\maven-metadata.xml.md5 + - maven\org\opensearch\opensearch\maven-metadata.xml.sha1 + - maven\org\opensearch\opensearch\maven-metadata.xml.sha256 + - maven\org\opensearch\opensearch\maven-metadata.xml.sha512 + - maven\org\opensearch\opensearch\2.12.0\opensearch-2.12.0-javadoc.jar + - maven\org\opensearch\opensearch\2.12.0\opensearch-2.12.0-javadoc.jar.md5 + - maven\org\opensearch\opensearch\2.12.0\opensearch-2.12.0-javadoc.jar.sha1 + - maven\org\opensearch\opensearch\2.12.0\opensearch-2.12.0-javadoc.jar.sha256 + - maven\org\opensearch\opensearch\2.12.0\opensearch-2.12.0-javadoc.jar.sha512 + - maven\org\opensearch\opensearch\2.12.0\opensearch-2.12.0-sources.jar + - maven\org\opensearch\opensearch\2.12.0\opensearch-2.12.0-sources.jar.md5 + - maven\org\opensearch\opensearch\2.12.0\opensearch-2.12.0-sources.jar.sha1 + - maven\org\opensearch\opensearch\2.12.0\opensearch-2.12.0-sources.jar.sha256 + - maven\org\opensearch\opensearch\2.12.0\opensearch-2.12.0-sources.jar.sha512 + - maven\org\opensearch\opensearch\2.12.0\opensearch-2.12.0.jar + - maven\org\opensearch\opensearch\2.12.0\opensearch-2.12.0.jar.md5 + - maven\org\opensearch\opensearch\2.12.0\opensearch-2.12.0.jar.sha1 + - maven\org\opensearch\opensearch\2.12.0\opensearch-2.12.0.jar.sha256 + - maven\org\opensearch\opensearch\2.12.0\opensearch-2.12.0.jar.sha512 + - maven\org\opensearch\opensearch\2.12.0\opensearch-2.12.0.module + - maven\org\opensearch\opensearch\2.12.0\opensearch-2.12.0.module.md5 + - maven\org\opensearch\opensearch\2.12.0\opensearch-2.12.0.module.sha1 + - maven\org\opensearch\opensearch\2.12.0\opensearch-2.12.0.module.sha256 + - maven\org\opensearch\opensearch\2.12.0\opensearch-2.12.0.module.sha512 + - maven\org\opensearch\opensearch\2.12.0\opensearch-2.12.0.pom + - maven\org\opensearch\opensearch\2.12.0\opensearch-2.12.0.pom.md5 + - maven\org\opensearch\opensearch\2.12.0\opensearch-2.12.0.pom.sha1 + - maven\org\opensearch\opensearch\2.12.0\opensearch-2.12.0.pom.sha256 + - maven\org\opensearch\opensearch\2.12.0\opensearch-2.12.0.pom.sha512 + - maven\org\opensearch\opensearch-benchmarks\maven-metadata.xml + - maven\org\opensearch\opensearch-benchmarks\maven-metadata.xml.md5 + - maven\org\opensearch\opensearch-benchmarks\maven-metadata.xml.sha1 + - maven\org\opensearch\opensearch-benchmarks\maven-metadata.xml.sha256 + - maven\org\opensearch\opensearch-benchmarks\maven-metadata.xml.sha512 + - maven\org\opensearch\opensearch-benchmarks\2.12.0\opensearch-benchmarks-2.12.0-javadoc.jar + - maven\org\opensearch\opensearch-benchmarks\2.12.0\opensearch-benchmarks-2.12.0-javadoc.jar.md5 + - maven\org\opensearch\opensearch-benchmarks\2.12.0\opensearch-benchmarks-2.12.0-javadoc.jar.sha1 + - maven\org\opensearch\opensearch-benchmarks\2.12.0\opensearch-benchmarks-2.12.0-javadoc.jar.sha256 + - maven\org\opensearch\opensearch-benchmarks\2.12.0\opensearch-benchmarks-2.12.0-javadoc.jar.sha512 + - maven\org\opensearch\opensearch-benchmarks\2.12.0\opensearch-benchmarks-2.12.0-sources.jar + - maven\org\opensearch\opensearch-benchmarks\2.12.0\opensearch-benchmarks-2.12.0-sources.jar.md5 + - maven\org\opensearch\opensearch-benchmarks\2.12.0\opensearch-benchmarks-2.12.0-sources.jar.sha1 + - maven\org\opensearch\opensearch-benchmarks\2.12.0\opensearch-benchmarks-2.12.0-sources.jar.sha256 + - maven\org\opensearch\opensearch-benchmarks\2.12.0\opensearch-benchmarks-2.12.0-sources.jar.sha512 + - maven\org\opensearch\opensearch-benchmarks\2.12.0\opensearch-benchmarks-2.12.0.jar + - maven\org\opensearch\opensearch-benchmarks\2.12.0\opensearch-benchmarks-2.12.0.jar.md5 + - maven\org\opensearch\opensearch-benchmarks\2.12.0\opensearch-benchmarks-2.12.0.jar.sha1 + - maven\org\opensearch\opensearch-benchmarks\2.12.0\opensearch-benchmarks-2.12.0.jar.sha256 + - maven\org\opensearch\opensearch-benchmarks\2.12.0\opensearch-benchmarks-2.12.0.jar.sha512 + - maven\org\opensearch\opensearch-benchmarks\2.12.0\opensearch-benchmarks-2.12.0.module + - maven\org\opensearch\opensearch-benchmarks\2.12.0\opensearch-benchmarks-2.12.0.module.md5 + - maven\org\opensearch\opensearch-benchmarks\2.12.0\opensearch-benchmarks-2.12.0.module.sha1 + - maven\org\opensearch\opensearch-benchmarks\2.12.0\opensearch-benchmarks-2.12.0.module.sha256 + - maven\org\opensearch\opensearch-benchmarks\2.12.0\opensearch-benchmarks-2.12.0.module.sha512 + - maven\org\opensearch\opensearch-benchmarks\2.12.0\opensearch-benchmarks-2.12.0.pom + - maven\org\opensearch\opensearch-benchmarks\2.12.0\opensearch-benchmarks-2.12.0.pom.md5 + - maven\org\opensearch\opensearch-benchmarks\2.12.0\opensearch-benchmarks-2.12.0.pom.sha1 + - maven\org\opensearch\opensearch-benchmarks\2.12.0\opensearch-benchmarks-2.12.0.pom.sha256 + - maven\org\opensearch\opensearch-benchmarks\2.12.0\opensearch-benchmarks-2.12.0.pom.sha512 + - maven\org\opensearch\opensearch-cli\maven-metadata.xml + - maven\org\opensearch\opensearch-cli\maven-metadata.xml.md5 + - maven\org\opensearch\opensearch-cli\maven-metadata.xml.sha1 + - maven\org\opensearch\opensearch-cli\maven-metadata.xml.sha256 + - maven\org\opensearch\opensearch-cli\maven-metadata.xml.sha512 + - maven\org\opensearch\opensearch-cli\2.12.0\opensearch-cli-2.12.0-javadoc.jar + - maven\org\opensearch\opensearch-cli\2.12.0\opensearch-cli-2.12.0-javadoc.jar.md5 + - maven\org\opensearch\opensearch-cli\2.12.0\opensearch-cli-2.12.0-javadoc.jar.sha1 + - maven\org\opensearch\opensearch-cli\2.12.0\opensearch-cli-2.12.0-javadoc.jar.sha256 + - maven\org\opensearch\opensearch-cli\2.12.0\opensearch-cli-2.12.0-javadoc.jar.sha512 + - maven\org\opensearch\opensearch-cli\2.12.0\opensearch-cli-2.12.0-sources.jar + - maven\org\opensearch\opensearch-cli\2.12.0\opensearch-cli-2.12.0-sources.jar.md5 + - maven\org\opensearch\opensearch-cli\2.12.0\opensearch-cli-2.12.0-sources.jar.sha1 + - maven\org\opensearch\opensearch-cli\2.12.0\opensearch-cli-2.12.0-sources.jar.sha256 + - maven\org\opensearch\opensearch-cli\2.12.0\opensearch-cli-2.12.0-sources.jar.sha512 + - maven\org\opensearch\opensearch-cli\2.12.0\opensearch-cli-2.12.0.jar + - maven\org\opensearch\opensearch-cli\2.12.0\opensearch-cli-2.12.0.jar.md5 + - maven\org\opensearch\opensearch-cli\2.12.0\opensearch-cli-2.12.0.jar.sha1 + - maven\org\opensearch\opensearch-cli\2.12.0\opensearch-cli-2.12.0.jar.sha256 + - maven\org\opensearch\opensearch-cli\2.12.0\opensearch-cli-2.12.0.jar.sha512 + - maven\org\opensearch\opensearch-cli\2.12.0\opensearch-cli-2.12.0.module + - maven\org\opensearch\opensearch-cli\2.12.0\opensearch-cli-2.12.0.module.md5 + - maven\org\opensearch\opensearch-cli\2.12.0\opensearch-cli-2.12.0.module.sha1 + - maven\org\opensearch\opensearch-cli\2.12.0\opensearch-cli-2.12.0.module.sha256 + - maven\org\opensearch\opensearch-cli\2.12.0\opensearch-cli-2.12.0.module.sha512 + - maven\org\opensearch\opensearch-cli\2.12.0\opensearch-cli-2.12.0.pom + - maven\org\opensearch\opensearch-cli\2.12.0\opensearch-cli-2.12.0.pom.md5 + - maven\org\opensearch\opensearch-cli\2.12.0\opensearch-cli-2.12.0.pom.sha1 + - maven\org\opensearch\opensearch-cli\2.12.0\opensearch-cli-2.12.0.pom.sha256 + - maven\org\opensearch\opensearch-cli\2.12.0\opensearch-cli-2.12.0.pom.sha512 + - maven\org\opensearch\opensearch-common\maven-metadata.xml + - maven\org\opensearch\opensearch-common\maven-metadata.xml.md5 + - maven\org\opensearch\opensearch-common\maven-metadata.xml.sha1 + - maven\org\opensearch\opensearch-common\maven-metadata.xml.sha256 + - maven\org\opensearch\opensearch-common\maven-metadata.xml.sha512 + - maven\org\opensearch\opensearch-common\2.12.0\opensearch-common-2.12.0-javadoc.jar + - maven\org\opensearch\opensearch-common\2.12.0\opensearch-common-2.12.0-javadoc.jar.md5 + - maven\org\opensearch\opensearch-common\2.12.0\opensearch-common-2.12.0-javadoc.jar.sha1 + - maven\org\opensearch\opensearch-common\2.12.0\opensearch-common-2.12.0-javadoc.jar.sha256 + - maven\org\opensearch\opensearch-common\2.12.0\opensearch-common-2.12.0-javadoc.jar.sha512 + - maven\org\opensearch\opensearch-common\2.12.0\opensearch-common-2.12.0-sources.jar + - maven\org\opensearch\opensearch-common\2.12.0\opensearch-common-2.12.0-sources.jar.md5 + - maven\org\opensearch\opensearch-common\2.12.0\opensearch-common-2.12.0-sources.jar.sha1 + - maven\org\opensearch\opensearch-common\2.12.0\opensearch-common-2.12.0-sources.jar.sha256 + - maven\org\opensearch\opensearch-common\2.12.0\opensearch-common-2.12.0-sources.jar.sha512 + - maven\org\opensearch\opensearch-common\2.12.0\opensearch-common-2.12.0.jar + - maven\org\opensearch\opensearch-common\2.12.0\opensearch-common-2.12.0.jar.md5 + - maven\org\opensearch\opensearch-common\2.12.0\opensearch-common-2.12.0.jar.sha1 + - maven\org\opensearch\opensearch-common\2.12.0\opensearch-common-2.12.0.jar.sha256 + - maven\org\opensearch\opensearch-common\2.12.0\opensearch-common-2.12.0.jar.sha512 + - maven\org\opensearch\opensearch-common\2.12.0\opensearch-common-2.12.0.module + - maven\org\opensearch\opensearch-common\2.12.0\opensearch-common-2.12.0.module.md5 + - maven\org\opensearch\opensearch-common\2.12.0\opensearch-common-2.12.0.module.sha1 + - maven\org\opensearch\opensearch-common\2.12.0\opensearch-common-2.12.0.module.sha256 + - maven\org\opensearch\opensearch-common\2.12.0\opensearch-common-2.12.0.module.sha512 + - maven\org\opensearch\opensearch-common\2.12.0\opensearch-common-2.12.0.pom + - maven\org\opensearch\opensearch-common\2.12.0\opensearch-common-2.12.0.pom.md5 + - maven\org\opensearch\opensearch-common\2.12.0\opensearch-common-2.12.0.pom.sha1 + - maven\org\opensearch\opensearch-common\2.12.0\opensearch-common-2.12.0.pom.sha256 + - maven\org\opensearch\opensearch-common\2.12.0\opensearch-common-2.12.0.pom.sha512 + - maven\org\opensearch\opensearch-compress\maven-metadata.xml + - maven\org\opensearch\opensearch-compress\maven-metadata.xml.md5 + - maven\org\opensearch\opensearch-compress\maven-metadata.xml.sha1 + - maven\org\opensearch\opensearch-compress\maven-metadata.xml.sha256 + - maven\org\opensearch\opensearch-compress\maven-metadata.xml.sha512 + - maven\org\opensearch\opensearch-compress\2.12.0\opensearch-compress-2.12.0-javadoc.jar + - maven\org\opensearch\opensearch-compress\2.12.0\opensearch-compress-2.12.0-javadoc.jar.md5 + - maven\org\opensearch\opensearch-compress\2.12.0\opensearch-compress-2.12.0-javadoc.jar.sha1 + - maven\org\opensearch\opensearch-compress\2.12.0\opensearch-compress-2.12.0-javadoc.jar.sha256 + - maven\org\opensearch\opensearch-compress\2.12.0\opensearch-compress-2.12.0-javadoc.jar.sha512 + - maven\org\opensearch\opensearch-compress\2.12.0\opensearch-compress-2.12.0-sources.jar + - maven\org\opensearch\opensearch-compress\2.12.0\opensearch-compress-2.12.0-sources.jar.md5 + - maven\org\opensearch\opensearch-compress\2.12.0\opensearch-compress-2.12.0-sources.jar.sha1 + - maven\org\opensearch\opensearch-compress\2.12.0\opensearch-compress-2.12.0-sources.jar.sha256 + - maven\org\opensearch\opensearch-compress\2.12.0\opensearch-compress-2.12.0-sources.jar.sha512 + - maven\org\opensearch\opensearch-compress\2.12.0\opensearch-compress-2.12.0.jar + - maven\org\opensearch\opensearch-compress\2.12.0\opensearch-compress-2.12.0.jar.md5 + - maven\org\opensearch\opensearch-compress\2.12.0\opensearch-compress-2.12.0.jar.sha1 + - maven\org\opensearch\opensearch-compress\2.12.0\opensearch-compress-2.12.0.jar.sha256 + - maven\org\opensearch\opensearch-compress\2.12.0\opensearch-compress-2.12.0.jar.sha512 + - maven\org\opensearch\opensearch-compress\2.12.0\opensearch-compress-2.12.0.module + - maven\org\opensearch\opensearch-compress\2.12.0\opensearch-compress-2.12.0.module.md5 + - maven\org\opensearch\opensearch-compress\2.12.0\opensearch-compress-2.12.0.module.sha1 + - maven\org\opensearch\opensearch-compress\2.12.0\opensearch-compress-2.12.0.module.sha256 + - maven\org\opensearch\opensearch-compress\2.12.0\opensearch-compress-2.12.0.module.sha512 + - maven\org\opensearch\opensearch-compress\2.12.0\opensearch-compress-2.12.0.pom + - maven\org\opensearch\opensearch-compress\2.12.0\opensearch-compress-2.12.0.pom.md5 + - maven\org\opensearch\opensearch-compress\2.12.0\opensearch-compress-2.12.0.pom.sha1 + - maven\org\opensearch\opensearch-compress\2.12.0\opensearch-compress-2.12.0.pom.sha256 + - maven\org\opensearch\opensearch-compress\2.12.0\opensearch-compress-2.12.0.pom.sha512 + - maven\org\opensearch\opensearch-core\maven-metadata.xml + - maven\org\opensearch\opensearch-core\maven-metadata.xml.md5 + - maven\org\opensearch\opensearch-core\maven-metadata.xml.sha1 + - maven\org\opensearch\opensearch-core\maven-metadata.xml.sha256 + - maven\org\opensearch\opensearch-core\maven-metadata.xml.sha512 + - maven\org\opensearch\opensearch-core\2.12.0\opensearch-core-2.12.0-javadoc.jar + - maven\org\opensearch\opensearch-core\2.12.0\opensearch-core-2.12.0-javadoc.jar.md5 + - maven\org\opensearch\opensearch-core\2.12.0\opensearch-core-2.12.0-javadoc.jar.sha1 + - maven\org\opensearch\opensearch-core\2.12.0\opensearch-core-2.12.0-javadoc.jar.sha256 + - maven\org\opensearch\opensearch-core\2.12.0\opensearch-core-2.12.0-javadoc.jar.sha512 + - maven\org\opensearch\opensearch-core\2.12.0\opensearch-core-2.12.0-sources.jar + - maven\org\opensearch\opensearch-core\2.12.0\opensearch-core-2.12.0-sources.jar.md5 + - maven\org\opensearch\opensearch-core\2.12.0\opensearch-core-2.12.0-sources.jar.sha1 + - maven\org\opensearch\opensearch-core\2.12.0\opensearch-core-2.12.0-sources.jar.sha256 + - maven\org\opensearch\opensearch-core\2.12.0\opensearch-core-2.12.0-sources.jar.sha512 + - maven\org\opensearch\opensearch-core\2.12.0\opensearch-core-2.12.0.jar + - maven\org\opensearch\opensearch-core\2.12.0\opensearch-core-2.12.0.jar.md5 + - maven\org\opensearch\opensearch-core\2.12.0\opensearch-core-2.12.0.jar.sha1 + - maven\org\opensearch\opensearch-core\2.12.0\opensearch-core-2.12.0.jar.sha256 + - maven\org\opensearch\opensearch-core\2.12.0\opensearch-core-2.12.0.jar.sha512 + - maven\org\opensearch\opensearch-core\2.12.0\opensearch-core-2.12.0.module + - maven\org\opensearch\opensearch-core\2.12.0\opensearch-core-2.12.0.module.md5 + - maven\org\opensearch\opensearch-core\2.12.0\opensearch-core-2.12.0.module.sha1 + - maven\org\opensearch\opensearch-core\2.12.0\opensearch-core-2.12.0.module.sha256 + - maven\org\opensearch\opensearch-core\2.12.0\opensearch-core-2.12.0.module.sha512 + - maven\org\opensearch\opensearch-core\2.12.0\opensearch-core-2.12.0.pom + - maven\org\opensearch\opensearch-core\2.12.0\opensearch-core-2.12.0.pom.md5 + - maven\org\opensearch\opensearch-core\2.12.0\opensearch-core-2.12.0.pom.sha1 + - maven\org\opensearch\opensearch-core\2.12.0\opensearch-core-2.12.0.pom.sha256 + - maven\org\opensearch\opensearch-core\2.12.0\opensearch-core-2.12.0.pom.sha512 + - maven\org\opensearch\opensearch-dissect\maven-metadata.xml + - maven\org\opensearch\opensearch-dissect\maven-metadata.xml.md5 + - maven\org\opensearch\opensearch-dissect\maven-metadata.xml.sha1 + - maven\org\opensearch\opensearch-dissect\maven-metadata.xml.sha256 + - maven\org\opensearch\opensearch-dissect\maven-metadata.xml.sha512 + - maven\org\opensearch\opensearch-dissect\2.12.0\opensearch-dissect-2.12.0-javadoc.jar + - maven\org\opensearch\opensearch-dissect\2.12.0\opensearch-dissect-2.12.0-javadoc.jar.md5 + - maven\org\opensearch\opensearch-dissect\2.12.0\opensearch-dissect-2.12.0-javadoc.jar.sha1 + - maven\org\opensearch\opensearch-dissect\2.12.0\opensearch-dissect-2.12.0-javadoc.jar.sha256 + - maven\org\opensearch\opensearch-dissect\2.12.0\opensearch-dissect-2.12.0-javadoc.jar.sha512 + - maven\org\opensearch\opensearch-dissect\2.12.0\opensearch-dissect-2.12.0-sources.jar + - maven\org\opensearch\opensearch-dissect\2.12.0\opensearch-dissect-2.12.0-sources.jar.md5 + - maven\org\opensearch\opensearch-dissect\2.12.0\opensearch-dissect-2.12.0-sources.jar.sha1 + - maven\org\opensearch\opensearch-dissect\2.12.0\opensearch-dissect-2.12.0-sources.jar.sha256 + - maven\org\opensearch\opensearch-dissect\2.12.0\opensearch-dissect-2.12.0-sources.jar.sha512 + - maven\org\opensearch\opensearch-dissect\2.12.0\opensearch-dissect-2.12.0.jar + - maven\org\opensearch\opensearch-dissect\2.12.0\opensearch-dissect-2.12.0.jar.md5 + - maven\org\opensearch\opensearch-dissect\2.12.0\opensearch-dissect-2.12.0.jar.sha1 + - maven\org\opensearch\opensearch-dissect\2.12.0\opensearch-dissect-2.12.0.jar.sha256 + - maven\org\opensearch\opensearch-dissect\2.12.0\opensearch-dissect-2.12.0.jar.sha512 + - maven\org\opensearch\opensearch-dissect\2.12.0\opensearch-dissect-2.12.0.module + - maven\org\opensearch\opensearch-dissect\2.12.0\opensearch-dissect-2.12.0.module.md5 + - maven\org\opensearch\opensearch-dissect\2.12.0\opensearch-dissect-2.12.0.module.sha1 + - maven\org\opensearch\opensearch-dissect\2.12.0\opensearch-dissect-2.12.0.module.sha256 + - maven\org\opensearch\opensearch-dissect\2.12.0\opensearch-dissect-2.12.0.module.sha512 + - maven\org\opensearch\opensearch-dissect\2.12.0\opensearch-dissect-2.12.0.pom + - maven\org\opensearch\opensearch-dissect\2.12.0\opensearch-dissect-2.12.0.pom.md5 + - maven\org\opensearch\opensearch-dissect\2.12.0\opensearch-dissect-2.12.0.pom.sha1 + - maven\org\opensearch\opensearch-dissect\2.12.0\opensearch-dissect-2.12.0.pom.sha256 + - maven\org\opensearch\opensearch-dissect\2.12.0\opensearch-dissect-2.12.0.pom.sha512 + - maven\org\opensearch\opensearch-geo\maven-metadata.xml + - maven\org\opensearch\opensearch-geo\maven-metadata.xml.md5 + - maven\org\opensearch\opensearch-geo\maven-metadata.xml.sha1 + - maven\org\opensearch\opensearch-geo\maven-metadata.xml.sha256 + - maven\org\opensearch\opensearch-geo\maven-metadata.xml.sha512 + - maven\org\opensearch\opensearch-geo\2.12.0\opensearch-geo-2.12.0-javadoc.jar + - maven\org\opensearch\opensearch-geo\2.12.0\opensearch-geo-2.12.0-javadoc.jar.md5 + - maven\org\opensearch\opensearch-geo\2.12.0\opensearch-geo-2.12.0-javadoc.jar.sha1 + - maven\org\opensearch\opensearch-geo\2.12.0\opensearch-geo-2.12.0-javadoc.jar.sha256 + - maven\org\opensearch\opensearch-geo\2.12.0\opensearch-geo-2.12.0-javadoc.jar.sha512 + - maven\org\opensearch\opensearch-geo\2.12.0\opensearch-geo-2.12.0-sources.jar + - maven\org\opensearch\opensearch-geo\2.12.0\opensearch-geo-2.12.0-sources.jar.md5 + - maven\org\opensearch\opensearch-geo\2.12.0\opensearch-geo-2.12.0-sources.jar.sha1 + - maven\org\opensearch\opensearch-geo\2.12.0\opensearch-geo-2.12.0-sources.jar.sha256 + - maven\org\opensearch\opensearch-geo\2.12.0\opensearch-geo-2.12.0-sources.jar.sha512 + - maven\org\opensearch\opensearch-geo\2.12.0\opensearch-geo-2.12.0.jar + - maven\org\opensearch\opensearch-geo\2.12.0\opensearch-geo-2.12.0.jar.md5 + - maven\org\opensearch\opensearch-geo\2.12.0\opensearch-geo-2.12.0.jar.sha1 + - maven\org\opensearch\opensearch-geo\2.12.0\opensearch-geo-2.12.0.jar.sha256 + - maven\org\opensearch\opensearch-geo\2.12.0\opensearch-geo-2.12.0.jar.sha512 + - maven\org\opensearch\opensearch-geo\2.12.0\opensearch-geo-2.12.0.module + - maven\org\opensearch\opensearch-geo\2.12.0\opensearch-geo-2.12.0.module.md5 + - maven\org\opensearch\opensearch-geo\2.12.0\opensearch-geo-2.12.0.module.sha1 + - maven\org\opensearch\opensearch-geo\2.12.0\opensearch-geo-2.12.0.module.sha256 + - maven\org\opensearch\opensearch-geo\2.12.0\opensearch-geo-2.12.0.module.sha512 + - maven\org\opensearch\opensearch-geo\2.12.0\opensearch-geo-2.12.0.pom + - maven\org\opensearch\opensearch-geo\2.12.0\opensearch-geo-2.12.0.pom.md5 + - maven\org\opensearch\opensearch-geo\2.12.0\opensearch-geo-2.12.0.pom.sha1 + - maven\org\opensearch\opensearch-geo\2.12.0\opensearch-geo-2.12.0.pom.sha256 + - maven\org\opensearch\opensearch-geo\2.12.0\opensearch-geo-2.12.0.pom.sha512 + - maven\org\opensearch\opensearch-grok\maven-metadata.xml + - maven\org\opensearch\opensearch-grok\maven-metadata.xml.md5 + - maven\org\opensearch\opensearch-grok\maven-metadata.xml.sha1 + - maven\org\opensearch\opensearch-grok\maven-metadata.xml.sha256 + - maven\org\opensearch\opensearch-grok\maven-metadata.xml.sha512 + - maven\org\opensearch\opensearch-grok\2.12.0\opensearch-grok-2.12.0-javadoc.jar + - maven\org\opensearch\opensearch-grok\2.12.0\opensearch-grok-2.12.0-javadoc.jar.md5 + - maven\org\opensearch\opensearch-grok\2.12.0\opensearch-grok-2.12.0-javadoc.jar.sha1 + - maven\org\opensearch\opensearch-grok\2.12.0\opensearch-grok-2.12.0-javadoc.jar.sha256 + - maven\org\opensearch\opensearch-grok\2.12.0\opensearch-grok-2.12.0-javadoc.jar.sha512 + - maven\org\opensearch\opensearch-grok\2.12.0\opensearch-grok-2.12.0-sources.jar + - maven\org\opensearch\opensearch-grok\2.12.0\opensearch-grok-2.12.0-sources.jar.md5 + - maven\org\opensearch\opensearch-grok\2.12.0\opensearch-grok-2.12.0-sources.jar.sha1 + - maven\org\opensearch\opensearch-grok\2.12.0\opensearch-grok-2.12.0-sources.jar.sha256 + - maven\org\opensearch\opensearch-grok\2.12.0\opensearch-grok-2.12.0-sources.jar.sha512 + - maven\org\opensearch\opensearch-grok\2.12.0\opensearch-grok-2.12.0.jar + - maven\org\opensearch\opensearch-grok\2.12.0\opensearch-grok-2.12.0.jar.md5 + - maven\org\opensearch\opensearch-grok\2.12.0\opensearch-grok-2.12.0.jar.sha1 + - maven\org\opensearch\opensearch-grok\2.12.0\opensearch-grok-2.12.0.jar.sha256 + - maven\org\opensearch\opensearch-grok\2.12.0\opensearch-grok-2.12.0.jar.sha512 + - maven\org\opensearch\opensearch-grok\2.12.0\opensearch-grok-2.12.0.module + - maven\org\opensearch\opensearch-grok\2.12.0\opensearch-grok-2.12.0.module.md5 + - maven\org\opensearch\opensearch-grok\2.12.0\opensearch-grok-2.12.0.module.sha1 + - maven\org\opensearch\opensearch-grok\2.12.0\opensearch-grok-2.12.0.module.sha256 + - maven\org\opensearch\opensearch-grok\2.12.0\opensearch-grok-2.12.0.module.sha512 + - maven\org\opensearch\opensearch-grok\2.12.0\opensearch-grok-2.12.0.pom + - maven\org\opensearch\opensearch-grok\2.12.0\opensearch-grok-2.12.0.pom.md5 + - maven\org\opensearch\opensearch-grok\2.12.0\opensearch-grok-2.12.0.pom.sha1 + - maven\org\opensearch\opensearch-grok\2.12.0\opensearch-grok-2.12.0.pom.sha256 + - maven\org\opensearch\opensearch-grok\2.12.0\opensearch-grok-2.12.0.pom.sha512 + - maven\org\opensearch\opensearch-launchers\maven-metadata.xml + - maven\org\opensearch\opensearch-launchers\maven-metadata.xml.md5 + - maven\org\opensearch\opensearch-launchers\maven-metadata.xml.sha1 + - maven\org\opensearch\opensearch-launchers\maven-metadata.xml.sha256 + - maven\org\opensearch\opensearch-launchers\maven-metadata.xml.sha512 + - maven\org\opensearch\opensearch-launchers\2.12.0\opensearch-launchers-2.12.0-javadoc.jar + - maven\org\opensearch\opensearch-launchers\2.12.0\opensearch-launchers-2.12.0-javadoc.jar.md5 + - maven\org\opensearch\opensearch-launchers\2.12.0\opensearch-launchers-2.12.0-javadoc.jar.sha1 + - maven\org\opensearch\opensearch-launchers\2.12.0\opensearch-launchers-2.12.0-javadoc.jar.sha256 + - maven\org\opensearch\opensearch-launchers\2.12.0\opensearch-launchers-2.12.0-javadoc.jar.sha512 + - maven\org\opensearch\opensearch-launchers\2.12.0\opensearch-launchers-2.12.0-sources.jar + - maven\org\opensearch\opensearch-launchers\2.12.0\opensearch-launchers-2.12.0-sources.jar.md5 + - maven\org\opensearch\opensearch-launchers\2.12.0\opensearch-launchers-2.12.0-sources.jar.sha1 + - maven\org\opensearch\opensearch-launchers\2.12.0\opensearch-launchers-2.12.0-sources.jar.sha256 + - maven\org\opensearch\opensearch-launchers\2.12.0\opensearch-launchers-2.12.0-sources.jar.sha512 + - maven\org\opensearch\opensearch-launchers\2.12.0\opensearch-launchers-2.12.0.jar + - maven\org\opensearch\opensearch-launchers\2.12.0\opensearch-launchers-2.12.0.jar.md5 + - maven\org\opensearch\opensearch-launchers\2.12.0\opensearch-launchers-2.12.0.jar.sha1 + - maven\org\opensearch\opensearch-launchers\2.12.0\opensearch-launchers-2.12.0.jar.sha256 + - maven\org\opensearch\opensearch-launchers\2.12.0\opensearch-launchers-2.12.0.jar.sha512 + - maven\org\opensearch\opensearch-launchers\2.12.0\opensearch-launchers-2.12.0.module + - maven\org\opensearch\opensearch-launchers\2.12.0\opensearch-launchers-2.12.0.module.md5 + - maven\org\opensearch\opensearch-launchers\2.12.0\opensearch-launchers-2.12.0.module.sha1 + - maven\org\opensearch\opensearch-launchers\2.12.0\opensearch-launchers-2.12.0.module.sha256 + - maven\org\opensearch\opensearch-launchers\2.12.0\opensearch-launchers-2.12.0.module.sha512 + - maven\org\opensearch\opensearch-launchers\2.12.0\opensearch-launchers-2.12.0.pom + - maven\org\opensearch\opensearch-launchers\2.12.0\opensearch-launchers-2.12.0.pom.md5 + - maven\org\opensearch\opensearch-launchers\2.12.0\opensearch-launchers-2.12.0.pom.sha1 + - maven\org\opensearch\opensearch-launchers\2.12.0\opensearch-launchers-2.12.0.pom.sha256 + - maven\org\opensearch\opensearch-launchers\2.12.0\opensearch-launchers-2.12.0.pom.sha512 + - maven\org\opensearch\opensearch-nio\maven-metadata.xml + - maven\org\opensearch\opensearch-nio\maven-metadata.xml.md5 + - maven\org\opensearch\opensearch-nio\maven-metadata.xml.sha1 + - maven\org\opensearch\opensearch-nio\maven-metadata.xml.sha256 + - maven\org\opensearch\opensearch-nio\maven-metadata.xml.sha512 + - maven\org\opensearch\opensearch-nio\2.12.0\opensearch-nio-2.12.0-javadoc.jar + - maven\org\opensearch\opensearch-nio\2.12.0\opensearch-nio-2.12.0-javadoc.jar.md5 + - maven\org\opensearch\opensearch-nio\2.12.0\opensearch-nio-2.12.0-javadoc.jar.sha1 + - maven\org\opensearch\opensearch-nio\2.12.0\opensearch-nio-2.12.0-javadoc.jar.sha256 + - maven\org\opensearch\opensearch-nio\2.12.0\opensearch-nio-2.12.0-javadoc.jar.sha512 + - maven\org\opensearch\opensearch-nio\2.12.0\opensearch-nio-2.12.0-sources.jar + - maven\org\opensearch\opensearch-nio\2.12.0\opensearch-nio-2.12.0-sources.jar.md5 + - maven\org\opensearch\opensearch-nio\2.12.0\opensearch-nio-2.12.0-sources.jar.sha1 + - maven\org\opensearch\opensearch-nio\2.12.0\opensearch-nio-2.12.0-sources.jar.sha256 + - maven\org\opensearch\opensearch-nio\2.12.0\opensearch-nio-2.12.0-sources.jar.sha512 + - maven\org\opensearch\opensearch-nio\2.12.0\opensearch-nio-2.12.0.jar + - maven\org\opensearch\opensearch-nio\2.12.0\opensearch-nio-2.12.0.jar.md5 + - maven\org\opensearch\opensearch-nio\2.12.0\opensearch-nio-2.12.0.jar.sha1 + - maven\org\opensearch\opensearch-nio\2.12.0\opensearch-nio-2.12.0.jar.sha256 + - maven\org\opensearch\opensearch-nio\2.12.0\opensearch-nio-2.12.0.jar.sha512 + - maven\org\opensearch\opensearch-nio\2.12.0\opensearch-nio-2.12.0.module + - maven\org\opensearch\opensearch-nio\2.12.0\opensearch-nio-2.12.0.module.md5 + - maven\org\opensearch\opensearch-nio\2.12.0\opensearch-nio-2.12.0.module.sha1 + - maven\org\opensearch\opensearch-nio\2.12.0\opensearch-nio-2.12.0.module.sha256 + - maven\org\opensearch\opensearch-nio\2.12.0\opensearch-nio-2.12.0.module.sha512 + - maven\org\opensearch\opensearch-nio\2.12.0\opensearch-nio-2.12.0.pom + - maven\org\opensearch\opensearch-nio\2.12.0\opensearch-nio-2.12.0.pom.md5 + - maven\org\opensearch\opensearch-nio\2.12.0\opensearch-nio-2.12.0.pom.sha1 + - maven\org\opensearch\opensearch-nio\2.12.0\opensearch-nio-2.12.0.pom.sha256 + - maven\org\opensearch\opensearch-nio\2.12.0\opensearch-nio-2.12.0.pom.sha512 + - maven\org\opensearch\opensearch-plugin-classloader\maven-metadata.xml + - maven\org\opensearch\opensearch-plugin-classloader\maven-metadata.xml.md5 + - maven\org\opensearch\opensearch-plugin-classloader\maven-metadata.xml.sha1 + - maven\org\opensearch\opensearch-plugin-classloader\maven-metadata.xml.sha256 + - maven\org\opensearch\opensearch-plugin-classloader\maven-metadata.xml.sha512 + - maven\org\opensearch\opensearch-plugin-classloader\2.12.0\opensearch-plugin-classloader-2.12.0-javadoc.jar + - maven\org\opensearch\opensearch-plugin-classloader\2.12.0\opensearch-plugin-classloader-2.12.0-javadoc.jar.md5 + - maven\org\opensearch\opensearch-plugin-classloader\2.12.0\opensearch-plugin-classloader-2.12.0-javadoc.jar.sha1 + - maven\org\opensearch\opensearch-plugin-classloader\2.12.0\opensearch-plugin-classloader-2.12.0-javadoc.jar.sha256 + - maven\org\opensearch\opensearch-plugin-classloader\2.12.0\opensearch-plugin-classloader-2.12.0-javadoc.jar.sha512 + - maven\org\opensearch\opensearch-plugin-classloader\2.12.0\opensearch-plugin-classloader-2.12.0-sources.jar + - maven\org\opensearch\opensearch-plugin-classloader\2.12.0\opensearch-plugin-classloader-2.12.0-sources.jar.md5 + - maven\org\opensearch\opensearch-plugin-classloader\2.12.0\opensearch-plugin-classloader-2.12.0-sources.jar.sha1 + - maven\org\opensearch\opensearch-plugin-classloader\2.12.0\opensearch-plugin-classloader-2.12.0-sources.jar.sha256 + - maven\org\opensearch\opensearch-plugin-classloader\2.12.0\opensearch-plugin-classloader-2.12.0-sources.jar.sha512 + - maven\org\opensearch\opensearch-plugin-classloader\2.12.0\opensearch-plugin-classloader-2.12.0.jar + - maven\org\opensearch\opensearch-plugin-classloader\2.12.0\opensearch-plugin-classloader-2.12.0.jar.md5 + - maven\org\opensearch\opensearch-plugin-classloader\2.12.0\opensearch-plugin-classloader-2.12.0.jar.sha1 + - maven\org\opensearch\opensearch-plugin-classloader\2.12.0\opensearch-plugin-classloader-2.12.0.jar.sha256 + - maven\org\opensearch\opensearch-plugin-classloader\2.12.0\opensearch-plugin-classloader-2.12.0.jar.sha512 + - maven\org\opensearch\opensearch-plugin-classloader\2.12.0\opensearch-plugin-classloader-2.12.0.module + - maven\org\opensearch\opensearch-plugin-classloader\2.12.0\opensearch-plugin-classloader-2.12.0.module.md5 + - maven\org\opensearch\opensearch-plugin-classloader\2.12.0\opensearch-plugin-classloader-2.12.0.module.sha1 + - maven\org\opensearch\opensearch-plugin-classloader\2.12.0\opensearch-plugin-classloader-2.12.0.module.sha256 + - maven\org\opensearch\opensearch-plugin-classloader\2.12.0\opensearch-plugin-classloader-2.12.0.module.sha512 + - maven\org\opensearch\opensearch-plugin-classloader\2.12.0\opensearch-plugin-classloader-2.12.0.pom + - maven\org\opensearch\opensearch-plugin-classloader\2.12.0\opensearch-plugin-classloader-2.12.0.pom.md5 + - maven\org\opensearch\opensearch-plugin-classloader\2.12.0\opensearch-plugin-classloader-2.12.0.pom.sha1 + - maven\org\opensearch\opensearch-plugin-classloader\2.12.0\opensearch-plugin-classloader-2.12.0.pom.sha256 + - maven\org\opensearch\opensearch-plugin-classloader\2.12.0\opensearch-plugin-classloader-2.12.0.pom.sha512 + - maven\org\opensearch\opensearch-plugin-cli\maven-metadata.xml + - maven\org\opensearch\opensearch-plugin-cli\maven-metadata.xml.md5 + - maven\org\opensearch\opensearch-plugin-cli\maven-metadata.xml.sha1 + - maven\org\opensearch\opensearch-plugin-cli\maven-metadata.xml.sha256 + - maven\org\opensearch\opensearch-plugin-cli\maven-metadata.xml.sha512 + - maven\org\opensearch\opensearch-plugin-cli\2.12.0\opensearch-plugin-cli-2.12.0-javadoc.jar + - maven\org\opensearch\opensearch-plugin-cli\2.12.0\opensearch-plugin-cli-2.12.0-javadoc.jar.md5 + - maven\org\opensearch\opensearch-plugin-cli\2.12.0\opensearch-plugin-cli-2.12.0-javadoc.jar.sha1 + - maven\org\opensearch\opensearch-plugin-cli\2.12.0\opensearch-plugin-cli-2.12.0-javadoc.jar.sha256 + - maven\org\opensearch\opensearch-plugin-cli\2.12.0\opensearch-plugin-cli-2.12.0-javadoc.jar.sha512 + - maven\org\opensearch\opensearch-plugin-cli\2.12.0\opensearch-plugin-cli-2.12.0-sources.jar + - maven\org\opensearch\opensearch-plugin-cli\2.12.0\opensearch-plugin-cli-2.12.0-sources.jar.md5 + - maven\org\opensearch\opensearch-plugin-cli\2.12.0\opensearch-plugin-cli-2.12.0-sources.jar.sha1 + - maven\org\opensearch\opensearch-plugin-cli\2.12.0\opensearch-plugin-cli-2.12.0-sources.jar.sha256 + - maven\org\opensearch\opensearch-plugin-cli\2.12.0\opensearch-plugin-cli-2.12.0-sources.jar.sha512 + - maven\org\opensearch\opensearch-plugin-cli\2.12.0\opensearch-plugin-cli-2.12.0.jar + - maven\org\opensearch\opensearch-plugin-cli\2.12.0\opensearch-plugin-cli-2.12.0.jar.md5 + - maven\org\opensearch\opensearch-plugin-cli\2.12.0\opensearch-plugin-cli-2.12.0.jar.sha1 + - maven\org\opensearch\opensearch-plugin-cli\2.12.0\opensearch-plugin-cli-2.12.0.jar.sha256 + - maven\org\opensearch\opensearch-plugin-cli\2.12.0\opensearch-plugin-cli-2.12.0.jar.sha512 + - maven\org\opensearch\opensearch-plugin-cli\2.12.0\opensearch-plugin-cli-2.12.0.module + - maven\org\opensearch\opensearch-plugin-cli\2.12.0\opensearch-plugin-cli-2.12.0.module.md5 + - maven\org\opensearch\opensearch-plugin-cli\2.12.0\opensearch-plugin-cli-2.12.0.module.sha1 + - maven\org\opensearch\opensearch-plugin-cli\2.12.0\opensearch-plugin-cli-2.12.0.module.sha256 + - maven\org\opensearch\opensearch-plugin-cli\2.12.0\opensearch-plugin-cli-2.12.0.module.sha512 + - maven\org\opensearch\opensearch-plugin-cli\2.12.0\opensearch-plugin-cli-2.12.0.pom + - maven\org\opensearch\opensearch-plugin-cli\2.12.0\opensearch-plugin-cli-2.12.0.pom.md5 + - maven\org\opensearch\opensearch-plugin-cli\2.12.0\opensearch-plugin-cli-2.12.0.pom.sha1 + - maven\org\opensearch\opensearch-plugin-cli\2.12.0\opensearch-plugin-cli-2.12.0.pom.sha256 + - maven\org\opensearch\opensearch-plugin-cli\2.12.0\opensearch-plugin-cli-2.12.0.pom.sha512 + - maven\org\opensearch\opensearch-secure-sm\maven-metadata.xml + - maven\org\opensearch\opensearch-secure-sm\maven-metadata.xml.md5 + - maven\org\opensearch\opensearch-secure-sm\maven-metadata.xml.sha1 + - maven\org\opensearch\opensearch-secure-sm\maven-metadata.xml.sha256 + - maven\org\opensearch\opensearch-secure-sm\maven-metadata.xml.sha512 + - maven\org\opensearch\opensearch-secure-sm\2.12.0\opensearch-secure-sm-2.12.0-javadoc.jar + - maven\org\opensearch\opensearch-secure-sm\2.12.0\opensearch-secure-sm-2.12.0-javadoc.jar.md5 + - maven\org\opensearch\opensearch-secure-sm\2.12.0\opensearch-secure-sm-2.12.0-javadoc.jar.sha1 + - maven\org\opensearch\opensearch-secure-sm\2.12.0\opensearch-secure-sm-2.12.0-javadoc.jar.sha256 + - maven\org\opensearch\opensearch-secure-sm\2.12.0\opensearch-secure-sm-2.12.0-javadoc.jar.sha512 + - maven\org\opensearch\opensearch-secure-sm\2.12.0\opensearch-secure-sm-2.12.0-sources.jar + - maven\org\opensearch\opensearch-secure-sm\2.12.0\opensearch-secure-sm-2.12.0-sources.jar.md5 + - maven\org\opensearch\opensearch-secure-sm\2.12.0\opensearch-secure-sm-2.12.0-sources.jar.sha1 + - maven\org\opensearch\opensearch-secure-sm\2.12.0\opensearch-secure-sm-2.12.0-sources.jar.sha256 + - maven\org\opensearch\opensearch-secure-sm\2.12.0\opensearch-secure-sm-2.12.0-sources.jar.sha512 + - maven\org\opensearch\opensearch-secure-sm\2.12.0\opensearch-secure-sm-2.12.0.jar + - maven\org\opensearch\opensearch-secure-sm\2.12.0\opensearch-secure-sm-2.12.0.jar.md5 + - maven\org\opensearch\opensearch-secure-sm\2.12.0\opensearch-secure-sm-2.12.0.jar.sha1 + - maven\org\opensearch\opensearch-secure-sm\2.12.0\opensearch-secure-sm-2.12.0.jar.sha256 + - maven\org\opensearch\opensearch-secure-sm\2.12.0\opensearch-secure-sm-2.12.0.jar.sha512 + - maven\org\opensearch\opensearch-secure-sm\2.12.0\opensearch-secure-sm-2.12.0.module + - maven\org\opensearch\opensearch-secure-sm\2.12.0\opensearch-secure-sm-2.12.0.module.md5 + - maven\org\opensearch\opensearch-secure-sm\2.12.0\opensearch-secure-sm-2.12.0.module.sha1 + - maven\org\opensearch\opensearch-secure-sm\2.12.0\opensearch-secure-sm-2.12.0.module.sha256 + - maven\org\opensearch\opensearch-secure-sm\2.12.0\opensearch-secure-sm-2.12.0.module.sha512 + - maven\org\opensearch\opensearch-secure-sm\2.12.0\opensearch-secure-sm-2.12.0.pom + - maven\org\opensearch\opensearch-secure-sm\2.12.0\opensearch-secure-sm-2.12.0.pom.md5 + - maven\org\opensearch\opensearch-secure-sm\2.12.0\opensearch-secure-sm-2.12.0.pom.sha1 + - maven\org\opensearch\opensearch-secure-sm\2.12.0\opensearch-secure-sm-2.12.0.pom.sha256 + - maven\org\opensearch\opensearch-secure-sm\2.12.0\opensearch-secure-sm-2.12.0.pom.sha512 + - maven\org\opensearch\opensearch-ssl-config\maven-metadata.xml + - maven\org\opensearch\opensearch-ssl-config\maven-metadata.xml.md5 + - maven\org\opensearch\opensearch-ssl-config\maven-metadata.xml.sha1 + - maven\org\opensearch\opensearch-ssl-config\maven-metadata.xml.sha256 + - maven\org\opensearch\opensearch-ssl-config\maven-metadata.xml.sha512 + - maven\org\opensearch\opensearch-ssl-config\2.12.0\opensearch-ssl-config-2.12.0-javadoc.jar + - maven\org\opensearch\opensearch-ssl-config\2.12.0\opensearch-ssl-config-2.12.0-javadoc.jar.md5 + - maven\org\opensearch\opensearch-ssl-config\2.12.0\opensearch-ssl-config-2.12.0-javadoc.jar.sha1 + - maven\org\opensearch\opensearch-ssl-config\2.12.0\opensearch-ssl-config-2.12.0-javadoc.jar.sha256 + - maven\org\opensearch\opensearch-ssl-config\2.12.0\opensearch-ssl-config-2.12.0-javadoc.jar.sha512 + - maven\org\opensearch\opensearch-ssl-config\2.12.0\opensearch-ssl-config-2.12.0-sources.jar + - maven\org\opensearch\opensearch-ssl-config\2.12.0\opensearch-ssl-config-2.12.0-sources.jar.md5 + - maven\org\opensearch\opensearch-ssl-config\2.12.0\opensearch-ssl-config-2.12.0-sources.jar.sha1 + - maven\org\opensearch\opensearch-ssl-config\2.12.0\opensearch-ssl-config-2.12.0-sources.jar.sha256 + - maven\org\opensearch\opensearch-ssl-config\2.12.0\opensearch-ssl-config-2.12.0-sources.jar.sha512 + - maven\org\opensearch\opensearch-ssl-config\2.12.0\opensearch-ssl-config-2.12.0.jar + - maven\org\opensearch\opensearch-ssl-config\2.12.0\opensearch-ssl-config-2.12.0.jar.md5 + - maven\org\opensearch\opensearch-ssl-config\2.12.0\opensearch-ssl-config-2.12.0.jar.sha1 + - maven\org\opensearch\opensearch-ssl-config\2.12.0\opensearch-ssl-config-2.12.0.jar.sha256 + - maven\org\opensearch\opensearch-ssl-config\2.12.0\opensearch-ssl-config-2.12.0.jar.sha512 + - maven\org\opensearch\opensearch-ssl-config\2.12.0\opensearch-ssl-config-2.12.0.module + - maven\org\opensearch\opensearch-ssl-config\2.12.0\opensearch-ssl-config-2.12.0.module.md5 + - maven\org\opensearch\opensearch-ssl-config\2.12.0\opensearch-ssl-config-2.12.0.module.sha1 + - maven\org\opensearch\opensearch-ssl-config\2.12.0\opensearch-ssl-config-2.12.0.module.sha256 + - maven\org\opensearch\opensearch-ssl-config\2.12.0\opensearch-ssl-config-2.12.0.module.sha512 + - maven\org\opensearch\opensearch-ssl-config\2.12.0\opensearch-ssl-config-2.12.0.pom + - maven\org\opensearch\opensearch-ssl-config\2.12.0\opensearch-ssl-config-2.12.0.pom.md5 + - maven\org\opensearch\opensearch-ssl-config\2.12.0\opensearch-ssl-config-2.12.0.pom.sha1 + - maven\org\opensearch\opensearch-ssl-config\2.12.0\opensearch-ssl-config-2.12.0.pom.sha256 + - maven\org\opensearch\opensearch-ssl-config\2.12.0\opensearch-ssl-config-2.12.0.pom.sha512 + - maven\org\opensearch\opensearch-telemetry\maven-metadata.xml + - maven\org\opensearch\opensearch-telemetry\maven-metadata.xml.md5 + - maven\org\opensearch\opensearch-telemetry\maven-metadata.xml.sha1 + - maven\org\opensearch\opensearch-telemetry\maven-metadata.xml.sha256 + - maven\org\opensearch\opensearch-telemetry\maven-metadata.xml.sha512 + - maven\org\opensearch\opensearch-telemetry\2.12.0\opensearch-telemetry-2.12.0-javadoc.jar + - maven\org\opensearch\opensearch-telemetry\2.12.0\opensearch-telemetry-2.12.0-javadoc.jar.md5 + - maven\org\opensearch\opensearch-telemetry\2.12.0\opensearch-telemetry-2.12.0-javadoc.jar.sha1 + - maven\org\opensearch\opensearch-telemetry\2.12.0\opensearch-telemetry-2.12.0-javadoc.jar.sha256 + - maven\org\opensearch\opensearch-telemetry\2.12.0\opensearch-telemetry-2.12.0-javadoc.jar.sha512 + - maven\org\opensearch\opensearch-telemetry\2.12.0\opensearch-telemetry-2.12.0-sources.jar + - maven\org\opensearch\opensearch-telemetry\2.12.0\opensearch-telemetry-2.12.0-sources.jar.md5 + - maven\org\opensearch\opensearch-telemetry\2.12.0\opensearch-telemetry-2.12.0-sources.jar.sha1 + - maven\org\opensearch\opensearch-telemetry\2.12.0\opensearch-telemetry-2.12.0-sources.jar.sha256 + - maven\org\opensearch\opensearch-telemetry\2.12.0\opensearch-telemetry-2.12.0-sources.jar.sha512 + - maven\org\opensearch\opensearch-telemetry\2.12.0\opensearch-telemetry-2.12.0.jar + - maven\org\opensearch\opensearch-telemetry\2.12.0\opensearch-telemetry-2.12.0.jar.md5 + - maven\org\opensearch\opensearch-telemetry\2.12.0\opensearch-telemetry-2.12.0.jar.sha1 + - maven\org\opensearch\opensearch-telemetry\2.12.0\opensearch-telemetry-2.12.0.jar.sha256 + - maven\org\opensearch\opensearch-telemetry\2.12.0\opensearch-telemetry-2.12.0.jar.sha512 + - maven\org\opensearch\opensearch-telemetry\2.12.0\opensearch-telemetry-2.12.0.module + - maven\org\opensearch\opensearch-telemetry\2.12.0\opensearch-telemetry-2.12.0.module.md5 + - maven\org\opensearch\opensearch-telemetry\2.12.0\opensearch-telemetry-2.12.0.module.sha1 + - maven\org\opensearch\opensearch-telemetry\2.12.0\opensearch-telemetry-2.12.0.module.sha256 + - maven\org\opensearch\opensearch-telemetry\2.12.0\opensearch-telemetry-2.12.0.module.sha512 + - maven\org\opensearch\opensearch-telemetry\2.12.0\opensearch-telemetry-2.12.0.pom + - maven\org\opensearch\opensearch-telemetry\2.12.0\opensearch-telemetry-2.12.0.pom.md5 + - maven\org\opensearch\opensearch-telemetry\2.12.0\opensearch-telemetry-2.12.0.pom.sha1 + - maven\org\opensearch\opensearch-telemetry\2.12.0\opensearch-telemetry-2.12.0.pom.sha256 + - maven\org\opensearch\opensearch-telemetry\2.12.0\opensearch-telemetry-2.12.0.pom.sha512 + - maven\org\opensearch\opensearch-upgrade-cli\maven-metadata.xml + - maven\org\opensearch\opensearch-upgrade-cli\maven-metadata.xml.md5 + - maven\org\opensearch\opensearch-upgrade-cli\maven-metadata.xml.sha1 + - maven\org\opensearch\opensearch-upgrade-cli\maven-metadata.xml.sha256 + - maven\org\opensearch\opensearch-upgrade-cli\maven-metadata.xml.sha512 + - maven\org\opensearch\opensearch-upgrade-cli\2.12.0\opensearch-upgrade-cli-2.12.0-javadoc.jar + - maven\org\opensearch\opensearch-upgrade-cli\2.12.0\opensearch-upgrade-cli-2.12.0-javadoc.jar.md5 + - maven\org\opensearch\opensearch-upgrade-cli\2.12.0\opensearch-upgrade-cli-2.12.0-javadoc.jar.sha1 + - maven\org\opensearch\opensearch-upgrade-cli\2.12.0\opensearch-upgrade-cli-2.12.0-javadoc.jar.sha256 + - maven\org\opensearch\opensearch-upgrade-cli\2.12.0\opensearch-upgrade-cli-2.12.0-javadoc.jar.sha512 + - maven\org\opensearch\opensearch-upgrade-cli\2.12.0\opensearch-upgrade-cli-2.12.0-sources.jar + - maven\org\opensearch\opensearch-upgrade-cli\2.12.0\opensearch-upgrade-cli-2.12.0-sources.jar.md5 + - maven\org\opensearch\opensearch-upgrade-cli\2.12.0\opensearch-upgrade-cli-2.12.0-sources.jar.sha1 + - maven\org\opensearch\opensearch-upgrade-cli\2.12.0\opensearch-upgrade-cli-2.12.0-sources.jar.sha256 + - maven\org\opensearch\opensearch-upgrade-cli\2.12.0\opensearch-upgrade-cli-2.12.0-sources.jar.sha512 + - maven\org\opensearch\opensearch-upgrade-cli\2.12.0\opensearch-upgrade-cli-2.12.0.jar + - maven\org\opensearch\opensearch-upgrade-cli\2.12.0\opensearch-upgrade-cli-2.12.0.jar.md5 + - maven\org\opensearch\opensearch-upgrade-cli\2.12.0\opensearch-upgrade-cli-2.12.0.jar.sha1 + - maven\org\opensearch\opensearch-upgrade-cli\2.12.0\opensearch-upgrade-cli-2.12.0.jar.sha256 + - maven\org\opensearch\opensearch-upgrade-cli\2.12.0\opensearch-upgrade-cli-2.12.0.jar.sha512 + - maven\org\opensearch\opensearch-upgrade-cli\2.12.0\opensearch-upgrade-cli-2.12.0.module + - maven\org\opensearch\opensearch-upgrade-cli\2.12.0\opensearch-upgrade-cli-2.12.0.module.md5 + - maven\org\opensearch\opensearch-upgrade-cli\2.12.0\opensearch-upgrade-cli-2.12.0.module.sha1 + - maven\org\opensearch\opensearch-upgrade-cli\2.12.0\opensearch-upgrade-cli-2.12.0.module.sha256 + - maven\org\opensearch\opensearch-upgrade-cli\2.12.0\opensearch-upgrade-cli-2.12.0.module.sha512 + - maven\org\opensearch\opensearch-upgrade-cli\2.12.0\opensearch-upgrade-cli-2.12.0.pom + - maven\org\opensearch\opensearch-upgrade-cli\2.12.0\opensearch-upgrade-cli-2.12.0.pom.md5 + - maven\org\opensearch\opensearch-upgrade-cli\2.12.0\opensearch-upgrade-cli-2.12.0.pom.sha1 + - maven\org\opensearch\opensearch-upgrade-cli\2.12.0\opensearch-upgrade-cli-2.12.0.pom.sha256 + - maven\org\opensearch\opensearch-upgrade-cli\2.12.0\opensearch-upgrade-cli-2.12.0.pom.sha512 + - maven\org\opensearch\opensearch-x-content\maven-metadata.xml + - maven\org\opensearch\opensearch-x-content\maven-metadata.xml.md5 + - maven\org\opensearch\opensearch-x-content\maven-metadata.xml.sha1 + - maven\org\opensearch\opensearch-x-content\maven-metadata.xml.sha256 + - maven\org\opensearch\opensearch-x-content\maven-metadata.xml.sha512 + - maven\org\opensearch\opensearch-x-content\2.12.0\opensearch-x-content-2.12.0-javadoc.jar + - maven\org\opensearch\opensearch-x-content\2.12.0\opensearch-x-content-2.12.0-javadoc.jar.md5 + - maven\org\opensearch\opensearch-x-content\2.12.0\opensearch-x-content-2.12.0-javadoc.jar.sha1 + - maven\org\opensearch\opensearch-x-content\2.12.0\opensearch-x-content-2.12.0-javadoc.jar.sha256 + - maven\org\opensearch\opensearch-x-content\2.12.0\opensearch-x-content-2.12.0-javadoc.jar.sha512 + - maven\org\opensearch\opensearch-x-content\2.12.0\opensearch-x-content-2.12.0-sources.jar + - maven\org\opensearch\opensearch-x-content\2.12.0\opensearch-x-content-2.12.0-sources.jar.md5 + - maven\org\opensearch\opensearch-x-content\2.12.0\opensearch-x-content-2.12.0-sources.jar.sha1 + - maven\org\opensearch\opensearch-x-content\2.12.0\opensearch-x-content-2.12.0-sources.jar.sha256 + - maven\org\opensearch\opensearch-x-content\2.12.0\opensearch-x-content-2.12.0-sources.jar.sha512 + - maven\org\opensearch\opensearch-x-content\2.12.0\opensearch-x-content-2.12.0.jar + - maven\org\opensearch\opensearch-x-content\2.12.0\opensearch-x-content-2.12.0.jar.md5 + - maven\org\opensearch\opensearch-x-content\2.12.0\opensearch-x-content-2.12.0.jar.sha1 + - maven\org\opensearch\opensearch-x-content\2.12.0\opensearch-x-content-2.12.0.jar.sha256 + - maven\org\opensearch\opensearch-x-content\2.12.0\opensearch-x-content-2.12.0.jar.sha512 + - maven\org\opensearch\opensearch-x-content\2.12.0\opensearch-x-content-2.12.0.module + - maven\org\opensearch\opensearch-x-content\2.12.0\opensearch-x-content-2.12.0.module.md5 + - maven\org\opensearch\opensearch-x-content\2.12.0\opensearch-x-content-2.12.0.module.sha1 + - maven\org\opensearch\opensearch-x-content\2.12.0\opensearch-x-content-2.12.0.module.sha256 + - maven\org\opensearch\opensearch-x-content\2.12.0\opensearch-x-content-2.12.0.module.sha512 + - maven\org\opensearch\opensearch-x-content\2.12.0\opensearch-x-content-2.12.0.pom + - maven\org\opensearch\opensearch-x-content\2.12.0\opensearch-x-content-2.12.0.pom.md5 + - maven\org\opensearch\opensearch-x-content\2.12.0\opensearch-x-content-2.12.0.pom.sha1 + - maven\org\opensearch\opensearch-x-content\2.12.0\opensearch-x-content-2.12.0.pom.sha256 + - maven\org\opensearch\opensearch-x-content\2.12.0\opensearch-x-content-2.12.0.pom.sha512 + - maven\org\opensearch\os\maven-metadata.xml + - maven\org\opensearch\os\maven-metadata.xml.md5 + - maven\org\opensearch\os\maven-metadata.xml.sha1 + - maven\org\opensearch\os\maven-metadata.xml.sha256 + - maven\org\opensearch\os\maven-metadata.xml.sha512 + - maven\org\opensearch\os\2.12.0\os-2.12.0-javadoc.jar + - maven\org\opensearch\os\2.12.0\os-2.12.0-javadoc.jar.md5 + - maven\org\opensearch\os\2.12.0\os-2.12.0-javadoc.jar.sha1 + - maven\org\opensearch\os\2.12.0\os-2.12.0-javadoc.jar.sha256 + - maven\org\opensearch\os\2.12.0\os-2.12.0-javadoc.jar.sha512 + - maven\org\opensearch\os\2.12.0\os-2.12.0-sources.jar + - maven\org\opensearch\os\2.12.0\os-2.12.0-sources.jar.md5 + - maven\org\opensearch\os\2.12.0\os-2.12.0-sources.jar.sha1 + - maven\org\opensearch\os\2.12.0\os-2.12.0-sources.jar.sha256 + - maven\org\opensearch\os\2.12.0\os-2.12.0-sources.jar.sha512 + - maven\org\opensearch\os\2.12.0\os-2.12.0.jar + - maven\org\opensearch\os\2.12.0\os-2.12.0.jar.md5 + - maven\org\opensearch\os\2.12.0\os-2.12.0.jar.sha1 + - maven\org\opensearch\os\2.12.0\os-2.12.0.jar.sha256 + - maven\org\opensearch\os\2.12.0\os-2.12.0.jar.sha512 + - maven\org\opensearch\os\2.12.0\os-2.12.0.module + - maven\org\opensearch\os\2.12.0\os-2.12.0.module.md5 + - maven\org\opensearch\os\2.12.0\os-2.12.0.module.sha1 + - maven\org\opensearch\os\2.12.0\os-2.12.0.module.sha256 + - maven\org\opensearch\os\2.12.0\os-2.12.0.module.sha512 + - maven\org\opensearch\os\2.12.0\os-2.12.0.pom + - maven\org\opensearch\os\2.12.0\os-2.12.0.pom.md5 + - maven\org\opensearch\os\2.12.0\os-2.12.0.pom.sha1 + - maven\org\opensearch\os\2.12.0\os-2.12.0.pom.sha256 + - maven\org\opensearch\os\2.12.0\os-2.12.0.pom.sha512 + - maven\org\opensearch\painless-whitelist\maven-metadata.xml + - maven\org\opensearch\painless-whitelist\maven-metadata.xml.md5 + - maven\org\opensearch\painless-whitelist\maven-metadata.xml.sha1 + - maven\org\opensearch\painless-whitelist\maven-metadata.xml.sha256 + - maven\org\opensearch\painless-whitelist\maven-metadata.xml.sha512 + - maven\org\opensearch\painless-whitelist\2.12.0\painless-whitelist-2.12.0-javadoc.jar + - maven\org\opensearch\painless-whitelist\2.12.0\painless-whitelist-2.12.0-javadoc.jar.md5 + - maven\org\opensearch\painless-whitelist\2.12.0\painless-whitelist-2.12.0-javadoc.jar.sha1 + - maven\org\opensearch\painless-whitelist\2.12.0\painless-whitelist-2.12.0-javadoc.jar.sha256 + - maven\org\opensearch\painless-whitelist\2.12.0\painless-whitelist-2.12.0-javadoc.jar.sha512 + - maven\org\opensearch\painless-whitelist\2.12.0\painless-whitelist-2.12.0-sources.jar + - maven\org\opensearch\painless-whitelist\2.12.0\painless-whitelist-2.12.0-sources.jar.md5 + - maven\org\opensearch\painless-whitelist\2.12.0\painless-whitelist-2.12.0-sources.jar.sha1 + - maven\org\opensearch\painless-whitelist\2.12.0\painless-whitelist-2.12.0-sources.jar.sha256 + - maven\org\opensearch\painless-whitelist\2.12.0\painless-whitelist-2.12.0-sources.jar.sha512 + - maven\org\opensearch\painless-whitelist\2.12.0\painless-whitelist-2.12.0.jar + - maven\org\opensearch\painless-whitelist\2.12.0\painless-whitelist-2.12.0.jar.md5 + - maven\org\opensearch\painless-whitelist\2.12.0\painless-whitelist-2.12.0.jar.sha1 + - maven\org\opensearch\painless-whitelist\2.12.0\painless-whitelist-2.12.0.jar.sha256 + - maven\org\opensearch\painless-whitelist\2.12.0\painless-whitelist-2.12.0.jar.sha512 + - maven\org\opensearch\painless-whitelist\2.12.0\painless-whitelist-2.12.0.module + - maven\org\opensearch\painless-whitelist\2.12.0\painless-whitelist-2.12.0.module.md5 + - maven\org\opensearch\painless-whitelist\2.12.0\painless-whitelist-2.12.0.module.sha1 + - maven\org\opensearch\painless-whitelist\2.12.0\painless-whitelist-2.12.0.module.sha256 + - maven\org\opensearch\painless-whitelist\2.12.0\painless-whitelist-2.12.0.module.sha512 + - maven\org\opensearch\painless-whitelist\2.12.0\painless-whitelist-2.12.0.pom + - maven\org\opensearch\painless-whitelist\2.12.0\painless-whitelist-2.12.0.pom.md5 + - maven\org\opensearch\painless-whitelist\2.12.0\painless-whitelist-2.12.0.pom.sha1 + - maven\org\opensearch\painless-whitelist\2.12.0\painless-whitelist-2.12.0.pom.sha256 + - maven\org\opensearch\painless-whitelist\2.12.0\painless-whitelist-2.12.0.pom.sha512 + - maven\org\opensearch\plugin\aggs-matrix-stats-client\maven-metadata.xml + - maven\org\opensearch\plugin\aggs-matrix-stats-client\maven-metadata.xml.md5 + - maven\org\opensearch\plugin\aggs-matrix-stats-client\maven-metadata.xml.sha1 + - maven\org\opensearch\plugin\aggs-matrix-stats-client\maven-metadata.xml.sha256 + - maven\org\opensearch\plugin\aggs-matrix-stats-client\maven-metadata.xml.sha512 + - maven\org\opensearch\plugin\aggs-matrix-stats-client\2.12.0\aggs-matrix-stats-client-2.12.0-javadoc.jar + - maven\org\opensearch\plugin\aggs-matrix-stats-client\2.12.0\aggs-matrix-stats-client-2.12.0-javadoc.jar.md5 + - maven\org\opensearch\plugin\aggs-matrix-stats-client\2.12.0\aggs-matrix-stats-client-2.12.0-javadoc.jar.sha1 + - maven\org\opensearch\plugin\aggs-matrix-stats-client\2.12.0\aggs-matrix-stats-client-2.12.0-javadoc.jar.sha256 + - maven\org\opensearch\plugin\aggs-matrix-stats-client\2.12.0\aggs-matrix-stats-client-2.12.0-javadoc.jar.sha512 + - maven\org\opensearch\plugin\aggs-matrix-stats-client\2.12.0\aggs-matrix-stats-client-2.12.0-sources.jar + - maven\org\opensearch\plugin\aggs-matrix-stats-client\2.12.0\aggs-matrix-stats-client-2.12.0-sources.jar.md5 + - maven\org\opensearch\plugin\aggs-matrix-stats-client\2.12.0\aggs-matrix-stats-client-2.12.0-sources.jar.sha1 + - maven\org\opensearch\plugin\aggs-matrix-stats-client\2.12.0\aggs-matrix-stats-client-2.12.0-sources.jar.sha256 + - maven\org\opensearch\plugin\aggs-matrix-stats-client\2.12.0\aggs-matrix-stats-client-2.12.0-sources.jar.sha512 + - maven\org\opensearch\plugin\aggs-matrix-stats-client\2.12.0\aggs-matrix-stats-client-2.12.0.jar + - maven\org\opensearch\plugin\aggs-matrix-stats-client\2.12.0\aggs-matrix-stats-client-2.12.0.jar.md5 + - maven\org\opensearch\plugin\aggs-matrix-stats-client\2.12.0\aggs-matrix-stats-client-2.12.0.jar.sha1 + - maven\org\opensearch\plugin\aggs-matrix-stats-client\2.12.0\aggs-matrix-stats-client-2.12.0.jar.sha256 + - maven\org\opensearch\plugin\aggs-matrix-stats-client\2.12.0\aggs-matrix-stats-client-2.12.0.jar.sha512 + - maven\org\opensearch\plugin\aggs-matrix-stats-client\2.12.0\aggs-matrix-stats-client-2.12.0.module + - maven\org\opensearch\plugin\aggs-matrix-stats-client\2.12.0\aggs-matrix-stats-client-2.12.0.module.md5 + - maven\org\opensearch\plugin\aggs-matrix-stats-client\2.12.0\aggs-matrix-stats-client-2.12.0.module.sha1 + - maven\org\opensearch\plugin\aggs-matrix-stats-client\2.12.0\aggs-matrix-stats-client-2.12.0.module.sha256 + - maven\org\opensearch\plugin\aggs-matrix-stats-client\2.12.0\aggs-matrix-stats-client-2.12.0.module.sha512 + - maven\org\opensearch\plugin\aggs-matrix-stats-client\2.12.0\aggs-matrix-stats-client-2.12.0.pom + - maven\org\opensearch\plugin\aggs-matrix-stats-client\2.12.0\aggs-matrix-stats-client-2.12.0.pom.md5 + - maven\org\opensearch\plugin\aggs-matrix-stats-client\2.12.0\aggs-matrix-stats-client-2.12.0.pom.sha1 + - maven\org\opensearch\plugin\aggs-matrix-stats-client\2.12.0\aggs-matrix-stats-client-2.12.0.pom.sha256 + - maven\org\opensearch\plugin\aggs-matrix-stats-client\2.12.0\aggs-matrix-stats-client-2.12.0.pom.sha512 + - maven\org\opensearch\plugin\analysis-common\maven-metadata.xml + - maven\org\opensearch\plugin\analysis-common\maven-metadata.xml.md5 + - maven\org\opensearch\plugin\analysis-common\maven-metadata.xml.sha1 + - maven\org\opensearch\plugin\analysis-common\maven-metadata.xml.sha256 + - maven\org\opensearch\plugin\analysis-common\maven-metadata.xml.sha512 + - maven\org\opensearch\plugin\analysis-common\2.12.0\analysis-common-2.12.0-javadoc.jar + - maven\org\opensearch\plugin\analysis-common\2.12.0\analysis-common-2.12.0-javadoc.jar.md5 + - maven\org\opensearch\plugin\analysis-common\2.12.0\analysis-common-2.12.0-javadoc.jar.sha1 + - maven\org\opensearch\plugin\analysis-common\2.12.0\analysis-common-2.12.0-javadoc.jar.sha256 + - maven\org\opensearch\plugin\analysis-common\2.12.0\analysis-common-2.12.0-javadoc.jar.sha512 + - maven\org\opensearch\plugin\analysis-common\2.12.0\analysis-common-2.12.0-sources.jar + - maven\org\opensearch\plugin\analysis-common\2.12.0\analysis-common-2.12.0-sources.jar.md5 + - maven\org\opensearch\plugin\analysis-common\2.12.0\analysis-common-2.12.0-sources.jar.sha1 + - maven\org\opensearch\plugin\analysis-common\2.12.0\analysis-common-2.12.0-sources.jar.sha256 + - maven\org\opensearch\plugin\analysis-common\2.12.0\analysis-common-2.12.0-sources.jar.sha512 + - maven\org\opensearch\plugin\analysis-common\2.12.0\analysis-common-2.12.0.jar + - maven\org\opensearch\plugin\analysis-common\2.12.0\analysis-common-2.12.0.jar.md5 + - maven\org\opensearch\plugin\analysis-common\2.12.0\analysis-common-2.12.0.jar.sha1 + - maven\org\opensearch\plugin\analysis-common\2.12.0\analysis-common-2.12.0.jar.sha256 + - maven\org\opensearch\plugin\analysis-common\2.12.0\analysis-common-2.12.0.jar.sha512 + - maven\org\opensearch\plugin\analysis-common\2.12.0\analysis-common-2.12.0.module + - maven\org\opensearch\plugin\analysis-common\2.12.0\analysis-common-2.12.0.module.md5 + - maven\org\opensearch\plugin\analysis-common\2.12.0\analysis-common-2.12.0.module.sha1 + - maven\org\opensearch\plugin\analysis-common\2.12.0\analysis-common-2.12.0.module.sha256 + - maven\org\opensearch\plugin\analysis-common\2.12.0\analysis-common-2.12.0.module.sha512 + - maven\org\opensearch\plugin\analysis-common\2.12.0\analysis-common-2.12.0.pom + - maven\org\opensearch\plugin\analysis-common\2.12.0\analysis-common-2.12.0.pom.md5 + - maven\org\opensearch\plugin\analysis-common\2.12.0\analysis-common-2.12.0.pom.sha1 + - maven\org\opensearch\plugin\analysis-common\2.12.0\analysis-common-2.12.0.pom.sha256 + - maven\org\opensearch\plugin\analysis-common\2.12.0\analysis-common-2.12.0.pom.sha512 + - maven\org\opensearch\plugin\analysis-icu-client\maven-metadata.xml + - maven\org\opensearch\plugin\analysis-icu-client\maven-metadata.xml.md5 + - maven\org\opensearch\plugin\analysis-icu-client\maven-metadata.xml.sha1 + - maven\org\opensearch\plugin\analysis-icu-client\maven-metadata.xml.sha256 + - maven\org\opensearch\plugin\analysis-icu-client\maven-metadata.xml.sha512 + - maven\org\opensearch\plugin\analysis-icu-client\2.12.0\analysis-icu-client-2.12.0-javadoc.jar + - maven\org\opensearch\plugin\analysis-icu-client\2.12.0\analysis-icu-client-2.12.0-javadoc.jar.md5 + - maven\org\opensearch\plugin\analysis-icu-client\2.12.0\analysis-icu-client-2.12.0-javadoc.jar.sha1 + - maven\org\opensearch\plugin\analysis-icu-client\2.12.0\analysis-icu-client-2.12.0-javadoc.jar.sha256 + - maven\org\opensearch\plugin\analysis-icu-client\2.12.0\analysis-icu-client-2.12.0-javadoc.jar.sha512 + - maven\org\opensearch\plugin\analysis-icu-client\2.12.0\analysis-icu-client-2.12.0-sources.jar + - maven\org\opensearch\plugin\analysis-icu-client\2.12.0\analysis-icu-client-2.12.0-sources.jar.md5 + - maven\org\opensearch\plugin\analysis-icu-client\2.12.0\analysis-icu-client-2.12.0-sources.jar.sha1 + - maven\org\opensearch\plugin\analysis-icu-client\2.12.0\analysis-icu-client-2.12.0-sources.jar.sha256 + - maven\org\opensearch\plugin\analysis-icu-client\2.12.0\analysis-icu-client-2.12.0-sources.jar.sha512 + - maven\org\opensearch\plugin\analysis-icu-client\2.12.0\analysis-icu-client-2.12.0.jar + - maven\org\opensearch\plugin\analysis-icu-client\2.12.0\analysis-icu-client-2.12.0.jar.md5 + - maven\org\opensearch\plugin\analysis-icu-client\2.12.0\analysis-icu-client-2.12.0.jar.sha1 + - maven\org\opensearch\plugin\analysis-icu-client\2.12.0\analysis-icu-client-2.12.0.jar.sha256 + - maven\org\opensearch\plugin\analysis-icu-client\2.12.0\analysis-icu-client-2.12.0.jar.sha512 + - maven\org\opensearch\plugin\analysis-icu-client\2.12.0\analysis-icu-client-2.12.0.module + - maven\org\opensearch\plugin\analysis-icu-client\2.12.0\analysis-icu-client-2.12.0.module.md5 + - maven\org\opensearch\plugin\analysis-icu-client\2.12.0\analysis-icu-client-2.12.0.module.sha1 + - maven\org\opensearch\plugin\analysis-icu-client\2.12.0\analysis-icu-client-2.12.0.module.sha256 + - maven\org\opensearch\plugin\analysis-icu-client\2.12.0\analysis-icu-client-2.12.0.module.sha512 + - maven\org\opensearch\plugin\analysis-icu-client\2.12.0\analysis-icu-client-2.12.0.pom + - maven\org\opensearch\plugin\analysis-icu-client\2.12.0\analysis-icu-client-2.12.0.pom.md5 + - maven\org\opensearch\plugin\analysis-icu-client\2.12.0\analysis-icu-client-2.12.0.pom.sha1 + - maven\org\opensearch\plugin\analysis-icu-client\2.12.0\analysis-icu-client-2.12.0.pom.sha256 + - maven\org\opensearch\plugin\analysis-icu-client\2.12.0\analysis-icu-client-2.12.0.pom.sha512 + - maven\org\opensearch\plugin\analysis-kuromoji\maven-metadata.xml + - maven\org\opensearch\plugin\analysis-kuromoji\maven-metadata.xml.md5 + - maven\org\opensearch\plugin\analysis-kuromoji\maven-metadata.xml.sha1 + - maven\org\opensearch\plugin\analysis-kuromoji\maven-metadata.xml.sha256 + - maven\org\opensearch\plugin\analysis-kuromoji\maven-metadata.xml.sha512 + - maven\org\opensearch\plugin\analysis-kuromoji\2.12.0\analysis-kuromoji-2.12.0-javadoc.jar + - maven\org\opensearch\plugin\analysis-kuromoji\2.12.0\analysis-kuromoji-2.12.0-javadoc.jar.md5 + - maven\org\opensearch\plugin\analysis-kuromoji\2.12.0\analysis-kuromoji-2.12.0-javadoc.jar.sha1 + - maven\org\opensearch\plugin\analysis-kuromoji\2.12.0\analysis-kuromoji-2.12.0-javadoc.jar.sha256 + - maven\org\opensearch\plugin\analysis-kuromoji\2.12.0\analysis-kuromoji-2.12.0-javadoc.jar.sha512 + - maven\org\opensearch\plugin\analysis-kuromoji\2.12.0\analysis-kuromoji-2.12.0-sources.jar + - maven\org\opensearch\plugin\analysis-kuromoji\2.12.0\analysis-kuromoji-2.12.0-sources.jar.md5 + - maven\org\opensearch\plugin\analysis-kuromoji\2.12.0\analysis-kuromoji-2.12.0-sources.jar.sha1 + - maven\org\opensearch\plugin\analysis-kuromoji\2.12.0\analysis-kuromoji-2.12.0-sources.jar.sha256 + - maven\org\opensearch\plugin\analysis-kuromoji\2.12.0\analysis-kuromoji-2.12.0-sources.jar.sha512 + - maven\org\opensearch\plugin\analysis-kuromoji\2.12.0\analysis-kuromoji-2.12.0.jar + - maven\org\opensearch\plugin\analysis-kuromoji\2.12.0\analysis-kuromoji-2.12.0.jar.md5 + - maven\org\opensearch\plugin\analysis-kuromoji\2.12.0\analysis-kuromoji-2.12.0.jar.sha1 + - maven\org\opensearch\plugin\analysis-kuromoji\2.12.0\analysis-kuromoji-2.12.0.jar.sha256 + - maven\org\opensearch\plugin\analysis-kuromoji\2.12.0\analysis-kuromoji-2.12.0.jar.sha512 + - maven\org\opensearch\plugin\analysis-kuromoji\2.12.0\analysis-kuromoji-2.12.0.module + - maven\org\opensearch\plugin\analysis-kuromoji\2.12.0\analysis-kuromoji-2.12.0.module.md5 + - maven\org\opensearch\plugin\analysis-kuromoji\2.12.0\analysis-kuromoji-2.12.0.module.sha1 + - maven\org\opensearch\plugin\analysis-kuromoji\2.12.0\analysis-kuromoji-2.12.0.module.sha256 + - maven\org\opensearch\plugin\analysis-kuromoji\2.12.0\analysis-kuromoji-2.12.0.module.sha512 + - maven\org\opensearch\plugin\analysis-kuromoji\2.12.0\analysis-kuromoji-2.12.0.pom + - maven\org\opensearch\plugin\analysis-kuromoji\2.12.0\analysis-kuromoji-2.12.0.pom.md5 + - maven\org\opensearch\plugin\analysis-kuromoji\2.12.0\analysis-kuromoji-2.12.0.pom.sha1 + - maven\org\opensearch\plugin\analysis-kuromoji\2.12.0\analysis-kuromoji-2.12.0.pom.sha256 + - maven\org\opensearch\plugin\analysis-kuromoji\2.12.0\analysis-kuromoji-2.12.0.pom.sha512 + - maven\org\opensearch\plugin\analysis-nori\maven-metadata.xml + - maven\org\opensearch\plugin\analysis-nori\maven-metadata.xml.md5 + - maven\org\opensearch\plugin\analysis-nori\maven-metadata.xml.sha1 + - maven\org\opensearch\plugin\analysis-nori\maven-metadata.xml.sha256 + - maven\org\opensearch\plugin\analysis-nori\maven-metadata.xml.sha512 + - maven\org\opensearch\plugin\analysis-nori\2.12.0\analysis-nori-2.12.0-javadoc.jar + - maven\org\opensearch\plugin\analysis-nori\2.12.0\analysis-nori-2.12.0-javadoc.jar.md5 + - maven\org\opensearch\plugin\analysis-nori\2.12.0\analysis-nori-2.12.0-javadoc.jar.sha1 + - maven\org\opensearch\plugin\analysis-nori\2.12.0\analysis-nori-2.12.0-javadoc.jar.sha256 + - maven\org\opensearch\plugin\analysis-nori\2.12.0\analysis-nori-2.12.0-javadoc.jar.sha512 + - maven\org\opensearch\plugin\analysis-nori\2.12.0\analysis-nori-2.12.0-sources.jar + - maven\org\opensearch\plugin\analysis-nori\2.12.0\analysis-nori-2.12.0-sources.jar.md5 + - maven\org\opensearch\plugin\analysis-nori\2.12.0\analysis-nori-2.12.0-sources.jar.sha1 + - maven\org\opensearch\plugin\analysis-nori\2.12.0\analysis-nori-2.12.0-sources.jar.sha256 + - maven\org\opensearch\plugin\analysis-nori\2.12.0\analysis-nori-2.12.0-sources.jar.sha512 + - maven\org\opensearch\plugin\analysis-nori\2.12.0\analysis-nori-2.12.0.jar + - maven\org\opensearch\plugin\analysis-nori\2.12.0\analysis-nori-2.12.0.jar.md5 + - maven\org\opensearch\plugin\analysis-nori\2.12.0\analysis-nori-2.12.0.jar.sha1 + - maven\org\opensearch\plugin\analysis-nori\2.12.0\analysis-nori-2.12.0.jar.sha256 + - maven\org\opensearch\plugin\analysis-nori\2.12.0\analysis-nori-2.12.0.jar.sha512 + - maven\org\opensearch\plugin\analysis-nori\2.12.0\analysis-nori-2.12.0.module + - maven\org\opensearch\plugin\analysis-nori\2.12.0\analysis-nori-2.12.0.module.md5 + - maven\org\opensearch\plugin\analysis-nori\2.12.0\analysis-nori-2.12.0.module.sha1 + - maven\org\opensearch\plugin\analysis-nori\2.12.0\analysis-nori-2.12.0.module.sha256 + - maven\org\opensearch\plugin\analysis-nori\2.12.0\analysis-nori-2.12.0.module.sha512 + - maven\org\opensearch\plugin\analysis-nori\2.12.0\analysis-nori-2.12.0.pom + - maven\org\opensearch\plugin\analysis-nori\2.12.0\analysis-nori-2.12.0.pom.md5 + - maven\org\opensearch\plugin\analysis-nori\2.12.0\analysis-nori-2.12.0.pom.sha1 + - maven\org\opensearch\plugin\analysis-nori\2.12.0\analysis-nori-2.12.0.pom.sha256 + - maven\org\opensearch\plugin\analysis-nori\2.12.0\analysis-nori-2.12.0.pom.sha512 + - maven\org\opensearch\plugin\analysis-phonetic\maven-metadata.xml + - maven\org\opensearch\plugin\analysis-phonetic\maven-metadata.xml.md5 + - maven\org\opensearch\plugin\analysis-phonetic\maven-metadata.xml.sha1 + - maven\org\opensearch\plugin\analysis-phonetic\maven-metadata.xml.sha256 + - maven\org\opensearch\plugin\analysis-phonetic\maven-metadata.xml.sha512 + - maven\org\opensearch\plugin\analysis-phonetic\2.12.0\analysis-phonetic-2.12.0-javadoc.jar + - maven\org\opensearch\plugin\analysis-phonetic\2.12.0\analysis-phonetic-2.12.0-javadoc.jar.md5 + - maven\org\opensearch\plugin\analysis-phonetic\2.12.0\analysis-phonetic-2.12.0-javadoc.jar.sha1 + - maven\org\opensearch\plugin\analysis-phonetic\2.12.0\analysis-phonetic-2.12.0-javadoc.jar.sha256 + - maven\org\opensearch\plugin\analysis-phonetic\2.12.0\analysis-phonetic-2.12.0-javadoc.jar.sha512 + - maven\org\opensearch\plugin\analysis-phonetic\2.12.0\analysis-phonetic-2.12.0-sources.jar + - maven\org\opensearch\plugin\analysis-phonetic\2.12.0\analysis-phonetic-2.12.0-sources.jar.md5 + - maven\org\opensearch\plugin\analysis-phonetic\2.12.0\analysis-phonetic-2.12.0-sources.jar.sha1 + - maven\org\opensearch\plugin\analysis-phonetic\2.12.0\analysis-phonetic-2.12.0-sources.jar.sha256 + - maven\org\opensearch\plugin\analysis-phonetic\2.12.0\analysis-phonetic-2.12.0-sources.jar.sha512 + - maven\org\opensearch\plugin\analysis-phonetic\2.12.0\analysis-phonetic-2.12.0.jar + - maven\org\opensearch\plugin\analysis-phonetic\2.12.0\analysis-phonetic-2.12.0.jar.md5 + - maven\org\opensearch\plugin\analysis-phonetic\2.12.0\analysis-phonetic-2.12.0.jar.sha1 + - maven\org\opensearch\plugin\analysis-phonetic\2.12.0\analysis-phonetic-2.12.0.jar.sha256 + - maven\org\opensearch\plugin\analysis-phonetic\2.12.0\analysis-phonetic-2.12.0.jar.sha512 + - maven\org\opensearch\plugin\analysis-phonetic\2.12.0\analysis-phonetic-2.12.0.module + - maven\org\opensearch\plugin\analysis-phonetic\2.12.0\analysis-phonetic-2.12.0.module.md5 + - maven\org\opensearch\plugin\analysis-phonetic\2.12.0\analysis-phonetic-2.12.0.module.sha1 + - maven\org\opensearch\plugin\analysis-phonetic\2.12.0\analysis-phonetic-2.12.0.module.sha256 + - maven\org\opensearch\plugin\analysis-phonetic\2.12.0\analysis-phonetic-2.12.0.module.sha512 + - maven\org\opensearch\plugin\analysis-phonetic\2.12.0\analysis-phonetic-2.12.0.pom + - maven\org\opensearch\plugin\analysis-phonetic\2.12.0\analysis-phonetic-2.12.0.pom.md5 + - maven\org\opensearch\plugin\analysis-phonetic\2.12.0\analysis-phonetic-2.12.0.pom.sha1 + - maven\org\opensearch\plugin\analysis-phonetic\2.12.0\analysis-phonetic-2.12.0.pom.sha256 + - maven\org\opensearch\plugin\analysis-phonetic\2.12.0\analysis-phonetic-2.12.0.pom.sha512 + - maven\org\opensearch\plugin\analysis-smartcn\maven-metadata.xml + - maven\org\opensearch\plugin\analysis-smartcn\maven-metadata.xml.md5 + - maven\org\opensearch\plugin\analysis-smartcn\maven-metadata.xml.sha1 + - maven\org\opensearch\plugin\analysis-smartcn\maven-metadata.xml.sha256 + - maven\org\opensearch\plugin\analysis-smartcn\maven-metadata.xml.sha512 + - maven\org\opensearch\plugin\analysis-smartcn\2.12.0\analysis-smartcn-2.12.0-javadoc.jar + - maven\org\opensearch\plugin\analysis-smartcn\2.12.0\analysis-smartcn-2.12.0-javadoc.jar.md5 + - maven\org\opensearch\plugin\analysis-smartcn\2.12.0\analysis-smartcn-2.12.0-javadoc.jar.sha1 + - maven\org\opensearch\plugin\analysis-smartcn\2.12.0\analysis-smartcn-2.12.0-javadoc.jar.sha256 + - maven\org\opensearch\plugin\analysis-smartcn\2.12.0\analysis-smartcn-2.12.0-javadoc.jar.sha512 + - maven\org\opensearch\plugin\analysis-smartcn\2.12.0\analysis-smartcn-2.12.0-sources.jar + - maven\org\opensearch\plugin\analysis-smartcn\2.12.0\analysis-smartcn-2.12.0-sources.jar.md5 + - maven\org\opensearch\plugin\analysis-smartcn\2.12.0\analysis-smartcn-2.12.0-sources.jar.sha1 + - maven\org\opensearch\plugin\analysis-smartcn\2.12.0\analysis-smartcn-2.12.0-sources.jar.sha256 + - maven\org\opensearch\plugin\analysis-smartcn\2.12.0\analysis-smartcn-2.12.0-sources.jar.sha512 + - maven\org\opensearch\plugin\analysis-smartcn\2.12.0\analysis-smartcn-2.12.0.jar + - maven\org\opensearch\plugin\analysis-smartcn\2.12.0\analysis-smartcn-2.12.0.jar.md5 + - maven\org\opensearch\plugin\analysis-smartcn\2.12.0\analysis-smartcn-2.12.0.jar.sha1 + - maven\org\opensearch\plugin\analysis-smartcn\2.12.0\analysis-smartcn-2.12.0.jar.sha256 + - maven\org\opensearch\plugin\analysis-smartcn\2.12.0\analysis-smartcn-2.12.0.jar.sha512 + - maven\org\opensearch\plugin\analysis-smartcn\2.12.0\analysis-smartcn-2.12.0.module + - maven\org\opensearch\plugin\analysis-smartcn\2.12.0\analysis-smartcn-2.12.0.module.md5 + - maven\org\opensearch\plugin\analysis-smartcn\2.12.0\analysis-smartcn-2.12.0.module.sha1 + - maven\org\opensearch\plugin\analysis-smartcn\2.12.0\analysis-smartcn-2.12.0.module.sha256 + - maven\org\opensearch\plugin\analysis-smartcn\2.12.0\analysis-smartcn-2.12.0.module.sha512 + - maven\org\opensearch\plugin\analysis-smartcn\2.12.0\analysis-smartcn-2.12.0.pom + - maven\org\opensearch\plugin\analysis-smartcn\2.12.0\analysis-smartcn-2.12.0.pom.md5 + - maven\org\opensearch\plugin\analysis-smartcn\2.12.0\analysis-smartcn-2.12.0.pom.sha1 + - maven\org\opensearch\plugin\analysis-smartcn\2.12.0\analysis-smartcn-2.12.0.pom.sha256 + - maven\org\opensearch\plugin\analysis-smartcn\2.12.0\analysis-smartcn-2.12.0.pom.sha512 + - maven\org\opensearch\plugin\analysis-stempel\maven-metadata.xml + - maven\org\opensearch\plugin\analysis-stempel\maven-metadata.xml.md5 + - maven\org\opensearch\plugin\analysis-stempel\maven-metadata.xml.sha1 + - maven\org\opensearch\plugin\analysis-stempel\maven-metadata.xml.sha256 + - maven\org\opensearch\plugin\analysis-stempel\maven-metadata.xml.sha512 + - maven\org\opensearch\plugin\analysis-stempel\2.12.0\analysis-stempel-2.12.0-javadoc.jar + - maven\org\opensearch\plugin\analysis-stempel\2.12.0\analysis-stempel-2.12.0-javadoc.jar.md5 + - maven\org\opensearch\plugin\analysis-stempel\2.12.0\analysis-stempel-2.12.0-javadoc.jar.sha1 + - maven\org\opensearch\plugin\analysis-stempel\2.12.0\analysis-stempel-2.12.0-javadoc.jar.sha256 + - maven\org\opensearch\plugin\analysis-stempel\2.12.0\analysis-stempel-2.12.0-javadoc.jar.sha512 + - maven\org\opensearch\plugin\analysis-stempel\2.12.0\analysis-stempel-2.12.0-sources.jar + - maven\org\opensearch\plugin\analysis-stempel\2.12.0\analysis-stempel-2.12.0-sources.jar.md5 + - maven\org\opensearch\plugin\analysis-stempel\2.12.0\analysis-stempel-2.12.0-sources.jar.sha1 + - maven\org\opensearch\plugin\analysis-stempel\2.12.0\analysis-stempel-2.12.0-sources.jar.sha256 + - maven\org\opensearch\plugin\analysis-stempel\2.12.0\analysis-stempel-2.12.0-sources.jar.sha512 + - maven\org\opensearch\plugin\analysis-stempel\2.12.0\analysis-stempel-2.12.0.jar + - maven\org\opensearch\plugin\analysis-stempel\2.12.0\analysis-stempel-2.12.0.jar.md5 + - maven\org\opensearch\plugin\analysis-stempel\2.12.0\analysis-stempel-2.12.0.jar.sha1 + - maven\org\opensearch\plugin\analysis-stempel\2.12.0\analysis-stempel-2.12.0.jar.sha256 + - maven\org\opensearch\plugin\analysis-stempel\2.12.0\analysis-stempel-2.12.0.jar.sha512 + - maven\org\opensearch\plugin\analysis-stempel\2.12.0\analysis-stempel-2.12.0.module + - maven\org\opensearch\plugin\analysis-stempel\2.12.0\analysis-stempel-2.12.0.module.md5 + - maven\org\opensearch\plugin\analysis-stempel\2.12.0\analysis-stempel-2.12.0.module.sha1 + - maven\org\opensearch\plugin\analysis-stempel\2.12.0\analysis-stempel-2.12.0.module.sha256 + - maven\org\opensearch\plugin\analysis-stempel\2.12.0\analysis-stempel-2.12.0.module.sha512 + - maven\org\opensearch\plugin\analysis-stempel\2.12.0\analysis-stempel-2.12.0.pom + - maven\org\opensearch\plugin\analysis-stempel\2.12.0\analysis-stempel-2.12.0.pom.md5 + - maven\org\opensearch\plugin\analysis-stempel\2.12.0\analysis-stempel-2.12.0.pom.sha1 + - maven\org\opensearch\plugin\analysis-stempel\2.12.0\analysis-stempel-2.12.0.pom.sha256 + - maven\org\opensearch\plugin\analysis-stempel\2.12.0\analysis-stempel-2.12.0.pom.sha512 + - maven\org\opensearch\plugin\analysis-ukrainian\maven-metadata.xml + - maven\org\opensearch\plugin\analysis-ukrainian\maven-metadata.xml.md5 + - maven\org\opensearch\plugin\analysis-ukrainian\maven-metadata.xml.sha1 + - maven\org\opensearch\plugin\analysis-ukrainian\maven-metadata.xml.sha256 + - maven\org\opensearch\plugin\analysis-ukrainian\maven-metadata.xml.sha512 + - maven\org\opensearch\plugin\analysis-ukrainian\2.12.0\analysis-ukrainian-2.12.0-javadoc.jar + - maven\org\opensearch\plugin\analysis-ukrainian\2.12.0\analysis-ukrainian-2.12.0-javadoc.jar.md5 + - maven\org\opensearch\plugin\analysis-ukrainian\2.12.0\analysis-ukrainian-2.12.0-javadoc.jar.sha1 + - maven\org\opensearch\plugin\analysis-ukrainian\2.12.0\analysis-ukrainian-2.12.0-javadoc.jar.sha256 + - maven\org\opensearch\plugin\analysis-ukrainian\2.12.0\analysis-ukrainian-2.12.0-javadoc.jar.sha512 + - maven\org\opensearch\plugin\analysis-ukrainian\2.12.0\analysis-ukrainian-2.12.0-sources.jar + - maven\org\opensearch\plugin\analysis-ukrainian\2.12.0\analysis-ukrainian-2.12.0-sources.jar.md5 + - maven\org\opensearch\plugin\analysis-ukrainian\2.12.0\analysis-ukrainian-2.12.0-sources.jar.sha1 + - maven\org\opensearch\plugin\analysis-ukrainian\2.12.0\analysis-ukrainian-2.12.0-sources.jar.sha256 + - maven\org\opensearch\plugin\analysis-ukrainian\2.12.0\analysis-ukrainian-2.12.0-sources.jar.sha512 + - maven\org\opensearch\plugin\analysis-ukrainian\2.12.0\analysis-ukrainian-2.12.0.jar + - maven\org\opensearch\plugin\analysis-ukrainian\2.12.0\analysis-ukrainian-2.12.0.jar.md5 + - maven\org\opensearch\plugin\analysis-ukrainian\2.12.0\analysis-ukrainian-2.12.0.jar.sha1 + - maven\org\opensearch\plugin\analysis-ukrainian\2.12.0\analysis-ukrainian-2.12.0.jar.sha256 + - maven\org\opensearch\plugin\analysis-ukrainian\2.12.0\analysis-ukrainian-2.12.0.jar.sha512 + - maven\org\opensearch\plugin\analysis-ukrainian\2.12.0\analysis-ukrainian-2.12.0.module + - maven\org\opensearch\plugin\analysis-ukrainian\2.12.0\analysis-ukrainian-2.12.0.module.md5 + - maven\org\opensearch\plugin\analysis-ukrainian\2.12.0\analysis-ukrainian-2.12.0.module.sha1 + - maven\org\opensearch\plugin\analysis-ukrainian\2.12.0\analysis-ukrainian-2.12.0.module.sha256 + - maven\org\opensearch\plugin\analysis-ukrainian\2.12.0\analysis-ukrainian-2.12.0.module.sha512 + - maven\org\opensearch\plugin\analysis-ukrainian\2.12.0\analysis-ukrainian-2.12.0.pom + - maven\org\opensearch\plugin\analysis-ukrainian\2.12.0\analysis-ukrainian-2.12.0.pom.md5 + - maven\org\opensearch\plugin\analysis-ukrainian\2.12.0\analysis-ukrainian-2.12.0.pom.sha1 + - maven\org\opensearch\plugin\analysis-ukrainian\2.12.0\analysis-ukrainian-2.12.0.pom.sha256 + - maven\org\opensearch\plugin\analysis-ukrainian\2.12.0\analysis-ukrainian-2.12.0.pom.sha512 + - maven\org\opensearch\plugin\client-benchmark-noop-api\maven-metadata.xml + - maven\org\opensearch\plugin\client-benchmark-noop-api\maven-metadata.xml.md5 + - maven\org\opensearch\plugin\client-benchmark-noop-api\maven-metadata.xml.sha1 + - maven\org\opensearch\plugin\client-benchmark-noop-api\maven-metadata.xml.sha256 + - maven\org\opensearch\plugin\client-benchmark-noop-api\maven-metadata.xml.sha512 + - maven\org\opensearch\plugin\client-benchmark-noop-api\2.12.0\client-benchmark-noop-api-2.12.0-javadoc.jar + - maven\org\opensearch\plugin\client-benchmark-noop-api\2.12.0\client-benchmark-noop-api-2.12.0-javadoc.jar.md5 + - maven\org\opensearch\plugin\client-benchmark-noop-api\2.12.0\client-benchmark-noop-api-2.12.0-javadoc.jar.sha1 + - maven\org\opensearch\plugin\client-benchmark-noop-api\2.12.0\client-benchmark-noop-api-2.12.0-javadoc.jar.sha256 + - maven\org\opensearch\plugin\client-benchmark-noop-api\2.12.0\client-benchmark-noop-api-2.12.0-javadoc.jar.sha512 + - maven\org\opensearch\plugin\client-benchmark-noop-api\2.12.0\client-benchmark-noop-api-2.12.0-sources.jar + - maven\org\opensearch\plugin\client-benchmark-noop-api\2.12.0\client-benchmark-noop-api-2.12.0-sources.jar.md5 + - maven\org\opensearch\plugin\client-benchmark-noop-api\2.12.0\client-benchmark-noop-api-2.12.0-sources.jar.sha1 + - maven\org\opensearch\plugin\client-benchmark-noop-api\2.12.0\client-benchmark-noop-api-2.12.0-sources.jar.sha256 + - maven\org\opensearch\plugin\client-benchmark-noop-api\2.12.0\client-benchmark-noop-api-2.12.0-sources.jar.sha512 + - maven\org\opensearch\plugin\client-benchmark-noop-api\2.12.0\client-benchmark-noop-api-2.12.0.jar + - maven\org\opensearch\plugin\client-benchmark-noop-api\2.12.0\client-benchmark-noop-api-2.12.0.jar.md5 + - maven\org\opensearch\plugin\client-benchmark-noop-api\2.12.0\client-benchmark-noop-api-2.12.0.jar.sha1 + - maven\org\opensearch\plugin\client-benchmark-noop-api\2.12.0\client-benchmark-noop-api-2.12.0.jar.sha256 + - maven\org\opensearch\plugin\client-benchmark-noop-api\2.12.0\client-benchmark-noop-api-2.12.0.jar.sha512 + - maven\org\opensearch\plugin\client-benchmark-noop-api\2.12.0\client-benchmark-noop-api-2.12.0.module + - maven\org\opensearch\plugin\client-benchmark-noop-api\2.12.0\client-benchmark-noop-api-2.12.0.module.md5 + - maven\org\opensearch\plugin\client-benchmark-noop-api\2.12.0\client-benchmark-noop-api-2.12.0.module.sha1 + - maven\org\opensearch\plugin\client-benchmark-noop-api\2.12.0\client-benchmark-noop-api-2.12.0.module.sha256 + - maven\org\opensearch\plugin\client-benchmark-noop-api\2.12.0\client-benchmark-noop-api-2.12.0.module.sha512 + - maven\org\opensearch\plugin\client-benchmark-noop-api\2.12.0\client-benchmark-noop-api-2.12.0.pom + - maven\org\opensearch\plugin\client-benchmark-noop-api\2.12.0\client-benchmark-noop-api-2.12.0.pom.md5 + - maven\org\opensearch\plugin\client-benchmark-noop-api\2.12.0\client-benchmark-noop-api-2.12.0.pom.sha1 + - maven\org\opensearch\plugin\client-benchmark-noop-api\2.12.0\client-benchmark-noop-api-2.12.0.pom.sha256 + - maven\org\opensearch\plugin\client-benchmark-noop-api\2.12.0\client-benchmark-noop-api-2.12.0.pom.sha512 + - maven\org\opensearch\plugin\crypto-kms\maven-metadata.xml + - maven\org\opensearch\plugin\crypto-kms\maven-metadata.xml.md5 + - maven\org\opensearch\plugin\crypto-kms\maven-metadata.xml.sha1 + - maven\org\opensearch\plugin\crypto-kms\maven-metadata.xml.sha256 + - maven\org\opensearch\plugin\crypto-kms\maven-metadata.xml.sha512 + - maven\org\opensearch\plugin\crypto-kms\2.12.0\crypto-kms-2.12.0-javadoc.jar + - maven\org\opensearch\plugin\crypto-kms\2.12.0\crypto-kms-2.12.0-javadoc.jar.md5 + - maven\org\opensearch\plugin\crypto-kms\2.12.0\crypto-kms-2.12.0-javadoc.jar.sha1 + - maven\org\opensearch\plugin\crypto-kms\2.12.0\crypto-kms-2.12.0-javadoc.jar.sha256 + - maven\org\opensearch\plugin\crypto-kms\2.12.0\crypto-kms-2.12.0-javadoc.jar.sha512 + - maven\org\opensearch\plugin\crypto-kms\2.12.0\crypto-kms-2.12.0-sources.jar + - maven\org\opensearch\plugin\crypto-kms\2.12.0\crypto-kms-2.12.0-sources.jar.md5 + - maven\org\opensearch\plugin\crypto-kms\2.12.0\crypto-kms-2.12.0-sources.jar.sha1 + - maven\org\opensearch\plugin\crypto-kms\2.12.0\crypto-kms-2.12.0-sources.jar.sha256 + - maven\org\opensearch\plugin\crypto-kms\2.12.0\crypto-kms-2.12.0-sources.jar.sha512 + - maven\org\opensearch\plugin\crypto-kms\2.12.0\crypto-kms-2.12.0.jar + - maven\org\opensearch\plugin\crypto-kms\2.12.0\crypto-kms-2.12.0.jar.md5 + - maven\org\opensearch\plugin\crypto-kms\2.12.0\crypto-kms-2.12.0.jar.sha1 + - maven\org\opensearch\plugin\crypto-kms\2.12.0\crypto-kms-2.12.0.jar.sha256 + - maven\org\opensearch\plugin\crypto-kms\2.12.0\crypto-kms-2.12.0.jar.sha512 + - maven\org\opensearch\plugin\crypto-kms\2.12.0\crypto-kms-2.12.0.module + - maven\org\opensearch\plugin\crypto-kms\2.12.0\crypto-kms-2.12.0.module.md5 + - maven\org\opensearch\plugin\crypto-kms\2.12.0\crypto-kms-2.12.0.module.sha1 + - maven\org\opensearch\plugin\crypto-kms\2.12.0\crypto-kms-2.12.0.module.sha256 + - maven\org\opensearch\plugin\crypto-kms\2.12.0\crypto-kms-2.12.0.module.sha512 + - maven\org\opensearch\plugin\crypto-kms\2.12.0\crypto-kms-2.12.0.pom + - maven\org\opensearch\plugin\crypto-kms\2.12.0\crypto-kms-2.12.0.pom.md5 + - maven\org\opensearch\plugin\crypto-kms\2.12.0\crypto-kms-2.12.0.pom.sha1 + - maven\org\opensearch\plugin\crypto-kms\2.12.0\crypto-kms-2.12.0.pom.sha256 + - maven\org\opensearch\plugin\crypto-kms\2.12.0\crypto-kms-2.12.0.pom.sha512 + - maven\org\opensearch\plugin\discovery-azure-classic\maven-metadata.xml + - maven\org\opensearch\plugin\discovery-azure-classic\maven-metadata.xml.md5 + - maven\org\opensearch\plugin\discovery-azure-classic\maven-metadata.xml.sha1 + - maven\org\opensearch\plugin\discovery-azure-classic\maven-metadata.xml.sha256 + - maven\org\opensearch\plugin\discovery-azure-classic\maven-metadata.xml.sha512 + - maven\org\opensearch\plugin\discovery-azure-classic\2.12.0\discovery-azure-classic-2.12.0-javadoc.jar + - maven\org\opensearch\plugin\discovery-azure-classic\2.12.0\discovery-azure-classic-2.12.0-javadoc.jar.md5 + - maven\org\opensearch\plugin\discovery-azure-classic\2.12.0\discovery-azure-classic-2.12.0-javadoc.jar.sha1 + - maven\org\opensearch\plugin\discovery-azure-classic\2.12.0\discovery-azure-classic-2.12.0-javadoc.jar.sha256 + - maven\org\opensearch\plugin\discovery-azure-classic\2.12.0\discovery-azure-classic-2.12.0-javadoc.jar.sha512 + - maven\org\opensearch\plugin\discovery-azure-classic\2.12.0\discovery-azure-classic-2.12.0-sources.jar + - maven\org\opensearch\plugin\discovery-azure-classic\2.12.0\discovery-azure-classic-2.12.0-sources.jar.md5 + - maven\org\opensearch\plugin\discovery-azure-classic\2.12.0\discovery-azure-classic-2.12.0-sources.jar.sha1 + - maven\org\opensearch\plugin\discovery-azure-classic\2.12.0\discovery-azure-classic-2.12.0-sources.jar.sha256 + - maven\org\opensearch\plugin\discovery-azure-classic\2.12.0\discovery-azure-classic-2.12.0-sources.jar.sha512 + - maven\org\opensearch\plugin\discovery-azure-classic\2.12.0\discovery-azure-classic-2.12.0.jar + - maven\org\opensearch\plugin\discovery-azure-classic\2.12.0\discovery-azure-classic-2.12.0.jar.md5 + - maven\org\opensearch\plugin\discovery-azure-classic\2.12.0\discovery-azure-classic-2.12.0.jar.sha1 + - maven\org\opensearch\plugin\discovery-azure-classic\2.12.0\discovery-azure-classic-2.12.0.jar.sha256 + - maven\org\opensearch\plugin\discovery-azure-classic\2.12.0\discovery-azure-classic-2.12.0.jar.sha512 + - maven\org\opensearch\plugin\discovery-azure-classic\2.12.0\discovery-azure-classic-2.12.0.module + - maven\org\opensearch\plugin\discovery-azure-classic\2.12.0\discovery-azure-classic-2.12.0.module.md5 + - maven\org\opensearch\plugin\discovery-azure-classic\2.12.0\discovery-azure-classic-2.12.0.module.sha1 + - maven\org\opensearch\plugin\discovery-azure-classic\2.12.0\discovery-azure-classic-2.12.0.module.sha256 + - maven\org\opensearch\plugin\discovery-azure-classic\2.12.0\discovery-azure-classic-2.12.0.module.sha512 + - maven\org\opensearch\plugin\discovery-azure-classic\2.12.0\discovery-azure-classic-2.12.0.pom + - maven\org\opensearch\plugin\discovery-azure-classic\2.12.0\discovery-azure-classic-2.12.0.pom.md5 + - maven\org\opensearch\plugin\discovery-azure-classic\2.12.0\discovery-azure-classic-2.12.0.pom.sha1 + - maven\org\opensearch\plugin\discovery-azure-classic\2.12.0\discovery-azure-classic-2.12.0.pom.sha256 + - maven\org\opensearch\plugin\discovery-azure-classic\2.12.0\discovery-azure-classic-2.12.0.pom.sha512 + - maven\org\opensearch\plugin\discovery-ec2\maven-metadata.xml + - maven\org\opensearch\plugin\discovery-ec2\maven-metadata.xml.md5 + - maven\org\opensearch\plugin\discovery-ec2\maven-metadata.xml.sha1 + - maven\org\opensearch\plugin\discovery-ec2\maven-metadata.xml.sha256 + - maven\org\opensearch\plugin\discovery-ec2\maven-metadata.xml.sha512 + - maven\org\opensearch\plugin\discovery-ec2\2.12.0\discovery-ec2-2.12.0-javadoc.jar + - maven\org\opensearch\plugin\discovery-ec2\2.12.0\discovery-ec2-2.12.0-javadoc.jar.md5 + - maven\org\opensearch\plugin\discovery-ec2\2.12.0\discovery-ec2-2.12.0-javadoc.jar.sha1 + - maven\org\opensearch\plugin\discovery-ec2\2.12.0\discovery-ec2-2.12.0-javadoc.jar.sha256 + - maven\org\opensearch\plugin\discovery-ec2\2.12.0\discovery-ec2-2.12.0-javadoc.jar.sha512 + - maven\org\opensearch\plugin\discovery-ec2\2.12.0\discovery-ec2-2.12.0-sources.jar + - maven\org\opensearch\plugin\discovery-ec2\2.12.0\discovery-ec2-2.12.0-sources.jar.md5 + - maven\org\opensearch\plugin\discovery-ec2\2.12.0\discovery-ec2-2.12.0-sources.jar.sha1 + - maven\org\opensearch\plugin\discovery-ec2\2.12.0\discovery-ec2-2.12.0-sources.jar.sha256 + - maven\org\opensearch\plugin\discovery-ec2\2.12.0\discovery-ec2-2.12.0-sources.jar.sha512 + - maven\org\opensearch\plugin\discovery-ec2\2.12.0\discovery-ec2-2.12.0.jar + - maven\org\opensearch\plugin\discovery-ec2\2.12.0\discovery-ec2-2.12.0.jar.md5 + - maven\org\opensearch\plugin\discovery-ec2\2.12.0\discovery-ec2-2.12.0.jar.sha1 + - maven\org\opensearch\plugin\discovery-ec2\2.12.0\discovery-ec2-2.12.0.jar.sha256 + - maven\org\opensearch\plugin\discovery-ec2\2.12.0\discovery-ec2-2.12.0.jar.sha512 + - maven\org\opensearch\plugin\discovery-ec2\2.12.0\discovery-ec2-2.12.0.module + - maven\org\opensearch\plugin\discovery-ec2\2.12.0\discovery-ec2-2.12.0.module.md5 + - maven\org\opensearch\plugin\discovery-ec2\2.12.0\discovery-ec2-2.12.0.module.sha1 + - maven\org\opensearch\plugin\discovery-ec2\2.12.0\discovery-ec2-2.12.0.module.sha256 + - maven\org\opensearch\plugin\discovery-ec2\2.12.0\discovery-ec2-2.12.0.module.sha512 + - maven\org\opensearch\plugin\discovery-ec2\2.12.0\discovery-ec2-2.12.0.pom + - maven\org\opensearch\plugin\discovery-ec2\2.12.0\discovery-ec2-2.12.0.pom.md5 + - maven\org\opensearch\plugin\discovery-ec2\2.12.0\discovery-ec2-2.12.0.pom.sha1 + - maven\org\opensearch\plugin\discovery-ec2\2.12.0\discovery-ec2-2.12.0.pom.sha256 + - maven\org\opensearch\plugin\discovery-ec2\2.12.0\discovery-ec2-2.12.0.pom.sha512 + - maven\org\opensearch\plugin\discovery-gce\maven-metadata.xml + - maven\org\opensearch\plugin\discovery-gce\maven-metadata.xml.md5 + - maven\org\opensearch\plugin\discovery-gce\maven-metadata.xml.sha1 + - maven\org\opensearch\plugin\discovery-gce\maven-metadata.xml.sha256 + - maven\org\opensearch\plugin\discovery-gce\maven-metadata.xml.sha512 + - maven\org\opensearch\plugin\discovery-gce\2.12.0\discovery-gce-2.12.0-javadoc.jar + - maven\org\opensearch\plugin\discovery-gce\2.12.0\discovery-gce-2.12.0-javadoc.jar.md5 + - maven\org\opensearch\plugin\discovery-gce\2.12.0\discovery-gce-2.12.0-javadoc.jar.sha1 + - maven\org\opensearch\plugin\discovery-gce\2.12.0\discovery-gce-2.12.0-javadoc.jar.sha256 + - maven\org\opensearch\plugin\discovery-gce\2.12.0\discovery-gce-2.12.0-javadoc.jar.sha512 + - maven\org\opensearch\plugin\discovery-gce\2.12.0\discovery-gce-2.12.0-sources.jar + - maven\org\opensearch\plugin\discovery-gce\2.12.0\discovery-gce-2.12.0-sources.jar.md5 + - maven\org\opensearch\plugin\discovery-gce\2.12.0\discovery-gce-2.12.0-sources.jar.sha1 + - maven\org\opensearch\plugin\discovery-gce\2.12.0\discovery-gce-2.12.0-sources.jar.sha256 + - maven\org\opensearch\plugin\discovery-gce\2.12.0\discovery-gce-2.12.0-sources.jar.sha512 + - maven\org\opensearch\plugin\discovery-gce\2.12.0\discovery-gce-2.12.0.jar + - maven\org\opensearch\plugin\discovery-gce\2.12.0\discovery-gce-2.12.0.jar.md5 + - maven\org\opensearch\plugin\discovery-gce\2.12.0\discovery-gce-2.12.0.jar.sha1 + - maven\org\opensearch\plugin\discovery-gce\2.12.0\discovery-gce-2.12.0.jar.sha256 + - maven\org\opensearch\plugin\discovery-gce\2.12.0\discovery-gce-2.12.0.jar.sha512 + - maven\org\opensearch\plugin\discovery-gce\2.12.0\discovery-gce-2.12.0.module + - maven\org\opensearch\plugin\discovery-gce\2.12.0\discovery-gce-2.12.0.module.md5 + - maven\org\opensearch\plugin\discovery-gce\2.12.0\discovery-gce-2.12.0.module.sha1 + - maven\org\opensearch\plugin\discovery-gce\2.12.0\discovery-gce-2.12.0.module.sha256 + - maven\org\opensearch\plugin\discovery-gce\2.12.0\discovery-gce-2.12.0.module.sha512 + - maven\org\opensearch\plugin\discovery-gce\2.12.0\discovery-gce-2.12.0.pom + - maven\org\opensearch\plugin\discovery-gce\2.12.0\discovery-gce-2.12.0.pom.md5 + - maven\org\opensearch\plugin\discovery-gce\2.12.0\discovery-gce-2.12.0.pom.sha1 + - maven\org\opensearch\plugin\discovery-gce\2.12.0\discovery-gce-2.12.0.pom.sha256 + - maven\org\opensearch\plugin\discovery-gce\2.12.0\discovery-gce-2.12.0.pom.sha512 + - maven\org\opensearch\plugin\geo\maven-metadata.xml + - maven\org\opensearch\plugin\geo\maven-metadata.xml.md5 + - maven\org\opensearch\plugin\geo\maven-metadata.xml.sha1 + - maven\org\opensearch\plugin\geo\maven-metadata.xml.sha256 + - maven\org\opensearch\plugin\geo\maven-metadata.xml.sha512 + - maven\org\opensearch\plugin\geo\2.12.0\geo-2.12.0-javadoc.jar + - maven\org\opensearch\plugin\geo\2.12.0\geo-2.12.0-javadoc.jar.md5 + - maven\org\opensearch\plugin\geo\2.12.0\geo-2.12.0-javadoc.jar.sha1 + - maven\org\opensearch\plugin\geo\2.12.0\geo-2.12.0-javadoc.jar.sha256 + - maven\org\opensearch\plugin\geo\2.12.0\geo-2.12.0-javadoc.jar.sha512 + - maven\org\opensearch\plugin\geo\2.12.0\geo-2.12.0-sources.jar + - maven\org\opensearch\plugin\geo\2.12.0\geo-2.12.0-sources.jar.md5 + - maven\org\opensearch\plugin\geo\2.12.0\geo-2.12.0-sources.jar.sha1 + - maven\org\opensearch\plugin\geo\2.12.0\geo-2.12.0-sources.jar.sha256 + - maven\org\opensearch\plugin\geo\2.12.0\geo-2.12.0-sources.jar.sha512 + - maven\org\opensearch\plugin\geo\2.12.0\geo-2.12.0.jar + - maven\org\opensearch\plugin\geo\2.12.0\geo-2.12.0.jar.md5 + - maven\org\opensearch\plugin\geo\2.12.0\geo-2.12.0.jar.sha1 + - maven\org\opensearch\plugin\geo\2.12.0\geo-2.12.0.jar.sha256 + - maven\org\opensearch\plugin\geo\2.12.0\geo-2.12.0.jar.sha512 + - maven\org\opensearch\plugin\geo\2.12.0\geo-2.12.0.module + - maven\org\opensearch\plugin\geo\2.12.0\geo-2.12.0.module.md5 + - maven\org\opensearch\plugin\geo\2.12.0\geo-2.12.0.module.sha1 + - maven\org\opensearch\plugin\geo\2.12.0\geo-2.12.0.module.sha256 + - maven\org\opensearch\plugin\geo\2.12.0\geo-2.12.0.module.sha512 + - maven\org\opensearch\plugin\geo\2.12.0\geo-2.12.0.pom + - maven\org\opensearch\plugin\geo\2.12.0\geo-2.12.0.pom.md5 + - maven\org\opensearch\plugin\geo\2.12.0\geo-2.12.0.pom.sha1 + - maven\org\opensearch\plugin\geo\2.12.0\geo-2.12.0.pom.sha256 + - maven\org\opensearch\plugin\geo\2.12.0\geo-2.12.0.pom.sha512 + - maven\org\opensearch\plugin\identity-shiro\maven-metadata.xml + - maven\org\opensearch\plugin\identity-shiro\maven-metadata.xml.md5 + - maven\org\opensearch\plugin\identity-shiro\maven-metadata.xml.sha1 + - maven\org\opensearch\plugin\identity-shiro\maven-metadata.xml.sha256 + - maven\org\opensearch\plugin\identity-shiro\maven-metadata.xml.sha512 + - maven\org\opensearch\plugin\identity-shiro\2.12.0\identity-shiro-2.12.0-javadoc.jar + - maven\org\opensearch\plugin\identity-shiro\2.12.0\identity-shiro-2.12.0-javadoc.jar.md5 + - maven\org\opensearch\plugin\identity-shiro\2.12.0\identity-shiro-2.12.0-javadoc.jar.sha1 + - maven\org\opensearch\plugin\identity-shiro\2.12.0\identity-shiro-2.12.0-javadoc.jar.sha256 + - maven\org\opensearch\plugin\identity-shiro\2.12.0\identity-shiro-2.12.0-javadoc.jar.sha512 + - maven\org\opensearch\plugin\identity-shiro\2.12.0\identity-shiro-2.12.0-sources.jar + - maven\org\opensearch\plugin\identity-shiro\2.12.0\identity-shiro-2.12.0-sources.jar.md5 + - maven\org\opensearch\plugin\identity-shiro\2.12.0\identity-shiro-2.12.0-sources.jar.sha1 + - maven\org\opensearch\plugin\identity-shiro\2.12.0\identity-shiro-2.12.0-sources.jar.sha256 + - maven\org\opensearch\plugin\identity-shiro\2.12.0\identity-shiro-2.12.0-sources.jar.sha512 + - maven\org\opensearch\plugin\identity-shiro\2.12.0\identity-shiro-2.12.0.jar + - maven\org\opensearch\plugin\identity-shiro\2.12.0\identity-shiro-2.12.0.jar.md5 + - maven\org\opensearch\plugin\identity-shiro\2.12.0\identity-shiro-2.12.0.jar.sha1 + - maven\org\opensearch\plugin\identity-shiro\2.12.0\identity-shiro-2.12.0.jar.sha256 + - maven\org\opensearch\plugin\identity-shiro\2.12.0\identity-shiro-2.12.0.jar.sha512 + - maven\org\opensearch\plugin\identity-shiro\2.12.0\identity-shiro-2.12.0.module + - maven\org\opensearch\plugin\identity-shiro\2.12.0\identity-shiro-2.12.0.module.md5 + - maven\org\opensearch\plugin\identity-shiro\2.12.0\identity-shiro-2.12.0.module.sha1 + - maven\org\opensearch\plugin\identity-shiro\2.12.0\identity-shiro-2.12.0.module.sha256 + - maven\org\opensearch\plugin\identity-shiro\2.12.0\identity-shiro-2.12.0.module.sha512 + - maven\org\opensearch\plugin\identity-shiro\2.12.0\identity-shiro-2.12.0.pom + - maven\org\opensearch\plugin\identity-shiro\2.12.0\identity-shiro-2.12.0.pom.md5 + - maven\org\opensearch\plugin\identity-shiro\2.12.0\identity-shiro-2.12.0.pom.sha1 + - maven\org\opensearch\plugin\identity-shiro\2.12.0\identity-shiro-2.12.0.pom.sha256 + - maven\org\opensearch\plugin\identity-shiro\2.12.0\identity-shiro-2.12.0.pom.sha512 + - maven\org\opensearch\plugin\ingest-attachment\maven-metadata.xml + - maven\org\opensearch\plugin\ingest-attachment\maven-metadata.xml.md5 + - maven\org\opensearch\plugin\ingest-attachment\maven-metadata.xml.sha1 + - maven\org\opensearch\plugin\ingest-attachment\maven-metadata.xml.sha256 + - maven\org\opensearch\plugin\ingest-attachment\maven-metadata.xml.sha512 + - maven\org\opensearch\plugin\ingest-attachment\2.12.0\ingest-attachment-2.12.0-javadoc.jar + - maven\org\opensearch\plugin\ingest-attachment\2.12.0\ingest-attachment-2.12.0-javadoc.jar.md5 + - maven\org\opensearch\plugin\ingest-attachment\2.12.0\ingest-attachment-2.12.0-javadoc.jar.sha1 + - maven\org\opensearch\plugin\ingest-attachment\2.12.0\ingest-attachment-2.12.0-javadoc.jar.sha256 + - maven\org\opensearch\plugin\ingest-attachment\2.12.0\ingest-attachment-2.12.0-javadoc.jar.sha512 + - maven\org\opensearch\plugin\ingest-attachment\2.12.0\ingest-attachment-2.12.0-sources.jar + - maven\org\opensearch\plugin\ingest-attachment\2.12.0\ingest-attachment-2.12.0-sources.jar.md5 + - maven\org\opensearch\plugin\ingest-attachment\2.12.0\ingest-attachment-2.12.0-sources.jar.sha1 + - maven\org\opensearch\plugin\ingest-attachment\2.12.0\ingest-attachment-2.12.0-sources.jar.sha256 + - maven\org\opensearch\plugin\ingest-attachment\2.12.0\ingest-attachment-2.12.0-sources.jar.sha512 + - maven\org\opensearch\plugin\ingest-attachment\2.12.0\ingest-attachment-2.12.0.jar + - maven\org\opensearch\plugin\ingest-attachment\2.12.0\ingest-attachment-2.12.0.jar.md5 + - maven\org\opensearch\plugin\ingest-attachment\2.12.0\ingest-attachment-2.12.0.jar.sha1 + - maven\org\opensearch\plugin\ingest-attachment\2.12.0\ingest-attachment-2.12.0.jar.sha256 + - maven\org\opensearch\plugin\ingest-attachment\2.12.0\ingest-attachment-2.12.0.jar.sha512 + - maven\org\opensearch\plugin\ingest-attachment\2.12.0\ingest-attachment-2.12.0.module + - maven\org\opensearch\plugin\ingest-attachment\2.12.0\ingest-attachment-2.12.0.module.md5 + - maven\org\opensearch\plugin\ingest-attachment\2.12.0\ingest-attachment-2.12.0.module.sha1 + - maven\org\opensearch\plugin\ingest-attachment\2.12.0\ingest-attachment-2.12.0.module.sha256 + - maven\org\opensearch\plugin\ingest-attachment\2.12.0\ingest-attachment-2.12.0.module.sha512 + - maven\org\opensearch\plugin\ingest-attachment\2.12.0\ingest-attachment-2.12.0.pom + - maven\org\opensearch\plugin\ingest-attachment\2.12.0\ingest-attachment-2.12.0.pom.md5 + - maven\org\opensearch\plugin\ingest-attachment\2.12.0\ingest-attachment-2.12.0.pom.sha1 + - maven\org\opensearch\plugin\ingest-attachment\2.12.0\ingest-attachment-2.12.0.pom.sha256 + - maven\org\opensearch\plugin\ingest-attachment\2.12.0\ingest-attachment-2.12.0.pom.sha512 + - maven\org\opensearch\plugin\ingest-common\maven-metadata.xml + - maven\org\opensearch\plugin\ingest-common\maven-metadata.xml.md5 + - maven\org\opensearch\plugin\ingest-common\maven-metadata.xml.sha1 + - maven\org\opensearch\plugin\ingest-common\maven-metadata.xml.sha256 + - maven\org\opensearch\plugin\ingest-common\maven-metadata.xml.sha512 + - maven\org\opensearch\plugin\ingest-common\2.12.0\ingest-common-2.12.0-javadoc.jar + - maven\org\opensearch\plugin\ingest-common\2.12.0\ingest-common-2.12.0-javadoc.jar.md5 + - maven\org\opensearch\plugin\ingest-common\2.12.0\ingest-common-2.12.0-javadoc.jar.sha1 + - maven\org\opensearch\plugin\ingest-common\2.12.0\ingest-common-2.12.0-javadoc.jar.sha256 + - maven\org\opensearch\plugin\ingest-common\2.12.0\ingest-common-2.12.0-javadoc.jar.sha512 + - maven\org\opensearch\plugin\ingest-common\2.12.0\ingest-common-2.12.0-sources.jar + - maven\org\opensearch\plugin\ingest-common\2.12.0\ingest-common-2.12.0-sources.jar.md5 + - maven\org\opensearch\plugin\ingest-common\2.12.0\ingest-common-2.12.0-sources.jar.sha1 + - maven\org\opensearch\plugin\ingest-common\2.12.0\ingest-common-2.12.0-sources.jar.sha256 + - maven\org\opensearch\plugin\ingest-common\2.12.0\ingest-common-2.12.0-sources.jar.sha512 + - maven\org\opensearch\plugin\ingest-common\2.12.0\ingest-common-2.12.0.jar + - maven\org\opensearch\plugin\ingest-common\2.12.0\ingest-common-2.12.0.jar.md5 + - maven\org\opensearch\plugin\ingest-common\2.12.0\ingest-common-2.12.0.jar.sha1 + - maven\org\opensearch\plugin\ingest-common\2.12.0\ingest-common-2.12.0.jar.sha256 + - maven\org\opensearch\plugin\ingest-common\2.12.0\ingest-common-2.12.0.jar.sha512 + - maven\org\opensearch\plugin\ingest-common\2.12.0\ingest-common-2.12.0.module + - maven\org\opensearch\plugin\ingest-common\2.12.0\ingest-common-2.12.0.module.md5 + - maven\org\opensearch\plugin\ingest-common\2.12.0\ingest-common-2.12.0.module.sha1 + - maven\org\opensearch\plugin\ingest-common\2.12.0\ingest-common-2.12.0.module.sha256 + - maven\org\opensearch\plugin\ingest-common\2.12.0\ingest-common-2.12.0.module.sha512 + - maven\org\opensearch\plugin\ingest-common\2.12.0\ingest-common-2.12.0.pom + - maven\org\opensearch\plugin\ingest-common\2.12.0\ingest-common-2.12.0.pom.md5 + - maven\org\opensearch\plugin\ingest-common\2.12.0\ingest-common-2.12.0.pom.sha1 + - maven\org\opensearch\plugin\ingest-common\2.12.0\ingest-common-2.12.0.pom.sha256 + - maven\org\opensearch\plugin\ingest-common\2.12.0\ingest-common-2.12.0.pom.sha512 + - maven\org\opensearch\plugin\ingest-geoip\maven-metadata.xml + - maven\org\opensearch\plugin\ingest-geoip\maven-metadata.xml.md5 + - maven\org\opensearch\plugin\ingest-geoip\maven-metadata.xml.sha1 + - maven\org\opensearch\plugin\ingest-geoip\maven-metadata.xml.sha256 + - maven\org\opensearch\plugin\ingest-geoip\maven-metadata.xml.sha512 + - maven\org\opensearch\plugin\ingest-geoip\2.12.0\ingest-geoip-2.12.0-javadoc.jar + - maven\org\opensearch\plugin\ingest-geoip\2.12.0\ingest-geoip-2.12.0-javadoc.jar.md5 + - maven\org\opensearch\plugin\ingest-geoip\2.12.0\ingest-geoip-2.12.0-javadoc.jar.sha1 + - maven\org\opensearch\plugin\ingest-geoip\2.12.0\ingest-geoip-2.12.0-javadoc.jar.sha256 + - maven\org\opensearch\plugin\ingest-geoip\2.12.0\ingest-geoip-2.12.0-javadoc.jar.sha512 + - maven\org\opensearch\plugin\ingest-geoip\2.12.0\ingest-geoip-2.12.0-sources.jar + - maven\org\opensearch\plugin\ingest-geoip\2.12.0\ingest-geoip-2.12.0-sources.jar.md5 + - maven\org\opensearch\plugin\ingest-geoip\2.12.0\ingest-geoip-2.12.0-sources.jar.sha1 + - maven\org\opensearch\plugin\ingest-geoip\2.12.0\ingest-geoip-2.12.0-sources.jar.sha256 + - maven\org\opensearch\plugin\ingest-geoip\2.12.0\ingest-geoip-2.12.0-sources.jar.sha512 + - maven\org\opensearch\plugin\ingest-geoip\2.12.0\ingest-geoip-2.12.0.jar + - maven\org\opensearch\plugin\ingest-geoip\2.12.0\ingest-geoip-2.12.0.jar.md5 + - maven\org\opensearch\plugin\ingest-geoip\2.12.0\ingest-geoip-2.12.0.jar.sha1 + - maven\org\opensearch\plugin\ingest-geoip\2.12.0\ingest-geoip-2.12.0.jar.sha256 + - maven\org\opensearch\plugin\ingest-geoip\2.12.0\ingest-geoip-2.12.0.jar.sha512 + - maven\org\opensearch\plugin\ingest-geoip\2.12.0\ingest-geoip-2.12.0.module + - maven\org\opensearch\plugin\ingest-geoip\2.12.0\ingest-geoip-2.12.0.module.md5 + - maven\org\opensearch\plugin\ingest-geoip\2.12.0\ingest-geoip-2.12.0.module.sha1 + - maven\org\opensearch\plugin\ingest-geoip\2.12.0\ingest-geoip-2.12.0.module.sha256 + - maven\org\opensearch\plugin\ingest-geoip\2.12.0\ingest-geoip-2.12.0.module.sha512 + - maven\org\opensearch\plugin\ingest-geoip\2.12.0\ingest-geoip-2.12.0.pom + - maven\org\opensearch\plugin\ingest-geoip\2.12.0\ingest-geoip-2.12.0.pom.md5 + - maven\org\opensearch\plugin\ingest-geoip\2.12.0\ingest-geoip-2.12.0.pom.sha1 + - maven\org\opensearch\plugin\ingest-geoip\2.12.0\ingest-geoip-2.12.0.pom.sha256 + - maven\org\opensearch\plugin\ingest-geoip\2.12.0\ingest-geoip-2.12.0.pom.sha512 + - maven\org\opensearch\plugin\ingest-user-agent\maven-metadata.xml + - maven\org\opensearch\plugin\ingest-user-agent\maven-metadata.xml.md5 + - maven\org\opensearch\plugin\ingest-user-agent\maven-metadata.xml.sha1 + - maven\org\opensearch\plugin\ingest-user-agent\maven-metadata.xml.sha256 + - maven\org\opensearch\plugin\ingest-user-agent\maven-metadata.xml.sha512 + - maven\org\opensearch\plugin\ingest-user-agent\2.12.0\ingest-user-agent-2.12.0-javadoc.jar + - maven\org\opensearch\plugin\ingest-user-agent\2.12.0\ingest-user-agent-2.12.0-javadoc.jar.md5 + - maven\org\opensearch\plugin\ingest-user-agent\2.12.0\ingest-user-agent-2.12.0-javadoc.jar.sha1 + - maven\org\opensearch\plugin\ingest-user-agent\2.12.0\ingest-user-agent-2.12.0-javadoc.jar.sha256 + - maven\org\opensearch\plugin\ingest-user-agent\2.12.0\ingest-user-agent-2.12.0-javadoc.jar.sha512 + - maven\org\opensearch\plugin\ingest-user-agent\2.12.0\ingest-user-agent-2.12.0-sources.jar + - maven\org\opensearch\plugin\ingest-user-agent\2.12.0\ingest-user-agent-2.12.0-sources.jar.md5 + - maven\org\opensearch\plugin\ingest-user-agent\2.12.0\ingest-user-agent-2.12.0-sources.jar.sha1 + - maven\org\opensearch\plugin\ingest-user-agent\2.12.0\ingest-user-agent-2.12.0-sources.jar.sha256 + - maven\org\opensearch\plugin\ingest-user-agent\2.12.0\ingest-user-agent-2.12.0-sources.jar.sha512 + - maven\org\opensearch\plugin\ingest-user-agent\2.12.0\ingest-user-agent-2.12.0.jar + - maven\org\opensearch\plugin\ingest-user-agent\2.12.0\ingest-user-agent-2.12.0.jar.md5 + - maven\org\opensearch\plugin\ingest-user-agent\2.12.0\ingest-user-agent-2.12.0.jar.sha1 + - maven\org\opensearch\plugin\ingest-user-agent\2.12.0\ingest-user-agent-2.12.0.jar.sha256 + - maven\org\opensearch\plugin\ingest-user-agent\2.12.0\ingest-user-agent-2.12.0.jar.sha512 + - maven\org\opensearch\plugin\ingest-user-agent\2.12.0\ingest-user-agent-2.12.0.module + - maven\org\opensearch\plugin\ingest-user-agent\2.12.0\ingest-user-agent-2.12.0.module.md5 + - maven\org\opensearch\plugin\ingest-user-agent\2.12.0\ingest-user-agent-2.12.0.module.sha1 + - maven\org\opensearch\plugin\ingest-user-agent\2.12.0\ingest-user-agent-2.12.0.module.sha256 + - maven\org\opensearch\plugin\ingest-user-agent\2.12.0\ingest-user-agent-2.12.0.module.sha512 + - maven\org\opensearch\plugin\ingest-user-agent\2.12.0\ingest-user-agent-2.12.0.pom + - maven\org\opensearch\plugin\ingest-user-agent\2.12.0\ingest-user-agent-2.12.0.pom.md5 + - maven\org\opensearch\plugin\ingest-user-agent\2.12.0\ingest-user-agent-2.12.0.pom.sha1 + - maven\org\opensearch\plugin\ingest-user-agent\2.12.0\ingest-user-agent-2.12.0.pom.sha256 + - maven\org\opensearch\plugin\ingest-user-agent\2.12.0\ingest-user-agent-2.12.0.pom.sha512 + - maven\org\opensearch\plugin\lang-expression\maven-metadata.xml + - maven\org\opensearch\plugin\lang-expression\maven-metadata.xml.md5 + - maven\org\opensearch\plugin\lang-expression\maven-metadata.xml.sha1 + - maven\org\opensearch\plugin\lang-expression\maven-metadata.xml.sha256 + - maven\org\opensearch\plugin\lang-expression\maven-metadata.xml.sha512 + - maven\org\opensearch\plugin\lang-expression\2.12.0\lang-expression-2.12.0-javadoc.jar + - maven\org\opensearch\plugin\lang-expression\2.12.0\lang-expression-2.12.0-javadoc.jar.md5 + - maven\org\opensearch\plugin\lang-expression\2.12.0\lang-expression-2.12.0-javadoc.jar.sha1 + - maven\org\opensearch\plugin\lang-expression\2.12.0\lang-expression-2.12.0-javadoc.jar.sha256 + - maven\org\opensearch\plugin\lang-expression\2.12.0\lang-expression-2.12.0-javadoc.jar.sha512 + - maven\org\opensearch\plugin\lang-expression\2.12.0\lang-expression-2.12.0-sources.jar + - maven\org\opensearch\plugin\lang-expression\2.12.0\lang-expression-2.12.0-sources.jar.md5 + - maven\org\opensearch\plugin\lang-expression\2.12.0\lang-expression-2.12.0-sources.jar.sha1 + - maven\org\opensearch\plugin\lang-expression\2.12.0\lang-expression-2.12.0-sources.jar.sha256 + - maven\org\opensearch\plugin\lang-expression\2.12.0\lang-expression-2.12.0-sources.jar.sha512 + - maven\org\opensearch\plugin\lang-expression\2.12.0\lang-expression-2.12.0.jar + - maven\org\opensearch\plugin\lang-expression\2.12.0\lang-expression-2.12.0.jar.md5 + - maven\org\opensearch\plugin\lang-expression\2.12.0\lang-expression-2.12.0.jar.sha1 + - maven\org\opensearch\plugin\lang-expression\2.12.0\lang-expression-2.12.0.jar.sha256 + - maven\org\opensearch\plugin\lang-expression\2.12.0\lang-expression-2.12.0.jar.sha512 + - maven\org\opensearch\plugin\lang-expression\2.12.0\lang-expression-2.12.0.module + - maven\org\opensearch\plugin\lang-expression\2.12.0\lang-expression-2.12.0.module.md5 + - maven\org\opensearch\plugin\lang-expression\2.12.0\lang-expression-2.12.0.module.sha1 + - maven\org\opensearch\plugin\lang-expression\2.12.0\lang-expression-2.12.0.module.sha256 + - maven\org\opensearch\plugin\lang-expression\2.12.0\lang-expression-2.12.0.module.sha512 + - maven\org\opensearch\plugin\lang-expression\2.12.0\lang-expression-2.12.0.pom + - maven\org\opensearch\plugin\lang-expression\2.12.0\lang-expression-2.12.0.pom.md5 + - maven\org\opensearch\plugin\lang-expression\2.12.0\lang-expression-2.12.0.pom.sha1 + - maven\org\opensearch\plugin\lang-expression\2.12.0\lang-expression-2.12.0.pom.sha256 + - maven\org\opensearch\plugin\lang-expression\2.12.0\lang-expression-2.12.0.pom.sha512 + - maven\org\opensearch\plugin\lang-mustache-client\maven-metadata.xml + - maven\org\opensearch\plugin\lang-mustache-client\maven-metadata.xml.md5 + - maven\org\opensearch\plugin\lang-mustache-client\maven-metadata.xml.sha1 + - maven\org\opensearch\plugin\lang-mustache-client\maven-metadata.xml.sha256 + - maven\org\opensearch\plugin\lang-mustache-client\maven-metadata.xml.sha512 + - maven\org\opensearch\plugin\lang-mustache-client\2.12.0\lang-mustache-client-2.12.0-javadoc.jar + - maven\org\opensearch\plugin\lang-mustache-client\2.12.0\lang-mustache-client-2.12.0-javadoc.jar.md5 + - maven\org\opensearch\plugin\lang-mustache-client\2.12.0\lang-mustache-client-2.12.0-javadoc.jar.sha1 + - maven\org\opensearch\plugin\lang-mustache-client\2.12.0\lang-mustache-client-2.12.0-javadoc.jar.sha256 + - maven\org\opensearch\plugin\lang-mustache-client\2.12.0\lang-mustache-client-2.12.0-javadoc.jar.sha512 + - maven\org\opensearch\plugin\lang-mustache-client\2.12.0\lang-mustache-client-2.12.0-sources.jar + - maven\org\opensearch\plugin\lang-mustache-client\2.12.0\lang-mustache-client-2.12.0-sources.jar.md5 + - maven\org\opensearch\plugin\lang-mustache-client\2.12.0\lang-mustache-client-2.12.0-sources.jar.sha1 + - maven\org\opensearch\plugin\lang-mustache-client\2.12.0\lang-mustache-client-2.12.0-sources.jar.sha256 + - maven\org\opensearch\plugin\lang-mustache-client\2.12.0\lang-mustache-client-2.12.0-sources.jar.sha512 + - maven\org\opensearch\plugin\lang-mustache-client\2.12.0\lang-mustache-client-2.12.0.jar + - maven\org\opensearch\plugin\lang-mustache-client\2.12.0\lang-mustache-client-2.12.0.jar.md5 + - maven\org\opensearch\plugin\lang-mustache-client\2.12.0\lang-mustache-client-2.12.0.jar.sha1 + - maven\org\opensearch\plugin\lang-mustache-client\2.12.0\lang-mustache-client-2.12.0.jar.sha256 + - maven\org\opensearch\plugin\lang-mustache-client\2.12.0\lang-mustache-client-2.12.0.jar.sha512 + - maven\org\opensearch\plugin\lang-mustache-client\2.12.0\lang-mustache-client-2.12.0.module + - maven\org\opensearch\plugin\lang-mustache-client\2.12.0\lang-mustache-client-2.12.0.module.md5 + - maven\org\opensearch\plugin\lang-mustache-client\2.12.0\lang-mustache-client-2.12.0.module.sha1 + - maven\org\opensearch\plugin\lang-mustache-client\2.12.0\lang-mustache-client-2.12.0.module.sha256 + - maven\org\opensearch\plugin\lang-mustache-client\2.12.0\lang-mustache-client-2.12.0.module.sha512 + - maven\org\opensearch\plugin\lang-mustache-client\2.12.0\lang-mustache-client-2.12.0.pom + - maven\org\opensearch\plugin\lang-mustache-client\2.12.0\lang-mustache-client-2.12.0.pom.md5 + - maven\org\opensearch\plugin\lang-mustache-client\2.12.0\lang-mustache-client-2.12.0.pom.sha1 + - maven\org\opensearch\plugin\lang-mustache-client\2.12.0\lang-mustache-client-2.12.0.pom.sha256 + - maven\org\opensearch\plugin\lang-mustache-client\2.12.0\lang-mustache-client-2.12.0.pom.sha512 + - maven\org\opensearch\plugin\lang-painless\maven-metadata.xml + - maven\org\opensearch\plugin\lang-painless\maven-metadata.xml.md5 + - maven\org\opensearch\plugin\lang-painless\maven-metadata.xml.sha1 + - maven\org\opensearch\plugin\lang-painless\maven-metadata.xml.sha256 + - maven\org\opensearch\plugin\lang-painless\maven-metadata.xml.sha512 + - maven\org\opensearch\plugin\lang-painless\2.12.0\lang-painless-2.12.0-javadoc.jar + - maven\org\opensearch\plugin\lang-painless\2.12.0\lang-painless-2.12.0-javadoc.jar.md5 + - maven\org\opensearch\plugin\lang-painless\2.12.0\lang-painless-2.12.0-javadoc.jar.sha1 + - maven\org\opensearch\plugin\lang-painless\2.12.0\lang-painless-2.12.0-javadoc.jar.sha256 + - maven\org\opensearch\plugin\lang-painless\2.12.0\lang-painless-2.12.0-javadoc.jar.sha512 + - maven\org\opensearch\plugin\lang-painless\2.12.0\lang-painless-2.12.0-sources.jar + - maven\org\opensearch\plugin\lang-painless\2.12.0\lang-painless-2.12.0-sources.jar.md5 + - maven\org\opensearch\plugin\lang-painless\2.12.0\lang-painless-2.12.0-sources.jar.sha1 + - maven\org\opensearch\plugin\lang-painless\2.12.0\lang-painless-2.12.0-sources.jar.sha256 + - maven\org\opensearch\plugin\lang-painless\2.12.0\lang-painless-2.12.0-sources.jar.sha512 + - maven\org\opensearch\plugin\lang-painless\2.12.0\lang-painless-2.12.0.jar + - maven\org\opensearch\plugin\lang-painless\2.12.0\lang-painless-2.12.0.jar.md5 + - maven\org\opensearch\plugin\lang-painless\2.12.0\lang-painless-2.12.0.jar.sha1 + - maven\org\opensearch\plugin\lang-painless\2.12.0\lang-painless-2.12.0.jar.sha256 + - maven\org\opensearch\plugin\lang-painless\2.12.0\lang-painless-2.12.0.jar.sha512 + - maven\org\opensearch\plugin\lang-painless\2.12.0\lang-painless-2.12.0.module + - maven\org\opensearch\plugin\lang-painless\2.12.0\lang-painless-2.12.0.module.md5 + - maven\org\opensearch\plugin\lang-painless\2.12.0\lang-painless-2.12.0.module.sha1 + - maven\org\opensearch\plugin\lang-painless\2.12.0\lang-painless-2.12.0.module.sha256 + - maven\org\opensearch\plugin\lang-painless\2.12.0\lang-painless-2.12.0.module.sha512 + - maven\org\opensearch\plugin\lang-painless\2.12.0\lang-painless-2.12.0.pom + - maven\org\opensearch\plugin\lang-painless\2.12.0\lang-painless-2.12.0.pom.md5 + - maven\org\opensearch\plugin\lang-painless\2.12.0\lang-painless-2.12.0.pom.sha1 + - maven\org\opensearch\plugin\lang-painless\2.12.0\lang-painless-2.12.0.pom.sha256 + - maven\org\opensearch\plugin\lang-painless\2.12.0\lang-painless-2.12.0.pom.sha512 + - maven\org\opensearch\plugin\mapper-annotated-text\maven-metadata.xml + - maven\org\opensearch\plugin\mapper-annotated-text\maven-metadata.xml.md5 + - maven\org\opensearch\plugin\mapper-annotated-text\maven-metadata.xml.sha1 + - maven\org\opensearch\plugin\mapper-annotated-text\maven-metadata.xml.sha256 + - maven\org\opensearch\plugin\mapper-annotated-text\maven-metadata.xml.sha512 + - maven\org\opensearch\plugin\mapper-annotated-text\2.12.0\mapper-annotated-text-2.12.0-javadoc.jar + - maven\org\opensearch\plugin\mapper-annotated-text\2.12.0\mapper-annotated-text-2.12.0-javadoc.jar.md5 + - maven\org\opensearch\plugin\mapper-annotated-text\2.12.0\mapper-annotated-text-2.12.0-javadoc.jar.sha1 + - maven\org\opensearch\plugin\mapper-annotated-text\2.12.0\mapper-annotated-text-2.12.0-javadoc.jar.sha256 + - maven\org\opensearch\plugin\mapper-annotated-text\2.12.0\mapper-annotated-text-2.12.0-javadoc.jar.sha512 + - maven\org\opensearch\plugin\mapper-annotated-text\2.12.0\mapper-annotated-text-2.12.0-sources.jar + - maven\org\opensearch\plugin\mapper-annotated-text\2.12.0\mapper-annotated-text-2.12.0-sources.jar.md5 + - maven\org\opensearch\plugin\mapper-annotated-text\2.12.0\mapper-annotated-text-2.12.0-sources.jar.sha1 + - maven\org\opensearch\plugin\mapper-annotated-text\2.12.0\mapper-annotated-text-2.12.0-sources.jar.sha256 + - maven\org\opensearch\plugin\mapper-annotated-text\2.12.0\mapper-annotated-text-2.12.0-sources.jar.sha512 + - maven\org\opensearch\plugin\mapper-annotated-text\2.12.0\mapper-annotated-text-2.12.0.jar + - maven\org\opensearch\plugin\mapper-annotated-text\2.12.0\mapper-annotated-text-2.12.0.jar.md5 + - maven\org\opensearch\plugin\mapper-annotated-text\2.12.0\mapper-annotated-text-2.12.0.jar.sha1 + - maven\org\opensearch\plugin\mapper-annotated-text\2.12.0\mapper-annotated-text-2.12.0.jar.sha256 + - maven\org\opensearch\plugin\mapper-annotated-text\2.12.0\mapper-annotated-text-2.12.0.jar.sha512 + - maven\org\opensearch\plugin\mapper-annotated-text\2.12.0\mapper-annotated-text-2.12.0.module + - maven\org\opensearch\plugin\mapper-annotated-text\2.12.0\mapper-annotated-text-2.12.0.module.md5 + - maven\org\opensearch\plugin\mapper-annotated-text\2.12.0\mapper-annotated-text-2.12.0.module.sha1 + - maven\org\opensearch\plugin\mapper-annotated-text\2.12.0\mapper-annotated-text-2.12.0.module.sha256 + - maven\org\opensearch\plugin\mapper-annotated-text\2.12.0\mapper-annotated-text-2.12.0.module.sha512 + - maven\org\opensearch\plugin\mapper-annotated-text\2.12.0\mapper-annotated-text-2.12.0.pom + - maven\org\opensearch\plugin\mapper-annotated-text\2.12.0\mapper-annotated-text-2.12.0.pom.md5 + - maven\org\opensearch\plugin\mapper-annotated-text\2.12.0\mapper-annotated-text-2.12.0.pom.sha1 + - maven\org\opensearch\plugin\mapper-annotated-text\2.12.0\mapper-annotated-text-2.12.0.pom.sha256 + - maven\org\opensearch\plugin\mapper-annotated-text\2.12.0\mapper-annotated-text-2.12.0.pom.sha512 + - maven\org\opensearch\plugin\mapper-extras-client\maven-metadata.xml + - maven\org\opensearch\plugin\mapper-extras-client\maven-metadata.xml.md5 + - maven\org\opensearch\plugin\mapper-extras-client\maven-metadata.xml.sha1 + - maven\org\opensearch\plugin\mapper-extras-client\maven-metadata.xml.sha256 + - maven\org\opensearch\plugin\mapper-extras-client\maven-metadata.xml.sha512 + - maven\org\opensearch\plugin\mapper-extras-client\2.12.0\mapper-extras-client-2.12.0-javadoc.jar + - maven\org\opensearch\plugin\mapper-extras-client\2.12.0\mapper-extras-client-2.12.0-javadoc.jar.md5 + - maven\org\opensearch\plugin\mapper-extras-client\2.12.0\mapper-extras-client-2.12.0-javadoc.jar.sha1 + - maven\org\opensearch\plugin\mapper-extras-client\2.12.0\mapper-extras-client-2.12.0-javadoc.jar.sha256 + - maven\org\opensearch\plugin\mapper-extras-client\2.12.0\mapper-extras-client-2.12.0-javadoc.jar.sha512 + - maven\org\opensearch\plugin\mapper-extras-client\2.12.0\mapper-extras-client-2.12.0-sources.jar + - maven\org\opensearch\plugin\mapper-extras-client\2.12.0\mapper-extras-client-2.12.0-sources.jar.md5 + - maven\org\opensearch\plugin\mapper-extras-client\2.12.0\mapper-extras-client-2.12.0-sources.jar.sha1 + - maven\org\opensearch\plugin\mapper-extras-client\2.12.0\mapper-extras-client-2.12.0-sources.jar.sha256 + - maven\org\opensearch\plugin\mapper-extras-client\2.12.0\mapper-extras-client-2.12.0-sources.jar.sha512 + - maven\org\opensearch\plugin\mapper-extras-client\2.12.0\mapper-extras-client-2.12.0.jar + - maven\org\opensearch\plugin\mapper-extras-client\2.12.0\mapper-extras-client-2.12.0.jar.md5 + - maven\org\opensearch\plugin\mapper-extras-client\2.12.0\mapper-extras-client-2.12.0.jar.sha1 + - maven\org\opensearch\plugin\mapper-extras-client\2.12.0\mapper-extras-client-2.12.0.jar.sha256 + - maven\org\opensearch\plugin\mapper-extras-client\2.12.0\mapper-extras-client-2.12.0.jar.sha512 + - maven\org\opensearch\plugin\mapper-extras-client\2.12.0\mapper-extras-client-2.12.0.module + - maven\org\opensearch\plugin\mapper-extras-client\2.12.0\mapper-extras-client-2.12.0.module.md5 + - maven\org\opensearch\plugin\mapper-extras-client\2.12.0\mapper-extras-client-2.12.0.module.sha1 + - maven\org\opensearch\plugin\mapper-extras-client\2.12.0\mapper-extras-client-2.12.0.module.sha256 + - maven\org\opensearch\plugin\mapper-extras-client\2.12.0\mapper-extras-client-2.12.0.module.sha512 + - maven\org\opensearch\plugin\mapper-extras-client\2.12.0\mapper-extras-client-2.12.0.pom + - maven\org\opensearch\plugin\mapper-extras-client\2.12.0\mapper-extras-client-2.12.0.pom.md5 + - maven\org\opensearch\plugin\mapper-extras-client\2.12.0\mapper-extras-client-2.12.0.pom.sha1 + - maven\org\opensearch\plugin\mapper-extras-client\2.12.0\mapper-extras-client-2.12.0.pom.sha256 + - maven\org\opensearch\plugin\mapper-extras-client\2.12.0\mapper-extras-client-2.12.0.pom.sha512 + - maven\org\opensearch\plugin\mapper-murmur3\maven-metadata.xml + - maven\org\opensearch\plugin\mapper-murmur3\maven-metadata.xml.md5 + - maven\org\opensearch\plugin\mapper-murmur3\maven-metadata.xml.sha1 + - maven\org\opensearch\plugin\mapper-murmur3\maven-metadata.xml.sha256 + - maven\org\opensearch\plugin\mapper-murmur3\maven-metadata.xml.sha512 + - maven\org\opensearch\plugin\mapper-murmur3\2.12.0\mapper-murmur3-2.12.0-javadoc.jar + - maven\org\opensearch\plugin\mapper-murmur3\2.12.0\mapper-murmur3-2.12.0-javadoc.jar.md5 + - maven\org\opensearch\plugin\mapper-murmur3\2.12.0\mapper-murmur3-2.12.0-javadoc.jar.sha1 + - maven\org\opensearch\plugin\mapper-murmur3\2.12.0\mapper-murmur3-2.12.0-javadoc.jar.sha256 + - maven\org\opensearch\plugin\mapper-murmur3\2.12.0\mapper-murmur3-2.12.0-javadoc.jar.sha512 + - maven\org\opensearch\plugin\mapper-murmur3\2.12.0\mapper-murmur3-2.12.0-sources.jar + - maven\org\opensearch\plugin\mapper-murmur3\2.12.0\mapper-murmur3-2.12.0-sources.jar.md5 + - maven\org\opensearch\plugin\mapper-murmur3\2.12.0\mapper-murmur3-2.12.0-sources.jar.sha1 + - maven\org\opensearch\plugin\mapper-murmur3\2.12.0\mapper-murmur3-2.12.0-sources.jar.sha256 + - maven\org\opensearch\plugin\mapper-murmur3\2.12.0\mapper-murmur3-2.12.0-sources.jar.sha512 + - maven\org\opensearch\plugin\mapper-murmur3\2.12.0\mapper-murmur3-2.12.0.jar + - maven\org\opensearch\plugin\mapper-murmur3\2.12.0\mapper-murmur3-2.12.0.jar.md5 + - maven\org\opensearch\plugin\mapper-murmur3\2.12.0\mapper-murmur3-2.12.0.jar.sha1 + - maven\org\opensearch\plugin\mapper-murmur3\2.12.0\mapper-murmur3-2.12.0.jar.sha256 + - maven\org\opensearch\plugin\mapper-murmur3\2.12.0\mapper-murmur3-2.12.0.jar.sha512 + - maven\org\opensearch\plugin\mapper-murmur3\2.12.0\mapper-murmur3-2.12.0.module + - maven\org\opensearch\plugin\mapper-murmur3\2.12.0\mapper-murmur3-2.12.0.module.md5 + - maven\org\opensearch\plugin\mapper-murmur3\2.12.0\mapper-murmur3-2.12.0.module.sha1 + - maven\org\opensearch\plugin\mapper-murmur3\2.12.0\mapper-murmur3-2.12.0.module.sha256 + - maven\org\opensearch\plugin\mapper-murmur3\2.12.0\mapper-murmur3-2.12.0.module.sha512 + - maven\org\opensearch\plugin\mapper-murmur3\2.12.0\mapper-murmur3-2.12.0.pom + - maven\org\opensearch\plugin\mapper-murmur3\2.12.0\mapper-murmur3-2.12.0.pom.md5 + - maven\org\opensearch\plugin\mapper-murmur3\2.12.0\mapper-murmur3-2.12.0.pom.sha1 + - maven\org\opensearch\plugin\mapper-murmur3\2.12.0\mapper-murmur3-2.12.0.pom.sha256 + - maven\org\opensearch\plugin\mapper-murmur3\2.12.0\mapper-murmur3-2.12.0.pom.sha512 + - maven\org\opensearch\plugin\mapper-size\maven-metadata.xml + - maven\org\opensearch\plugin\mapper-size\maven-metadata.xml.md5 + - maven\org\opensearch\plugin\mapper-size\maven-metadata.xml.sha1 + - maven\org\opensearch\plugin\mapper-size\maven-metadata.xml.sha256 + - maven\org\opensearch\plugin\mapper-size\maven-metadata.xml.sha512 + - maven\org\opensearch\plugin\mapper-size\2.12.0\mapper-size-2.12.0-javadoc.jar + - maven\org\opensearch\plugin\mapper-size\2.12.0\mapper-size-2.12.0-javadoc.jar.md5 + - maven\org\opensearch\plugin\mapper-size\2.12.0\mapper-size-2.12.0-javadoc.jar.sha1 + - maven\org\opensearch\plugin\mapper-size\2.12.0\mapper-size-2.12.0-javadoc.jar.sha256 + - maven\org\opensearch\plugin\mapper-size\2.12.0\mapper-size-2.12.0-javadoc.jar.sha512 + - maven\org\opensearch\plugin\mapper-size\2.12.0\mapper-size-2.12.0-sources.jar + - maven\org\opensearch\plugin\mapper-size\2.12.0\mapper-size-2.12.0-sources.jar.md5 + - maven\org\opensearch\plugin\mapper-size\2.12.0\mapper-size-2.12.0-sources.jar.sha1 + - maven\org\opensearch\plugin\mapper-size\2.12.0\mapper-size-2.12.0-sources.jar.sha256 + - maven\org\opensearch\plugin\mapper-size\2.12.0\mapper-size-2.12.0-sources.jar.sha512 + - maven\org\opensearch\plugin\mapper-size\2.12.0\mapper-size-2.12.0.jar + - maven\org\opensearch\plugin\mapper-size\2.12.0\mapper-size-2.12.0.jar.md5 + - maven\org\opensearch\plugin\mapper-size\2.12.0\mapper-size-2.12.0.jar.sha1 + - maven\org\opensearch\plugin\mapper-size\2.12.0\mapper-size-2.12.0.jar.sha256 + - maven\org\opensearch\plugin\mapper-size\2.12.0\mapper-size-2.12.0.jar.sha512 + - maven\org\opensearch\plugin\mapper-size\2.12.0\mapper-size-2.12.0.module + - maven\org\opensearch\plugin\mapper-size\2.12.0\mapper-size-2.12.0.module.md5 + - maven\org\opensearch\plugin\mapper-size\2.12.0\mapper-size-2.12.0.module.sha1 + - maven\org\opensearch\plugin\mapper-size\2.12.0\mapper-size-2.12.0.module.sha256 + - maven\org\opensearch\plugin\mapper-size\2.12.0\mapper-size-2.12.0.module.sha512 + - maven\org\opensearch\plugin\mapper-size\2.12.0\mapper-size-2.12.0.pom + - maven\org\opensearch\plugin\mapper-size\2.12.0\mapper-size-2.12.0.pom.md5 + - maven\org\opensearch\plugin\mapper-size\2.12.0\mapper-size-2.12.0.pom.sha1 + - maven\org\opensearch\plugin\mapper-size\2.12.0\mapper-size-2.12.0.pom.sha256 + - maven\org\opensearch\plugin\mapper-size\2.12.0\mapper-size-2.12.0.pom.sha512 + - maven\org\opensearch\plugin\opensearch-dashboards\maven-metadata.xml + - maven\org\opensearch\plugin\opensearch-dashboards\maven-metadata.xml.md5 + - maven\org\opensearch\plugin\opensearch-dashboards\maven-metadata.xml.sha1 + - maven\org\opensearch\plugin\opensearch-dashboards\maven-metadata.xml.sha256 + - maven\org\opensearch\plugin\opensearch-dashboards\maven-metadata.xml.sha512 + - maven\org\opensearch\plugin\opensearch-dashboards\2.12.0\opensearch-dashboards-2.12.0-javadoc.jar + - maven\org\opensearch\plugin\opensearch-dashboards\2.12.0\opensearch-dashboards-2.12.0-javadoc.jar.md5 + - maven\org\opensearch\plugin\opensearch-dashboards\2.12.0\opensearch-dashboards-2.12.0-javadoc.jar.sha1 + - maven\org\opensearch\plugin\opensearch-dashboards\2.12.0\opensearch-dashboards-2.12.0-javadoc.jar.sha256 + - maven\org\opensearch\plugin\opensearch-dashboards\2.12.0\opensearch-dashboards-2.12.0-javadoc.jar.sha512 + - maven\org\opensearch\plugin\opensearch-dashboards\2.12.0\opensearch-dashboards-2.12.0-sources.jar + - maven\org\opensearch\plugin\opensearch-dashboards\2.12.0\opensearch-dashboards-2.12.0-sources.jar.md5 + - maven\org\opensearch\plugin\opensearch-dashboards\2.12.0\opensearch-dashboards-2.12.0-sources.jar.sha1 + - maven\org\opensearch\plugin\opensearch-dashboards\2.12.0\opensearch-dashboards-2.12.0-sources.jar.sha256 + - maven\org\opensearch\plugin\opensearch-dashboards\2.12.0\opensearch-dashboards-2.12.0-sources.jar.sha512 + - maven\org\opensearch\plugin\opensearch-dashboards\2.12.0\opensearch-dashboards-2.12.0.jar + - maven\org\opensearch\plugin\opensearch-dashboards\2.12.0\opensearch-dashboards-2.12.0.jar.md5 + - maven\org\opensearch\plugin\opensearch-dashboards\2.12.0\opensearch-dashboards-2.12.0.jar.sha1 + - maven\org\opensearch\plugin\opensearch-dashboards\2.12.0\opensearch-dashboards-2.12.0.jar.sha256 + - maven\org\opensearch\plugin\opensearch-dashboards\2.12.0\opensearch-dashboards-2.12.0.jar.sha512 + - maven\org\opensearch\plugin\opensearch-dashboards\2.12.0\opensearch-dashboards-2.12.0.module + - maven\org\opensearch\plugin\opensearch-dashboards\2.12.0\opensearch-dashboards-2.12.0.module.md5 + - maven\org\opensearch\plugin\opensearch-dashboards\2.12.0\opensearch-dashboards-2.12.0.module.sha1 + - maven\org\opensearch\plugin\opensearch-dashboards\2.12.0\opensearch-dashboards-2.12.0.module.sha256 + - maven\org\opensearch\plugin\opensearch-dashboards\2.12.0\opensearch-dashboards-2.12.0.module.sha512 + - maven\org\opensearch\plugin\opensearch-dashboards\2.12.0\opensearch-dashboards-2.12.0.pom + - maven\org\opensearch\plugin\opensearch-dashboards\2.12.0\opensearch-dashboards-2.12.0.pom.md5 + - maven\org\opensearch\plugin\opensearch-dashboards\2.12.0\opensearch-dashboards-2.12.0.pom.sha1 + - maven\org\opensearch\plugin\opensearch-dashboards\2.12.0\opensearch-dashboards-2.12.0.pom.sha256 + - maven\org\opensearch\plugin\opensearch-dashboards\2.12.0\opensearch-dashboards-2.12.0.pom.sha512 + - maven\org\opensearch\plugin\opensearch-scripting-painless-spi\maven-metadata.xml + - maven\org\opensearch\plugin\opensearch-scripting-painless-spi\maven-metadata.xml.md5 + - maven\org\opensearch\plugin\opensearch-scripting-painless-spi\maven-metadata.xml.sha1 + - maven\org\opensearch\plugin\opensearch-scripting-painless-spi\maven-metadata.xml.sha256 + - maven\org\opensearch\plugin\opensearch-scripting-painless-spi\maven-metadata.xml.sha512 + - maven\org\opensearch\plugin\opensearch-scripting-painless-spi\2.12.0\opensearch-scripting-painless-spi-2.12.0-javadoc.jar + - maven\org\opensearch\plugin\opensearch-scripting-painless-spi\2.12.0\opensearch-scripting-painless-spi-2.12.0-javadoc.jar.md5 + - maven\org\opensearch\plugin\opensearch-scripting-painless-spi\2.12.0\opensearch-scripting-painless-spi-2.12.0-javadoc.jar.sha1 + - maven\org\opensearch\plugin\opensearch-scripting-painless-spi\2.12.0\opensearch-scripting-painless-spi-2.12.0-javadoc.jar.sha256 + - maven\org\opensearch\plugin\opensearch-scripting-painless-spi\2.12.0\opensearch-scripting-painless-spi-2.12.0-javadoc.jar.sha512 + - maven\org\opensearch\plugin\opensearch-scripting-painless-spi\2.12.0\opensearch-scripting-painless-spi-2.12.0-sources.jar + - maven\org\opensearch\plugin\opensearch-scripting-painless-spi\2.12.0\opensearch-scripting-painless-spi-2.12.0-sources.jar.md5 + - maven\org\opensearch\plugin\opensearch-scripting-painless-spi\2.12.0\opensearch-scripting-painless-spi-2.12.0-sources.jar.sha1 + - maven\org\opensearch\plugin\opensearch-scripting-painless-spi\2.12.0\opensearch-scripting-painless-spi-2.12.0-sources.jar.sha256 + - maven\org\opensearch\plugin\opensearch-scripting-painless-spi\2.12.0\opensearch-scripting-painless-spi-2.12.0-sources.jar.sha512 + - maven\org\opensearch\plugin\opensearch-scripting-painless-spi\2.12.0\opensearch-scripting-painless-spi-2.12.0.jar + - maven\org\opensearch\plugin\opensearch-scripting-painless-spi\2.12.0\opensearch-scripting-painless-spi-2.12.0.jar.md5 + - maven\org\opensearch\plugin\opensearch-scripting-painless-spi\2.12.0\opensearch-scripting-painless-spi-2.12.0.jar.sha1 + - maven\org\opensearch\plugin\opensearch-scripting-painless-spi\2.12.0\opensearch-scripting-painless-spi-2.12.0.jar.sha256 + - maven\org\opensearch\plugin\opensearch-scripting-painless-spi\2.12.0\opensearch-scripting-painless-spi-2.12.0.jar.sha512 + - maven\org\opensearch\plugin\opensearch-scripting-painless-spi\2.12.0\opensearch-scripting-painless-spi-2.12.0.module + - maven\org\opensearch\plugin\opensearch-scripting-painless-spi\2.12.0\opensearch-scripting-painless-spi-2.12.0.module.md5 + - maven\org\opensearch\plugin\opensearch-scripting-painless-spi\2.12.0\opensearch-scripting-painless-spi-2.12.0.module.sha1 + - maven\org\opensearch\plugin\opensearch-scripting-painless-spi\2.12.0\opensearch-scripting-painless-spi-2.12.0.module.sha256 + - maven\org\opensearch\plugin\opensearch-scripting-painless-spi\2.12.0\opensearch-scripting-painless-spi-2.12.0.module.sha512 + - maven\org\opensearch\plugin\opensearch-scripting-painless-spi\2.12.0\opensearch-scripting-painless-spi-2.12.0.pom + - maven\org\opensearch\plugin\opensearch-scripting-painless-spi\2.12.0\opensearch-scripting-painless-spi-2.12.0.pom.md5 + - maven\org\opensearch\plugin\opensearch-scripting-painless-spi\2.12.0\opensearch-scripting-painless-spi-2.12.0.pom.sha1 + - maven\org\opensearch\plugin\opensearch-scripting-painless-spi\2.12.0\opensearch-scripting-painless-spi-2.12.0.pom.sha256 + - maven\org\opensearch\plugin\opensearch-scripting-painless-spi\2.12.0\opensearch-scripting-painless-spi-2.12.0.pom.sha512 + - maven\org\opensearch\plugin\parent-join-client\maven-metadata.xml + - maven\org\opensearch\plugin\parent-join-client\maven-metadata.xml.md5 + - maven\org\opensearch\plugin\parent-join-client\maven-metadata.xml.sha1 + - maven\org\opensearch\plugin\parent-join-client\maven-metadata.xml.sha256 + - maven\org\opensearch\plugin\parent-join-client\maven-metadata.xml.sha512 + - maven\org\opensearch\plugin\parent-join-client\2.12.0\parent-join-client-2.12.0-javadoc.jar + - maven\org\opensearch\plugin\parent-join-client\2.12.0\parent-join-client-2.12.0-javadoc.jar.md5 + - maven\org\opensearch\plugin\parent-join-client\2.12.0\parent-join-client-2.12.0-javadoc.jar.sha1 + - maven\org\opensearch\plugin\parent-join-client\2.12.0\parent-join-client-2.12.0-javadoc.jar.sha256 + - maven\org\opensearch\plugin\parent-join-client\2.12.0\parent-join-client-2.12.0-javadoc.jar.sha512 + - maven\org\opensearch\plugin\parent-join-client\2.12.0\parent-join-client-2.12.0-sources.jar + - maven\org\opensearch\plugin\parent-join-client\2.12.0\parent-join-client-2.12.0-sources.jar.md5 + - maven\org\opensearch\plugin\parent-join-client\2.12.0\parent-join-client-2.12.0-sources.jar.sha1 + - maven\org\opensearch\plugin\parent-join-client\2.12.0\parent-join-client-2.12.0-sources.jar.sha256 + - maven\org\opensearch\plugin\parent-join-client\2.12.0\parent-join-client-2.12.0-sources.jar.sha512 + - maven\org\opensearch\plugin\parent-join-client\2.12.0\parent-join-client-2.12.0.jar + - maven\org\opensearch\plugin\parent-join-client\2.12.0\parent-join-client-2.12.0.jar.md5 + - maven\org\opensearch\plugin\parent-join-client\2.12.0\parent-join-client-2.12.0.jar.sha1 + - maven\org\opensearch\plugin\parent-join-client\2.12.0\parent-join-client-2.12.0.jar.sha256 + - maven\org\opensearch\plugin\parent-join-client\2.12.0\parent-join-client-2.12.0.jar.sha512 + - maven\org\opensearch\plugin\parent-join-client\2.12.0\parent-join-client-2.12.0.module + - maven\org\opensearch\plugin\parent-join-client\2.12.0\parent-join-client-2.12.0.module.md5 + - maven\org\opensearch\plugin\parent-join-client\2.12.0\parent-join-client-2.12.0.module.sha1 + - maven\org\opensearch\plugin\parent-join-client\2.12.0\parent-join-client-2.12.0.module.sha256 + - maven\org\opensearch\plugin\parent-join-client\2.12.0\parent-join-client-2.12.0.module.sha512 + - maven\org\opensearch\plugin\parent-join-client\2.12.0\parent-join-client-2.12.0.pom + - maven\org\opensearch\plugin\parent-join-client\2.12.0\parent-join-client-2.12.0.pom.md5 + - maven\org\opensearch\plugin\parent-join-client\2.12.0\parent-join-client-2.12.0.pom.sha1 + - maven\org\opensearch\plugin\parent-join-client\2.12.0\parent-join-client-2.12.0.pom.sha256 + - maven\org\opensearch\plugin\parent-join-client\2.12.0\parent-join-client-2.12.0.pom.sha512 + - maven\org\opensearch\plugin\percolator-client\maven-metadata.xml + - maven\org\opensearch\plugin\percolator-client\maven-metadata.xml.md5 + - maven\org\opensearch\plugin\percolator-client\maven-metadata.xml.sha1 + - maven\org\opensearch\plugin\percolator-client\maven-metadata.xml.sha256 + - maven\org\opensearch\plugin\percolator-client\maven-metadata.xml.sha512 + - maven\org\opensearch\plugin\percolator-client\2.12.0\percolator-client-2.12.0-javadoc.jar + - maven\org\opensearch\plugin\percolator-client\2.12.0\percolator-client-2.12.0-javadoc.jar.md5 + - maven\org\opensearch\plugin\percolator-client\2.12.0\percolator-client-2.12.0-javadoc.jar.sha1 + - maven\org\opensearch\plugin\percolator-client\2.12.0\percolator-client-2.12.0-javadoc.jar.sha256 + - maven\org\opensearch\plugin\percolator-client\2.12.0\percolator-client-2.12.0-javadoc.jar.sha512 + - maven\org\opensearch\plugin\percolator-client\2.12.0\percolator-client-2.12.0-sources.jar + - maven\org\opensearch\plugin\percolator-client\2.12.0\percolator-client-2.12.0-sources.jar.md5 + - maven\org\opensearch\plugin\percolator-client\2.12.0\percolator-client-2.12.0-sources.jar.sha1 + - maven\org\opensearch\plugin\percolator-client\2.12.0\percolator-client-2.12.0-sources.jar.sha256 + - maven\org\opensearch\plugin\percolator-client\2.12.0\percolator-client-2.12.0-sources.jar.sha512 + - maven\org\opensearch\plugin\percolator-client\2.12.0\percolator-client-2.12.0.jar + - maven\org\opensearch\plugin\percolator-client\2.12.0\percolator-client-2.12.0.jar.md5 + - maven\org\opensearch\plugin\percolator-client\2.12.0\percolator-client-2.12.0.jar.sha1 + - maven\org\opensearch\plugin\percolator-client\2.12.0\percolator-client-2.12.0.jar.sha256 + - maven\org\opensearch\plugin\percolator-client\2.12.0\percolator-client-2.12.0.jar.sha512 + - maven\org\opensearch\plugin\percolator-client\2.12.0\percolator-client-2.12.0.module + - maven\org\opensearch\plugin\percolator-client\2.12.0\percolator-client-2.12.0.module.md5 + - maven\org\opensearch\plugin\percolator-client\2.12.0\percolator-client-2.12.0.module.sha1 + - maven\org\opensearch\plugin\percolator-client\2.12.0\percolator-client-2.12.0.module.sha256 + - maven\org\opensearch\plugin\percolator-client\2.12.0\percolator-client-2.12.0.module.sha512 + - maven\org\opensearch\plugin\percolator-client\2.12.0\percolator-client-2.12.0.pom + - maven\org\opensearch\plugin\percolator-client\2.12.0\percolator-client-2.12.0.pom.md5 + - maven\org\opensearch\plugin\percolator-client\2.12.0\percolator-client-2.12.0.pom.sha1 + - maven\org\opensearch\plugin\percolator-client\2.12.0\percolator-client-2.12.0.pom.sha256 + - maven\org\opensearch\plugin\percolator-client\2.12.0\percolator-client-2.12.0.pom.sha512 + - maven\org\opensearch\plugin\query-insights\maven-metadata.xml + - maven\org\opensearch\plugin\query-insights\maven-metadata.xml.md5 + - maven\org\opensearch\plugin\query-insights\maven-metadata.xml.sha1 + - maven\org\opensearch\plugin\query-insights\maven-metadata.xml.sha256 + - maven\org\opensearch\plugin\query-insights\maven-metadata.xml.sha512 + - maven\org\opensearch\plugin\query-insights\2.12.0\query-insights-2.12.0-javadoc.jar + - maven\org\opensearch\plugin\query-insights\2.12.0\query-insights-2.12.0-javadoc.jar.md5 + - maven\org\opensearch\plugin\query-insights\2.12.0\query-insights-2.12.0-javadoc.jar.sha1 + - maven\org\opensearch\plugin\query-insights\2.12.0\query-insights-2.12.0-javadoc.jar.sha256 + - maven\org\opensearch\plugin\query-insights\2.12.0\query-insights-2.12.0-javadoc.jar.sha512 + - maven\org\opensearch\plugin\query-insights\2.12.0\query-insights-2.12.0-sources.jar + - maven\org\opensearch\plugin\query-insights\2.12.0\query-insights-2.12.0-sources.jar.md5 + - maven\org\opensearch\plugin\query-insights\2.12.0\query-insights-2.12.0-sources.jar.sha1 + - maven\org\opensearch\plugin\query-insights\2.12.0\query-insights-2.12.0-sources.jar.sha256 + - maven\org\opensearch\plugin\query-insights\2.12.0\query-insights-2.12.0-sources.jar.sha512 + - maven\org\opensearch\plugin\query-insights\2.12.0\query-insights-2.12.0.jar + - maven\org\opensearch\plugin\query-insights\2.12.0\query-insights-2.12.0.jar.md5 + - maven\org\opensearch\plugin\query-insights\2.12.0\query-insights-2.12.0.jar.sha1 + - maven\org\opensearch\plugin\query-insights\2.12.0\query-insights-2.12.0.jar.sha256 + - maven\org\opensearch\plugin\query-insights\2.12.0\query-insights-2.12.0.jar.sha512 + - maven\org\opensearch\plugin\query-insights\2.12.0\query-insights-2.12.0.module + - maven\org\opensearch\plugin\query-insights\2.12.0\query-insights-2.12.0.module.md5 + - maven\org\opensearch\plugin\query-insights\2.12.0\query-insights-2.12.0.module.sha1 + - maven\org\opensearch\plugin\query-insights\2.12.0\query-insights-2.12.0.module.sha256 + - maven\org\opensearch\plugin\query-insights\2.12.0\query-insights-2.12.0.module.sha512 + - maven\org\opensearch\plugin\query-insights\2.12.0\query-insights-2.12.0.pom + - maven\org\opensearch\plugin\query-insights\2.12.0\query-insights-2.12.0.pom.md5 + - maven\org\opensearch\plugin\query-insights\2.12.0\query-insights-2.12.0.pom.sha1 + - maven\org\opensearch\plugin\query-insights\2.12.0\query-insights-2.12.0.pom.sha256 + - maven\org\opensearch\plugin\query-insights\2.12.0\query-insights-2.12.0.pom.sha512 + - maven\org\opensearch\plugin\rank-eval-client\maven-metadata.xml + - maven\org\opensearch\plugin\rank-eval-client\maven-metadata.xml.md5 + - maven\org\opensearch\plugin\rank-eval-client\maven-metadata.xml.sha1 + - maven\org\opensearch\plugin\rank-eval-client\maven-metadata.xml.sha256 + - maven\org\opensearch\plugin\rank-eval-client\maven-metadata.xml.sha512 + - maven\org\opensearch\plugin\rank-eval-client\2.12.0\rank-eval-client-2.12.0-javadoc.jar + - maven\org\opensearch\plugin\rank-eval-client\2.12.0\rank-eval-client-2.12.0-javadoc.jar.md5 + - maven\org\opensearch\plugin\rank-eval-client\2.12.0\rank-eval-client-2.12.0-javadoc.jar.sha1 + - maven\org\opensearch\plugin\rank-eval-client\2.12.0\rank-eval-client-2.12.0-javadoc.jar.sha256 + - maven\org\opensearch\plugin\rank-eval-client\2.12.0\rank-eval-client-2.12.0-javadoc.jar.sha512 + - maven\org\opensearch\plugin\rank-eval-client\2.12.0\rank-eval-client-2.12.0-sources.jar + - maven\org\opensearch\plugin\rank-eval-client\2.12.0\rank-eval-client-2.12.0-sources.jar.md5 + - maven\org\opensearch\plugin\rank-eval-client\2.12.0\rank-eval-client-2.12.0-sources.jar.sha1 + - maven\org\opensearch\plugin\rank-eval-client\2.12.0\rank-eval-client-2.12.0-sources.jar.sha256 + - maven\org\opensearch\plugin\rank-eval-client\2.12.0\rank-eval-client-2.12.0-sources.jar.sha512 + - maven\org\opensearch\plugin\rank-eval-client\2.12.0\rank-eval-client-2.12.0.jar + - maven\org\opensearch\plugin\rank-eval-client\2.12.0\rank-eval-client-2.12.0.jar.md5 + - maven\org\opensearch\plugin\rank-eval-client\2.12.0\rank-eval-client-2.12.0.jar.sha1 + - maven\org\opensearch\plugin\rank-eval-client\2.12.0\rank-eval-client-2.12.0.jar.sha256 + - maven\org\opensearch\plugin\rank-eval-client\2.12.0\rank-eval-client-2.12.0.jar.sha512 + - maven\org\opensearch\plugin\rank-eval-client\2.12.0\rank-eval-client-2.12.0.module + - maven\org\opensearch\plugin\rank-eval-client\2.12.0\rank-eval-client-2.12.0.module.md5 + - maven\org\opensearch\plugin\rank-eval-client\2.12.0\rank-eval-client-2.12.0.module.sha1 + - maven\org\opensearch\plugin\rank-eval-client\2.12.0\rank-eval-client-2.12.0.module.sha256 + - maven\org\opensearch\plugin\rank-eval-client\2.12.0\rank-eval-client-2.12.0.module.sha512 + - maven\org\opensearch\plugin\rank-eval-client\2.12.0\rank-eval-client-2.12.0.pom + - maven\org\opensearch\plugin\rank-eval-client\2.12.0\rank-eval-client-2.12.0.pom.md5 + - maven\org\opensearch\plugin\rank-eval-client\2.12.0\rank-eval-client-2.12.0.pom.sha1 + - maven\org\opensearch\plugin\rank-eval-client\2.12.0\rank-eval-client-2.12.0.pom.sha256 + - maven\org\opensearch\plugin\rank-eval-client\2.12.0\rank-eval-client-2.12.0.pom.sha512 + - maven\org\opensearch\plugin\reindex-client\maven-metadata.xml + - maven\org\opensearch\plugin\reindex-client\maven-metadata.xml.md5 + - maven\org\opensearch\plugin\reindex-client\maven-metadata.xml.sha1 + - maven\org\opensearch\plugin\reindex-client\maven-metadata.xml.sha256 + - maven\org\opensearch\plugin\reindex-client\maven-metadata.xml.sha512 + - maven\org\opensearch\plugin\reindex-client\2.12.0\reindex-client-2.12.0-javadoc.jar + - maven\org\opensearch\plugin\reindex-client\2.12.0\reindex-client-2.12.0-javadoc.jar.md5 + - maven\org\opensearch\plugin\reindex-client\2.12.0\reindex-client-2.12.0-javadoc.jar.sha1 + - maven\org\opensearch\plugin\reindex-client\2.12.0\reindex-client-2.12.0-javadoc.jar.sha256 + - maven\org\opensearch\plugin\reindex-client\2.12.0\reindex-client-2.12.0-javadoc.jar.sha512 + - maven\org\opensearch\plugin\reindex-client\2.12.0\reindex-client-2.12.0-sources.jar + - maven\org\opensearch\plugin\reindex-client\2.12.0\reindex-client-2.12.0-sources.jar.md5 + - maven\org\opensearch\plugin\reindex-client\2.12.0\reindex-client-2.12.0-sources.jar.sha1 + - maven\org\opensearch\plugin\reindex-client\2.12.0\reindex-client-2.12.0-sources.jar.sha256 + - maven\org\opensearch\plugin\reindex-client\2.12.0\reindex-client-2.12.0-sources.jar.sha512 + - maven\org\opensearch\plugin\reindex-client\2.12.0\reindex-client-2.12.0.jar + - maven\org\opensearch\plugin\reindex-client\2.12.0\reindex-client-2.12.0.jar.md5 + - maven\org\opensearch\plugin\reindex-client\2.12.0\reindex-client-2.12.0.jar.sha1 + - maven\org\opensearch\plugin\reindex-client\2.12.0\reindex-client-2.12.0.jar.sha256 + - maven\org\opensearch\plugin\reindex-client\2.12.0\reindex-client-2.12.0.jar.sha512 + - maven\org\opensearch\plugin\reindex-client\2.12.0\reindex-client-2.12.0.module + - maven\org\opensearch\plugin\reindex-client\2.12.0\reindex-client-2.12.0.module.md5 + - maven\org\opensearch\plugin\reindex-client\2.12.0\reindex-client-2.12.0.module.sha1 + - maven\org\opensearch\plugin\reindex-client\2.12.0\reindex-client-2.12.0.module.sha256 + - maven\org\opensearch\plugin\reindex-client\2.12.0\reindex-client-2.12.0.module.sha512 + - maven\org\opensearch\plugin\reindex-client\2.12.0\reindex-client-2.12.0.pom + - maven\org\opensearch\plugin\reindex-client\2.12.0\reindex-client-2.12.0.pom.md5 + - maven\org\opensearch\plugin\reindex-client\2.12.0\reindex-client-2.12.0.pom.sha1 + - maven\org\opensearch\plugin\reindex-client\2.12.0\reindex-client-2.12.0.pom.sha256 + - maven\org\opensearch\plugin\reindex-client\2.12.0\reindex-client-2.12.0.pom.sha512 + - maven\org\opensearch\plugin\repository-azure\maven-metadata.xml + - maven\org\opensearch\plugin\repository-azure\maven-metadata.xml.md5 + - maven\org\opensearch\plugin\repository-azure\maven-metadata.xml.sha1 + - maven\org\opensearch\plugin\repository-azure\maven-metadata.xml.sha256 + - maven\org\opensearch\plugin\repository-azure\maven-metadata.xml.sha512 + - maven\org\opensearch\plugin\repository-azure\2.12.0\repository-azure-2.12.0-javadoc.jar + - maven\org\opensearch\plugin\repository-azure\2.12.0\repository-azure-2.12.0-javadoc.jar.md5 + - maven\org\opensearch\plugin\repository-azure\2.12.0\repository-azure-2.12.0-javadoc.jar.sha1 + - maven\org\opensearch\plugin\repository-azure\2.12.0\repository-azure-2.12.0-javadoc.jar.sha256 + - maven\org\opensearch\plugin\repository-azure\2.12.0\repository-azure-2.12.0-javadoc.jar.sha512 + - maven\org\opensearch\plugin\repository-azure\2.12.0\repository-azure-2.12.0-sources.jar + - maven\org\opensearch\plugin\repository-azure\2.12.0\repository-azure-2.12.0-sources.jar.md5 + - maven\org\opensearch\plugin\repository-azure\2.12.0\repository-azure-2.12.0-sources.jar.sha1 + - maven\org\opensearch\plugin\repository-azure\2.12.0\repository-azure-2.12.0-sources.jar.sha256 + - maven\org\opensearch\plugin\repository-azure\2.12.0\repository-azure-2.12.0-sources.jar.sha512 + - maven\org\opensearch\plugin\repository-azure\2.12.0\repository-azure-2.12.0.jar + - maven\org\opensearch\plugin\repository-azure\2.12.0\repository-azure-2.12.0.jar.md5 + - maven\org\opensearch\plugin\repository-azure\2.12.0\repository-azure-2.12.0.jar.sha1 + - maven\org\opensearch\plugin\repository-azure\2.12.0\repository-azure-2.12.0.jar.sha256 + - maven\org\opensearch\plugin\repository-azure\2.12.0\repository-azure-2.12.0.jar.sha512 + - maven\org\opensearch\plugin\repository-azure\2.12.0\repository-azure-2.12.0.module + - maven\org\opensearch\plugin\repository-azure\2.12.0\repository-azure-2.12.0.module.md5 + - maven\org\opensearch\plugin\repository-azure\2.12.0\repository-azure-2.12.0.module.sha1 + - maven\org\opensearch\plugin\repository-azure\2.12.0\repository-azure-2.12.0.module.sha256 + - maven\org\opensearch\plugin\repository-azure\2.12.0\repository-azure-2.12.0.module.sha512 + - maven\org\opensearch\plugin\repository-azure\2.12.0\repository-azure-2.12.0.pom + - maven\org\opensearch\plugin\repository-azure\2.12.0\repository-azure-2.12.0.pom.md5 + - maven\org\opensearch\plugin\repository-azure\2.12.0\repository-azure-2.12.0.pom.sha1 + - maven\org\opensearch\plugin\repository-azure\2.12.0\repository-azure-2.12.0.pom.sha256 + - maven\org\opensearch\plugin\repository-azure\2.12.0\repository-azure-2.12.0.pom.sha512 + - maven\org\opensearch\plugin\repository-gcs\maven-metadata.xml + - maven\org\opensearch\plugin\repository-gcs\maven-metadata.xml.md5 + - maven\org\opensearch\plugin\repository-gcs\maven-metadata.xml.sha1 + - maven\org\opensearch\plugin\repository-gcs\maven-metadata.xml.sha256 + - maven\org\opensearch\plugin\repository-gcs\maven-metadata.xml.sha512 + - maven\org\opensearch\plugin\repository-gcs\2.12.0\repository-gcs-2.12.0-javadoc.jar + - maven\org\opensearch\plugin\repository-gcs\2.12.0\repository-gcs-2.12.0-javadoc.jar.md5 + - maven\org\opensearch\plugin\repository-gcs\2.12.0\repository-gcs-2.12.0-javadoc.jar.sha1 + - maven\org\opensearch\plugin\repository-gcs\2.12.0\repository-gcs-2.12.0-javadoc.jar.sha256 + - maven\org\opensearch\plugin\repository-gcs\2.12.0\repository-gcs-2.12.0-javadoc.jar.sha512 + - maven\org\opensearch\plugin\repository-gcs\2.12.0\repository-gcs-2.12.0-sources.jar + - maven\org\opensearch\plugin\repository-gcs\2.12.0\repository-gcs-2.12.0-sources.jar.md5 + - maven\org\opensearch\plugin\repository-gcs\2.12.0\repository-gcs-2.12.0-sources.jar.sha1 + - maven\org\opensearch\plugin\repository-gcs\2.12.0\repository-gcs-2.12.0-sources.jar.sha256 + - maven\org\opensearch\plugin\repository-gcs\2.12.0\repository-gcs-2.12.0-sources.jar.sha512 + - maven\org\opensearch\plugin\repository-gcs\2.12.0\repository-gcs-2.12.0.jar + - maven\org\opensearch\plugin\repository-gcs\2.12.0\repository-gcs-2.12.0.jar.md5 + - maven\org\opensearch\plugin\repository-gcs\2.12.0\repository-gcs-2.12.0.jar.sha1 + - maven\org\opensearch\plugin\repository-gcs\2.12.0\repository-gcs-2.12.0.jar.sha256 + - maven\org\opensearch\plugin\repository-gcs\2.12.0\repository-gcs-2.12.0.jar.sha512 + - maven\org\opensearch\plugin\repository-gcs\2.12.0\repository-gcs-2.12.0.module + - maven\org\opensearch\plugin\repository-gcs\2.12.0\repository-gcs-2.12.0.module.md5 + - maven\org\opensearch\plugin\repository-gcs\2.12.0\repository-gcs-2.12.0.module.sha1 + - maven\org\opensearch\plugin\repository-gcs\2.12.0\repository-gcs-2.12.0.module.sha256 + - maven\org\opensearch\plugin\repository-gcs\2.12.0\repository-gcs-2.12.0.module.sha512 + - maven\org\opensearch\plugin\repository-gcs\2.12.0\repository-gcs-2.12.0.pom + - maven\org\opensearch\plugin\repository-gcs\2.12.0\repository-gcs-2.12.0.pom.md5 + - maven\org\opensearch\plugin\repository-gcs\2.12.0\repository-gcs-2.12.0.pom.sha1 + - maven\org\opensearch\plugin\repository-gcs\2.12.0\repository-gcs-2.12.0.pom.sha256 + - maven\org\opensearch\plugin\repository-gcs\2.12.0\repository-gcs-2.12.0.pom.sha512 + - maven\org\opensearch\plugin\repository-hdfs\maven-metadata.xml + - maven\org\opensearch\plugin\repository-hdfs\maven-metadata.xml.md5 + - maven\org\opensearch\plugin\repository-hdfs\maven-metadata.xml.sha1 + - maven\org\opensearch\plugin\repository-hdfs\maven-metadata.xml.sha256 + - maven\org\opensearch\plugin\repository-hdfs\maven-metadata.xml.sha512 + - maven\org\opensearch\plugin\repository-hdfs\2.12.0\repository-hdfs-2.12.0-javadoc.jar + - maven\org\opensearch\plugin\repository-hdfs\2.12.0\repository-hdfs-2.12.0-javadoc.jar.md5 + - maven\org\opensearch\plugin\repository-hdfs\2.12.0\repository-hdfs-2.12.0-javadoc.jar.sha1 + - maven\org\opensearch\plugin\repository-hdfs\2.12.0\repository-hdfs-2.12.0-javadoc.jar.sha256 + - maven\org\opensearch\plugin\repository-hdfs\2.12.0\repository-hdfs-2.12.0-javadoc.jar.sha512 + - maven\org\opensearch\plugin\repository-hdfs\2.12.0\repository-hdfs-2.12.0-sources.jar + - maven\org\opensearch\plugin\repository-hdfs\2.12.0\repository-hdfs-2.12.0-sources.jar.md5 + - maven\org\opensearch\plugin\repository-hdfs\2.12.0\repository-hdfs-2.12.0-sources.jar.sha1 + - maven\org\opensearch\plugin\repository-hdfs\2.12.0\repository-hdfs-2.12.0-sources.jar.sha256 + - maven\org\opensearch\plugin\repository-hdfs\2.12.0\repository-hdfs-2.12.0-sources.jar.sha512 + - maven\org\opensearch\plugin\repository-hdfs\2.12.0\repository-hdfs-2.12.0.jar + - maven\org\opensearch\plugin\repository-hdfs\2.12.0\repository-hdfs-2.12.0.jar.md5 + - maven\org\opensearch\plugin\repository-hdfs\2.12.0\repository-hdfs-2.12.0.jar.sha1 + - maven\org\opensearch\plugin\repository-hdfs\2.12.0\repository-hdfs-2.12.0.jar.sha256 + - maven\org\opensearch\plugin\repository-hdfs\2.12.0\repository-hdfs-2.12.0.jar.sha512 + - maven\org\opensearch\plugin\repository-hdfs\2.12.0\repository-hdfs-2.12.0.module + - maven\org\opensearch\plugin\repository-hdfs\2.12.0\repository-hdfs-2.12.0.module.md5 + - maven\org\opensearch\plugin\repository-hdfs\2.12.0\repository-hdfs-2.12.0.module.sha1 + - maven\org\opensearch\plugin\repository-hdfs\2.12.0\repository-hdfs-2.12.0.module.sha256 + - maven\org\opensearch\plugin\repository-hdfs\2.12.0\repository-hdfs-2.12.0.module.sha512 + - maven\org\opensearch\plugin\repository-hdfs\2.12.0\repository-hdfs-2.12.0.pom + - maven\org\opensearch\plugin\repository-hdfs\2.12.0\repository-hdfs-2.12.0.pom.md5 + - maven\org\opensearch\plugin\repository-hdfs\2.12.0\repository-hdfs-2.12.0.pom.sha1 + - maven\org\opensearch\plugin\repository-hdfs\2.12.0\repository-hdfs-2.12.0.pom.sha256 + - maven\org\opensearch\plugin\repository-hdfs\2.12.0\repository-hdfs-2.12.0.pom.sha512 + - maven\org\opensearch\plugin\repository-s3\maven-metadata.xml + - maven\org\opensearch\plugin\repository-s3\maven-metadata.xml.md5 + - maven\org\opensearch\plugin\repository-s3\maven-metadata.xml.sha1 + - maven\org\opensearch\plugin\repository-s3\maven-metadata.xml.sha256 + - maven\org\opensearch\plugin\repository-s3\maven-metadata.xml.sha512 + - maven\org\opensearch\plugin\repository-s3\2.12.0\repository-s3-2.12.0-javadoc.jar + - maven\org\opensearch\plugin\repository-s3\2.12.0\repository-s3-2.12.0-javadoc.jar.md5 + - maven\org\opensearch\plugin\repository-s3\2.12.0\repository-s3-2.12.0-javadoc.jar.sha1 + - maven\org\opensearch\plugin\repository-s3\2.12.0\repository-s3-2.12.0-javadoc.jar.sha256 + - maven\org\opensearch\plugin\repository-s3\2.12.0\repository-s3-2.12.0-javadoc.jar.sha512 + - maven\org\opensearch\plugin\repository-s3\2.12.0\repository-s3-2.12.0-sources.jar + - maven\org\opensearch\plugin\repository-s3\2.12.0\repository-s3-2.12.0-sources.jar.md5 + - maven\org\opensearch\plugin\repository-s3\2.12.0\repository-s3-2.12.0-sources.jar.sha1 + - maven\org\opensearch\plugin\repository-s3\2.12.0\repository-s3-2.12.0-sources.jar.sha256 + - maven\org\opensearch\plugin\repository-s3\2.12.0\repository-s3-2.12.0-sources.jar.sha512 + - maven\org\opensearch\plugin\repository-s3\2.12.0\repository-s3-2.12.0.jar + - maven\org\opensearch\plugin\repository-s3\2.12.0\repository-s3-2.12.0.jar.md5 + - maven\org\opensearch\plugin\repository-s3\2.12.0\repository-s3-2.12.0.jar.sha1 + - maven\org\opensearch\plugin\repository-s3\2.12.0\repository-s3-2.12.0.jar.sha256 + - maven\org\opensearch\plugin\repository-s3\2.12.0\repository-s3-2.12.0.jar.sha512 + - maven\org\opensearch\plugin\repository-s3\2.12.0\repository-s3-2.12.0.module + - maven\org\opensearch\plugin\repository-s3\2.12.0\repository-s3-2.12.0.module.md5 + - maven\org\opensearch\plugin\repository-s3\2.12.0\repository-s3-2.12.0.module.sha1 + - maven\org\opensearch\plugin\repository-s3\2.12.0\repository-s3-2.12.0.module.sha256 + - maven\org\opensearch\plugin\repository-s3\2.12.0\repository-s3-2.12.0.module.sha512 + - maven\org\opensearch\plugin\repository-s3\2.12.0\repository-s3-2.12.0.pom + - maven\org\opensearch\plugin\repository-s3\2.12.0\repository-s3-2.12.0.pom.md5 + - maven\org\opensearch\plugin\repository-s3\2.12.0\repository-s3-2.12.0.pom.sha1 + - maven\org\opensearch\plugin\repository-s3\2.12.0\repository-s3-2.12.0.pom.sha256 + - maven\org\opensearch\plugin\repository-s3\2.12.0\repository-s3-2.12.0.pom.sha512 + - maven\org\opensearch\plugin\repository-url\maven-metadata.xml + - maven\org\opensearch\plugin\repository-url\maven-metadata.xml.md5 + - maven\org\opensearch\plugin\repository-url\maven-metadata.xml.sha1 + - maven\org\opensearch\plugin\repository-url\maven-metadata.xml.sha256 + - maven\org\opensearch\plugin\repository-url\maven-metadata.xml.sha512 + - maven\org\opensearch\plugin\repository-url\2.12.0\repository-url-2.12.0-javadoc.jar + - maven\org\opensearch\plugin\repository-url\2.12.0\repository-url-2.12.0-javadoc.jar.md5 + - maven\org\opensearch\plugin\repository-url\2.12.0\repository-url-2.12.0-javadoc.jar.sha1 + - maven\org\opensearch\plugin\repository-url\2.12.0\repository-url-2.12.0-javadoc.jar.sha256 + - maven\org\opensearch\plugin\repository-url\2.12.0\repository-url-2.12.0-javadoc.jar.sha512 + - maven\org\opensearch\plugin\repository-url\2.12.0\repository-url-2.12.0-sources.jar + - maven\org\opensearch\plugin\repository-url\2.12.0\repository-url-2.12.0-sources.jar.md5 + - maven\org\opensearch\plugin\repository-url\2.12.0\repository-url-2.12.0-sources.jar.sha1 + - maven\org\opensearch\plugin\repository-url\2.12.0\repository-url-2.12.0-sources.jar.sha256 + - maven\org\opensearch\plugin\repository-url\2.12.0\repository-url-2.12.0-sources.jar.sha512 + - maven\org\opensearch\plugin\repository-url\2.12.0\repository-url-2.12.0.jar + - maven\org\opensearch\plugin\repository-url\2.12.0\repository-url-2.12.0.jar.md5 + - maven\org\opensearch\plugin\repository-url\2.12.0\repository-url-2.12.0.jar.sha1 + - maven\org\opensearch\plugin\repository-url\2.12.0\repository-url-2.12.0.jar.sha256 + - maven\org\opensearch\plugin\repository-url\2.12.0\repository-url-2.12.0.jar.sha512 + - maven\org\opensearch\plugin\repository-url\2.12.0\repository-url-2.12.0.module + - maven\org\opensearch\plugin\repository-url\2.12.0\repository-url-2.12.0.module.md5 + - maven\org\opensearch\plugin\repository-url\2.12.0\repository-url-2.12.0.module.sha1 + - maven\org\opensearch\plugin\repository-url\2.12.0\repository-url-2.12.0.module.sha256 + - maven\org\opensearch\plugin\repository-url\2.12.0\repository-url-2.12.0.module.sha512 + - maven\org\opensearch\plugin\repository-url\2.12.0\repository-url-2.12.0.pom + - maven\org\opensearch\plugin\repository-url\2.12.0\repository-url-2.12.0.pom.md5 + - maven\org\opensearch\plugin\repository-url\2.12.0\repository-url-2.12.0.pom.sha1 + - maven\org\opensearch\plugin\repository-url\2.12.0\repository-url-2.12.0.pom.sha256 + - maven\org\opensearch\plugin\repository-url\2.12.0\repository-url-2.12.0.pom.sha512 + - maven\org\opensearch\plugin\search-pipeline-common\maven-metadata.xml + - maven\org\opensearch\plugin\search-pipeline-common\maven-metadata.xml.md5 + - maven\org\opensearch\plugin\search-pipeline-common\maven-metadata.xml.sha1 + - maven\org\opensearch\plugin\search-pipeline-common\maven-metadata.xml.sha256 + - maven\org\opensearch\plugin\search-pipeline-common\maven-metadata.xml.sha512 + - maven\org\opensearch\plugin\search-pipeline-common\2.12.0\search-pipeline-common-2.12.0-javadoc.jar + - maven\org\opensearch\plugin\search-pipeline-common\2.12.0\search-pipeline-common-2.12.0-javadoc.jar.md5 + - maven\org\opensearch\plugin\search-pipeline-common\2.12.0\search-pipeline-common-2.12.0-javadoc.jar.sha1 + - maven\org\opensearch\plugin\search-pipeline-common\2.12.0\search-pipeline-common-2.12.0-javadoc.jar.sha256 + - maven\org\opensearch\plugin\search-pipeline-common\2.12.0\search-pipeline-common-2.12.0-javadoc.jar.sha512 + - maven\org\opensearch\plugin\search-pipeline-common\2.12.0\search-pipeline-common-2.12.0-sources.jar + - maven\org\opensearch\plugin\search-pipeline-common\2.12.0\search-pipeline-common-2.12.0-sources.jar.md5 + - maven\org\opensearch\plugin\search-pipeline-common\2.12.0\search-pipeline-common-2.12.0-sources.jar.sha1 + - maven\org\opensearch\plugin\search-pipeline-common\2.12.0\search-pipeline-common-2.12.0-sources.jar.sha256 + - maven\org\opensearch\plugin\search-pipeline-common\2.12.0\search-pipeline-common-2.12.0-sources.jar.sha512 + - maven\org\opensearch\plugin\search-pipeline-common\2.12.0\search-pipeline-common-2.12.0.jar + - maven\org\opensearch\plugin\search-pipeline-common\2.12.0\search-pipeline-common-2.12.0.jar.md5 + - maven\org\opensearch\plugin\search-pipeline-common\2.12.0\search-pipeline-common-2.12.0.jar.sha1 + - maven\org\opensearch\plugin\search-pipeline-common\2.12.0\search-pipeline-common-2.12.0.jar.sha256 + - maven\org\opensearch\plugin\search-pipeline-common\2.12.0\search-pipeline-common-2.12.0.jar.sha512 + - maven\org\opensearch\plugin\search-pipeline-common\2.12.0\search-pipeline-common-2.12.0.module + - maven\org\opensearch\plugin\search-pipeline-common\2.12.0\search-pipeline-common-2.12.0.module.md5 + - maven\org\opensearch\plugin\search-pipeline-common\2.12.0\search-pipeline-common-2.12.0.module.sha1 + - maven\org\opensearch\plugin\search-pipeline-common\2.12.0\search-pipeline-common-2.12.0.module.sha256 + - maven\org\opensearch\plugin\search-pipeline-common\2.12.0\search-pipeline-common-2.12.0.module.sha512 + - maven\org\opensearch\plugin\search-pipeline-common\2.12.0\search-pipeline-common-2.12.0.pom + - maven\org\opensearch\plugin\search-pipeline-common\2.12.0\search-pipeline-common-2.12.0.pom.md5 + - maven\org\opensearch\plugin\search-pipeline-common\2.12.0\search-pipeline-common-2.12.0.pom.sha1 + - maven\org\opensearch\plugin\search-pipeline-common\2.12.0\search-pipeline-common-2.12.0.pom.sha256 + - maven\org\opensearch\plugin\search-pipeline-common\2.12.0\search-pipeline-common-2.12.0.pom.sha512 + - maven\org\opensearch\plugin\store-smb\maven-metadata.xml + - maven\org\opensearch\plugin\store-smb\maven-metadata.xml.md5 + - maven\org\opensearch\plugin\store-smb\maven-metadata.xml.sha1 + - maven\org\opensearch\plugin\store-smb\maven-metadata.xml.sha256 + - maven\org\opensearch\plugin\store-smb\maven-metadata.xml.sha512 + - maven\org\opensearch\plugin\store-smb\2.12.0\store-smb-2.12.0-javadoc.jar + - maven\org\opensearch\plugin\store-smb\2.12.0\store-smb-2.12.0-javadoc.jar.md5 + - maven\org\opensearch\plugin\store-smb\2.12.0\store-smb-2.12.0-javadoc.jar.sha1 + - maven\org\opensearch\plugin\store-smb\2.12.0\store-smb-2.12.0-javadoc.jar.sha256 + - maven\org\opensearch\plugin\store-smb\2.12.0\store-smb-2.12.0-javadoc.jar.sha512 + - maven\org\opensearch\plugin\store-smb\2.12.0\store-smb-2.12.0-sources.jar + - maven\org\opensearch\plugin\store-smb\2.12.0\store-smb-2.12.0-sources.jar.md5 + - maven\org\opensearch\plugin\store-smb\2.12.0\store-smb-2.12.0-sources.jar.sha1 + - maven\org\opensearch\plugin\store-smb\2.12.0\store-smb-2.12.0-sources.jar.sha256 + - maven\org\opensearch\plugin\store-smb\2.12.0\store-smb-2.12.0-sources.jar.sha512 + - maven\org\opensearch\plugin\store-smb\2.12.0\store-smb-2.12.0.jar + - maven\org\opensearch\plugin\store-smb\2.12.0\store-smb-2.12.0.jar.md5 + - maven\org\opensearch\plugin\store-smb\2.12.0\store-smb-2.12.0.jar.sha1 + - maven\org\opensearch\plugin\store-smb\2.12.0\store-smb-2.12.0.jar.sha256 + - maven\org\opensearch\plugin\store-smb\2.12.0\store-smb-2.12.0.jar.sha512 + - maven\org\opensearch\plugin\store-smb\2.12.0\store-smb-2.12.0.module + - maven\org\opensearch\plugin\store-smb\2.12.0\store-smb-2.12.0.module.md5 + - maven\org\opensearch\plugin\store-smb\2.12.0\store-smb-2.12.0.module.sha1 + - maven\org\opensearch\plugin\store-smb\2.12.0\store-smb-2.12.0.module.sha256 + - maven\org\opensearch\plugin\store-smb\2.12.0\store-smb-2.12.0.module.sha512 + - maven\org\opensearch\plugin\store-smb\2.12.0\store-smb-2.12.0.pom + - maven\org\opensearch\plugin\store-smb\2.12.0\store-smb-2.12.0.pom.md5 + - maven\org\opensearch\plugin\store-smb\2.12.0\store-smb-2.12.0.pom.sha1 + - maven\org\opensearch\plugin\store-smb\2.12.0\store-smb-2.12.0.pom.sha256 + - maven\org\opensearch\plugin\store-smb\2.12.0\store-smb-2.12.0.pom.sha512 + - maven\org\opensearch\plugin\systemd\maven-metadata.xml + - maven\org\opensearch\plugin\systemd\maven-metadata.xml.md5 + - maven\org\opensearch\plugin\systemd\maven-metadata.xml.sha1 + - maven\org\opensearch\plugin\systemd\maven-metadata.xml.sha256 + - maven\org\opensearch\plugin\systemd\maven-metadata.xml.sha512 + - maven\org\opensearch\plugin\systemd\2.12.0\systemd-2.12.0-javadoc.jar + - maven\org\opensearch\plugin\systemd\2.12.0\systemd-2.12.0-javadoc.jar.md5 + - maven\org\opensearch\plugin\systemd\2.12.0\systemd-2.12.0-javadoc.jar.sha1 + - maven\org\opensearch\plugin\systemd\2.12.0\systemd-2.12.0-javadoc.jar.sha256 + - maven\org\opensearch\plugin\systemd\2.12.0\systemd-2.12.0-javadoc.jar.sha512 + - maven\org\opensearch\plugin\systemd\2.12.0\systemd-2.12.0-sources.jar + - maven\org\opensearch\plugin\systemd\2.12.0\systemd-2.12.0-sources.jar.md5 + - maven\org\opensearch\plugin\systemd\2.12.0\systemd-2.12.0-sources.jar.sha1 + - maven\org\opensearch\plugin\systemd\2.12.0\systemd-2.12.0-sources.jar.sha256 + - maven\org\opensearch\plugin\systemd\2.12.0\systemd-2.12.0-sources.jar.sha512 + - maven\org\opensearch\plugin\systemd\2.12.0\systemd-2.12.0.jar + - maven\org\opensearch\plugin\systemd\2.12.0\systemd-2.12.0.jar.md5 + - maven\org\opensearch\plugin\systemd\2.12.0\systemd-2.12.0.jar.sha1 + - maven\org\opensearch\plugin\systemd\2.12.0\systemd-2.12.0.jar.sha256 + - maven\org\opensearch\plugin\systemd\2.12.0\systemd-2.12.0.jar.sha512 + - maven\org\opensearch\plugin\systemd\2.12.0\systemd-2.12.0.module + - maven\org\opensearch\plugin\systemd\2.12.0\systemd-2.12.0.module.md5 + - maven\org\opensearch\plugin\systemd\2.12.0\systemd-2.12.0.module.sha1 + - maven\org\opensearch\plugin\systemd\2.12.0\systemd-2.12.0.module.sha256 + - maven\org\opensearch\plugin\systemd\2.12.0\systemd-2.12.0.module.sha512 + - maven\org\opensearch\plugin\systemd\2.12.0\systemd-2.12.0.pom + - maven\org\opensearch\plugin\systemd\2.12.0\systemd-2.12.0.pom.md5 + - maven\org\opensearch\plugin\systemd\2.12.0\systemd-2.12.0.pom.sha1 + - maven\org\opensearch\plugin\systemd\2.12.0\systemd-2.12.0.pom.sha256 + - maven\org\opensearch\plugin\systemd\2.12.0\systemd-2.12.0.pom.sha512 + - maven\org\opensearch\plugin\telemetry-otel\maven-metadata.xml + - maven\org\opensearch\plugin\telemetry-otel\maven-metadata.xml.md5 + - maven\org\opensearch\plugin\telemetry-otel\maven-metadata.xml.sha1 + - maven\org\opensearch\plugin\telemetry-otel\maven-metadata.xml.sha256 + - maven\org\opensearch\plugin\telemetry-otel\maven-metadata.xml.sha512 + - maven\org\opensearch\plugin\telemetry-otel\2.12.0\telemetry-otel-2.12.0-javadoc.jar + - maven\org\opensearch\plugin\telemetry-otel\2.12.0\telemetry-otel-2.12.0-javadoc.jar.md5 + - maven\org\opensearch\plugin\telemetry-otel\2.12.0\telemetry-otel-2.12.0-javadoc.jar.sha1 + - maven\org\opensearch\plugin\telemetry-otel\2.12.0\telemetry-otel-2.12.0-javadoc.jar.sha256 + - maven\org\opensearch\plugin\telemetry-otel\2.12.0\telemetry-otel-2.12.0-javadoc.jar.sha512 + - maven\org\opensearch\plugin\telemetry-otel\2.12.0\telemetry-otel-2.12.0-sources.jar + - maven\org\opensearch\plugin\telemetry-otel\2.12.0\telemetry-otel-2.12.0-sources.jar.md5 + - maven\org\opensearch\plugin\telemetry-otel\2.12.0\telemetry-otel-2.12.0-sources.jar.sha1 + - maven\org\opensearch\plugin\telemetry-otel\2.12.0\telemetry-otel-2.12.0-sources.jar.sha256 + - maven\org\opensearch\plugin\telemetry-otel\2.12.0\telemetry-otel-2.12.0-sources.jar.sha512 + - maven\org\opensearch\plugin\telemetry-otel\2.12.0\telemetry-otel-2.12.0.jar + - maven\org\opensearch\plugin\telemetry-otel\2.12.0\telemetry-otel-2.12.0.jar.md5 + - maven\org\opensearch\plugin\telemetry-otel\2.12.0\telemetry-otel-2.12.0.jar.sha1 + - maven\org\opensearch\plugin\telemetry-otel\2.12.0\telemetry-otel-2.12.0.jar.sha256 + - maven\org\opensearch\plugin\telemetry-otel\2.12.0\telemetry-otel-2.12.0.jar.sha512 + - maven\org\opensearch\plugin\telemetry-otel\2.12.0\telemetry-otel-2.12.0.module + - maven\org\opensearch\plugin\telemetry-otel\2.12.0\telemetry-otel-2.12.0.module.md5 + - maven\org\opensearch\plugin\telemetry-otel\2.12.0\telemetry-otel-2.12.0.module.sha1 + - maven\org\opensearch\plugin\telemetry-otel\2.12.0\telemetry-otel-2.12.0.module.sha256 + - maven\org\opensearch\plugin\telemetry-otel\2.12.0\telemetry-otel-2.12.0.module.sha512 + - maven\org\opensearch\plugin\telemetry-otel\2.12.0\telemetry-otel-2.12.0.pom + - maven\org\opensearch\plugin\telemetry-otel\2.12.0\telemetry-otel-2.12.0.pom.md5 + - maven\org\opensearch\plugin\telemetry-otel\2.12.0\telemetry-otel-2.12.0.pom.sha1 + - maven\org\opensearch\plugin\telemetry-otel\2.12.0\telemetry-otel-2.12.0.pom.sha256 + - maven\org\opensearch\plugin\telemetry-otel\2.12.0\telemetry-otel-2.12.0.pom.sha512 + - maven\org\opensearch\plugin\transport-netty4-client\maven-metadata.xml + - maven\org\opensearch\plugin\transport-netty4-client\maven-metadata.xml.md5 + - maven\org\opensearch\plugin\transport-netty4-client\maven-metadata.xml.sha1 + - maven\org\opensearch\plugin\transport-netty4-client\maven-metadata.xml.sha256 + - maven\org\opensearch\plugin\transport-netty4-client\maven-metadata.xml.sha512 + - maven\org\opensearch\plugin\transport-netty4-client\2.12.0\transport-netty4-client-2.12.0-javadoc.jar + - maven\org\opensearch\plugin\transport-netty4-client\2.12.0\transport-netty4-client-2.12.0-javadoc.jar.md5 + - maven\org\opensearch\plugin\transport-netty4-client\2.12.0\transport-netty4-client-2.12.0-javadoc.jar.sha1 + - maven\org\opensearch\plugin\transport-netty4-client\2.12.0\transport-netty4-client-2.12.0-javadoc.jar.sha256 + - maven\org\opensearch\plugin\transport-netty4-client\2.12.0\transport-netty4-client-2.12.0-javadoc.jar.sha512 + - maven\org\opensearch\plugin\transport-netty4-client\2.12.0\transport-netty4-client-2.12.0-sources.jar + - maven\org\opensearch\plugin\transport-netty4-client\2.12.0\transport-netty4-client-2.12.0-sources.jar.md5 + - maven\org\opensearch\plugin\transport-netty4-client\2.12.0\transport-netty4-client-2.12.0-sources.jar.sha1 + - maven\org\opensearch\plugin\transport-netty4-client\2.12.0\transport-netty4-client-2.12.0-sources.jar.sha256 + - maven\org\opensearch\plugin\transport-netty4-client\2.12.0\transport-netty4-client-2.12.0-sources.jar.sha512 + - maven\org\opensearch\plugin\transport-netty4-client\2.12.0\transport-netty4-client-2.12.0.jar + - maven\org\opensearch\plugin\transport-netty4-client\2.12.0\transport-netty4-client-2.12.0.jar.md5 + - maven\org\opensearch\plugin\transport-netty4-client\2.12.0\transport-netty4-client-2.12.0.jar.sha1 + - maven\org\opensearch\plugin\transport-netty4-client\2.12.0\transport-netty4-client-2.12.0.jar.sha256 + - maven\org\opensearch\plugin\transport-netty4-client\2.12.0\transport-netty4-client-2.12.0.jar.sha512 + - maven\org\opensearch\plugin\transport-netty4-client\2.12.0\transport-netty4-client-2.12.0.module + - maven\org\opensearch\plugin\transport-netty4-client\2.12.0\transport-netty4-client-2.12.0.module.md5 + - maven\org\opensearch\plugin\transport-netty4-client\2.12.0\transport-netty4-client-2.12.0.module.sha1 + - maven\org\opensearch\plugin\transport-netty4-client\2.12.0\transport-netty4-client-2.12.0.module.sha256 + - maven\org\opensearch\plugin\transport-netty4-client\2.12.0\transport-netty4-client-2.12.0.module.sha512 + - maven\org\opensearch\plugin\transport-netty4-client\2.12.0\transport-netty4-client-2.12.0.pom + - maven\org\opensearch\plugin\transport-netty4-client\2.12.0\transport-netty4-client-2.12.0.pom.md5 + - maven\org\opensearch\plugin\transport-netty4-client\2.12.0\transport-netty4-client-2.12.0.pom.sha1 + - maven\org\opensearch\plugin\transport-netty4-client\2.12.0\transport-netty4-client-2.12.0.pom.sha256 + - maven\org\opensearch\plugin\transport-netty4-client\2.12.0\transport-netty4-client-2.12.0.pom.sha512 + - maven\org\opensearch\plugin\transport-nio-client\maven-metadata.xml + - maven\org\opensearch\plugin\transport-nio-client\maven-metadata.xml.md5 + - maven\org\opensearch\plugin\transport-nio-client\maven-metadata.xml.sha1 + - maven\org\opensearch\plugin\transport-nio-client\maven-metadata.xml.sha256 + - maven\org\opensearch\plugin\transport-nio-client\maven-metadata.xml.sha512 + - maven\org\opensearch\plugin\transport-nio-client\2.12.0\transport-nio-client-2.12.0-javadoc.jar + - maven\org\opensearch\plugin\transport-nio-client\2.12.0\transport-nio-client-2.12.0-javadoc.jar.md5 + - maven\org\opensearch\plugin\transport-nio-client\2.12.0\transport-nio-client-2.12.0-javadoc.jar.sha1 + - maven\org\opensearch\plugin\transport-nio-client\2.12.0\transport-nio-client-2.12.0-javadoc.jar.sha256 + - maven\org\opensearch\plugin\transport-nio-client\2.12.0\transport-nio-client-2.12.0-javadoc.jar.sha512 + - maven\org\opensearch\plugin\transport-nio-client\2.12.0\transport-nio-client-2.12.0-sources.jar + - maven\org\opensearch\plugin\transport-nio-client\2.12.0\transport-nio-client-2.12.0-sources.jar.md5 + - maven\org\opensearch\plugin\transport-nio-client\2.12.0\transport-nio-client-2.12.0-sources.jar.sha1 + - maven\org\opensearch\plugin\transport-nio-client\2.12.0\transport-nio-client-2.12.0-sources.jar.sha256 + - maven\org\opensearch\plugin\transport-nio-client\2.12.0\transport-nio-client-2.12.0-sources.jar.sha512 + - maven\org\opensearch\plugin\transport-nio-client\2.12.0\transport-nio-client-2.12.0.jar + - maven\org\opensearch\plugin\transport-nio-client\2.12.0\transport-nio-client-2.12.0.jar.md5 + - maven\org\opensearch\plugin\transport-nio-client\2.12.0\transport-nio-client-2.12.0.jar.sha1 + - maven\org\opensearch\plugin\transport-nio-client\2.12.0\transport-nio-client-2.12.0.jar.sha256 + - maven\org\opensearch\plugin\transport-nio-client\2.12.0\transport-nio-client-2.12.0.jar.sha512 + - maven\org\opensearch\plugin\transport-nio-client\2.12.0\transport-nio-client-2.12.0.module + - maven\org\opensearch\plugin\transport-nio-client\2.12.0\transport-nio-client-2.12.0.module.md5 + - maven\org\opensearch\plugin\transport-nio-client\2.12.0\transport-nio-client-2.12.0.module.sha1 + - maven\org\opensearch\plugin\transport-nio-client\2.12.0\transport-nio-client-2.12.0.module.sha256 + - maven\org\opensearch\plugin\transport-nio-client\2.12.0\transport-nio-client-2.12.0.module.sha512 + - maven\org\opensearch\plugin\transport-nio-client\2.12.0\transport-nio-client-2.12.0.pom + - maven\org\opensearch\plugin\transport-nio-client\2.12.0\transport-nio-client-2.12.0.pom.md5 + - maven\org\opensearch\plugin\transport-nio-client\2.12.0\transport-nio-client-2.12.0.pom.sha1 + - maven\org\opensearch\plugin\transport-nio-client\2.12.0\transport-nio-client-2.12.0.pom.sha256 + - maven\org\opensearch\plugin\transport-nio-client\2.12.0\transport-nio-client-2.12.0.pom.sha512 + - maven\org\opensearch\plugin\transport-reactor-netty4-client\maven-metadata.xml + - maven\org\opensearch\plugin\transport-reactor-netty4-client\maven-metadata.xml.md5 + - maven\org\opensearch\plugin\transport-reactor-netty4-client\maven-metadata.xml.sha1 + - maven\org\opensearch\plugin\transport-reactor-netty4-client\maven-metadata.xml.sha256 + - maven\org\opensearch\plugin\transport-reactor-netty4-client\maven-metadata.xml.sha512 + - maven\org\opensearch\plugin\transport-reactor-netty4-client\2.12.0\transport-reactor-netty4-client-2.12.0-javadoc.jar + - maven\org\opensearch\plugin\transport-reactor-netty4-client\2.12.0\transport-reactor-netty4-client-2.12.0-javadoc.jar.md5 + - maven\org\opensearch\plugin\transport-reactor-netty4-client\2.12.0\transport-reactor-netty4-client-2.12.0-javadoc.jar.sha1 + - maven\org\opensearch\plugin\transport-reactor-netty4-client\2.12.0\transport-reactor-netty4-client-2.12.0-javadoc.jar.sha256 + - maven\org\opensearch\plugin\transport-reactor-netty4-client\2.12.0\transport-reactor-netty4-client-2.12.0-javadoc.jar.sha512 + - maven\org\opensearch\plugin\transport-reactor-netty4-client\2.12.0\transport-reactor-netty4-client-2.12.0-sources.jar + - maven\org\opensearch\plugin\transport-reactor-netty4-client\2.12.0\transport-reactor-netty4-client-2.12.0-sources.jar.md5 + - maven\org\opensearch\plugin\transport-reactor-netty4-client\2.12.0\transport-reactor-netty4-client-2.12.0-sources.jar.sha1 + - maven\org\opensearch\plugin\transport-reactor-netty4-client\2.12.0\transport-reactor-netty4-client-2.12.0-sources.jar.sha256 + - maven\org\opensearch\plugin\transport-reactor-netty4-client\2.12.0\transport-reactor-netty4-client-2.12.0-sources.jar.sha512 + - maven\org\opensearch\plugin\transport-reactor-netty4-client\2.12.0\transport-reactor-netty4-client-2.12.0.jar + - maven\org\opensearch\plugin\transport-reactor-netty4-client\2.12.0\transport-reactor-netty4-client-2.12.0.jar.md5 + - maven\org\opensearch\plugin\transport-reactor-netty4-client\2.12.0\transport-reactor-netty4-client-2.12.0.jar.sha1 + - maven\org\opensearch\plugin\transport-reactor-netty4-client\2.12.0\transport-reactor-netty4-client-2.12.0.jar.sha256 + - maven\org\opensearch\plugin\transport-reactor-netty4-client\2.12.0\transport-reactor-netty4-client-2.12.0.jar.sha512 + - maven\org\opensearch\plugin\transport-reactor-netty4-client\2.12.0\transport-reactor-netty4-client-2.12.0.module + - maven\org\opensearch\plugin\transport-reactor-netty4-client\2.12.0\transport-reactor-netty4-client-2.12.0.module.md5 + - maven\org\opensearch\plugin\transport-reactor-netty4-client\2.12.0\transport-reactor-netty4-client-2.12.0.module.sha1 + - maven\org\opensearch\plugin\transport-reactor-netty4-client\2.12.0\transport-reactor-netty4-client-2.12.0.module.sha256 + - maven\org\opensearch\plugin\transport-reactor-netty4-client\2.12.0\transport-reactor-netty4-client-2.12.0.module.sha512 + - maven\org\opensearch\plugin\transport-reactor-netty4-client\2.12.0\transport-reactor-netty4-client-2.12.0.pom + - maven\org\opensearch\plugin\transport-reactor-netty4-client\2.12.0\transport-reactor-netty4-client-2.12.0.pom.md5 + - maven\org\opensearch\plugin\transport-reactor-netty4-client\2.12.0\transport-reactor-netty4-client-2.12.0.pom.sha1 + - maven\org\opensearch\plugin\transport-reactor-netty4-client\2.12.0\transport-reactor-netty4-client-2.12.0.pom.sha256 + - maven\org\opensearch\plugin\transport-reactor-netty4-client\2.12.0\transport-reactor-netty4-client-2.12.0.pom.sha512 + - maven\org\opensearch\rest-api-spec\maven-metadata.xml + - maven\org\opensearch\rest-api-spec\maven-metadata.xml.md5 + - maven\org\opensearch\rest-api-spec\maven-metadata.xml.sha1 + - maven\org\opensearch\rest-api-spec\maven-metadata.xml.sha256 + - maven\org\opensearch\rest-api-spec\maven-metadata.xml.sha512 + - maven\org\opensearch\rest-api-spec\2.12.0\rest-api-spec-2.12.0-javadoc.jar + - maven\org\opensearch\rest-api-spec\2.12.0\rest-api-spec-2.12.0-javadoc.jar.md5 + - maven\org\opensearch\rest-api-spec\2.12.0\rest-api-spec-2.12.0-javadoc.jar.sha1 + - maven\org\opensearch\rest-api-spec\2.12.0\rest-api-spec-2.12.0-javadoc.jar.sha256 + - maven\org\opensearch\rest-api-spec\2.12.0\rest-api-spec-2.12.0-javadoc.jar.sha512 + - maven\org\opensearch\rest-api-spec\2.12.0\rest-api-spec-2.12.0-sources.jar + - maven\org\opensearch\rest-api-spec\2.12.0\rest-api-spec-2.12.0-sources.jar.md5 + - maven\org\opensearch\rest-api-spec\2.12.0\rest-api-spec-2.12.0-sources.jar.sha1 + - maven\org\opensearch\rest-api-spec\2.12.0\rest-api-spec-2.12.0-sources.jar.sha256 + - maven\org\opensearch\rest-api-spec\2.12.0\rest-api-spec-2.12.0-sources.jar.sha512 + - maven\org\opensearch\rest-api-spec\2.12.0\rest-api-spec-2.12.0.jar + - maven\org\opensearch\rest-api-spec\2.12.0\rest-api-spec-2.12.0.jar.md5 + - maven\org\opensearch\rest-api-spec\2.12.0\rest-api-spec-2.12.0.jar.sha1 + - maven\org\opensearch\rest-api-spec\2.12.0\rest-api-spec-2.12.0.jar.sha256 + - maven\org\opensearch\rest-api-spec\2.12.0\rest-api-spec-2.12.0.jar.sha512 + - maven\org\opensearch\rest-api-spec\2.12.0\rest-api-spec-2.12.0.module + - maven\org\opensearch\rest-api-spec\2.12.0\rest-api-spec-2.12.0.module.md5 + - maven\org\opensearch\rest-api-spec\2.12.0\rest-api-spec-2.12.0.module.sha1 + - maven\org\opensearch\rest-api-spec\2.12.0\rest-api-spec-2.12.0.module.sha256 + - maven\org\opensearch\rest-api-spec\2.12.0\rest-api-spec-2.12.0.module.sha512 + - maven\org\opensearch\rest-api-spec\2.12.0\rest-api-spec-2.12.0.pom + - maven\org\opensearch\rest-api-spec\2.12.0\rest-api-spec-2.12.0.pom.md5 + - maven\org\opensearch\rest-api-spec\2.12.0\rest-api-spec-2.12.0.pom.sha1 + - maven\org\opensearch\rest-api-spec\2.12.0\rest-api-spec-2.12.0.pom.sha256 + - maven\org\opensearch\rest-api-spec\2.12.0\rest-api-spec-2.12.0.pom.sha512 + - maven\org\opensearch\rest-handler\maven-metadata.xml + - maven\org\opensearch\rest-handler\maven-metadata.xml.md5 + - maven\org\opensearch\rest-handler\maven-metadata.xml.sha1 + - maven\org\opensearch\rest-handler\maven-metadata.xml.sha256 + - maven\org\opensearch\rest-handler\maven-metadata.xml.sha512 + - maven\org\opensearch\rest-handler\2.12.0\rest-handler-2.12.0-javadoc.jar + - maven\org\opensearch\rest-handler\2.12.0\rest-handler-2.12.0-javadoc.jar.md5 + - maven\org\opensearch\rest-handler\2.12.0\rest-handler-2.12.0-javadoc.jar.sha1 + - maven\org\opensearch\rest-handler\2.12.0\rest-handler-2.12.0-javadoc.jar.sha256 + - maven\org\opensearch\rest-handler\2.12.0\rest-handler-2.12.0-javadoc.jar.sha512 + - maven\org\opensearch\rest-handler\2.12.0\rest-handler-2.12.0-sources.jar + - maven\org\opensearch\rest-handler\2.12.0\rest-handler-2.12.0-sources.jar.md5 + - maven\org\opensearch\rest-handler\2.12.0\rest-handler-2.12.0-sources.jar.sha1 + - maven\org\opensearch\rest-handler\2.12.0\rest-handler-2.12.0-sources.jar.sha256 + - maven\org\opensearch\rest-handler\2.12.0\rest-handler-2.12.0-sources.jar.sha512 + - maven\org\opensearch\rest-handler\2.12.0\rest-handler-2.12.0.jar + - maven\org\opensearch\rest-handler\2.12.0\rest-handler-2.12.0.jar.md5 + - maven\org\opensearch\rest-handler\2.12.0\rest-handler-2.12.0.jar.sha1 + - maven\org\opensearch\rest-handler\2.12.0\rest-handler-2.12.0.jar.sha256 + - maven\org\opensearch\rest-handler\2.12.0\rest-handler-2.12.0.jar.sha512 + - maven\org\opensearch\rest-handler\2.12.0\rest-handler-2.12.0.module + - maven\org\opensearch\rest-handler\2.12.0\rest-handler-2.12.0.module.md5 + - maven\org\opensearch\rest-handler\2.12.0\rest-handler-2.12.0.module.sha1 + - maven\org\opensearch\rest-handler\2.12.0\rest-handler-2.12.0.module.sha256 + - maven\org\opensearch\rest-handler\2.12.0\rest-handler-2.12.0.module.sha512 + - maven\org\opensearch\rest-handler\2.12.0\rest-handler-2.12.0.pom + - maven\org\opensearch\rest-handler\2.12.0\rest-handler-2.12.0.pom.md5 + - maven\org\opensearch\rest-handler\2.12.0\rest-handler-2.12.0.pom.sha1 + - maven\org\opensearch\rest-handler\2.12.0\rest-handler-2.12.0.pom.sha256 + - maven\org\opensearch\rest-handler\2.12.0\rest-handler-2.12.0.pom.sha512 + - maven\org\opensearch\script-expert-scoring\maven-metadata.xml + - maven\org\opensearch\script-expert-scoring\maven-metadata.xml.md5 + - maven\org\opensearch\script-expert-scoring\maven-metadata.xml.sha1 + - maven\org\opensearch\script-expert-scoring\maven-metadata.xml.sha256 + - maven\org\opensearch\script-expert-scoring\maven-metadata.xml.sha512 + - maven\org\opensearch\script-expert-scoring\2.12.0\script-expert-scoring-2.12.0-javadoc.jar + - maven\org\opensearch\script-expert-scoring\2.12.0\script-expert-scoring-2.12.0-javadoc.jar.md5 + - maven\org\opensearch\script-expert-scoring\2.12.0\script-expert-scoring-2.12.0-javadoc.jar.sha1 + - maven\org\opensearch\script-expert-scoring\2.12.0\script-expert-scoring-2.12.0-javadoc.jar.sha256 + - maven\org\opensearch\script-expert-scoring\2.12.0\script-expert-scoring-2.12.0-javadoc.jar.sha512 + - maven\org\opensearch\script-expert-scoring\2.12.0\script-expert-scoring-2.12.0-sources.jar + - maven\org\opensearch\script-expert-scoring\2.12.0\script-expert-scoring-2.12.0-sources.jar.md5 + - maven\org\opensearch\script-expert-scoring\2.12.0\script-expert-scoring-2.12.0-sources.jar.sha1 + - maven\org\opensearch\script-expert-scoring\2.12.0\script-expert-scoring-2.12.0-sources.jar.sha256 + - maven\org\opensearch\script-expert-scoring\2.12.0\script-expert-scoring-2.12.0-sources.jar.sha512 + - maven\org\opensearch\script-expert-scoring\2.12.0\script-expert-scoring-2.12.0.jar + - maven\org\opensearch\script-expert-scoring\2.12.0\script-expert-scoring-2.12.0.jar.md5 + - maven\org\opensearch\script-expert-scoring\2.12.0\script-expert-scoring-2.12.0.jar.sha1 + - maven\org\opensearch\script-expert-scoring\2.12.0\script-expert-scoring-2.12.0.jar.sha256 + - maven\org\opensearch\script-expert-scoring\2.12.0\script-expert-scoring-2.12.0.jar.sha512 + - maven\org\opensearch\script-expert-scoring\2.12.0\script-expert-scoring-2.12.0.module + - maven\org\opensearch\script-expert-scoring\2.12.0\script-expert-scoring-2.12.0.module.md5 + - maven\org\opensearch\script-expert-scoring\2.12.0\script-expert-scoring-2.12.0.module.sha1 + - maven\org\opensearch\script-expert-scoring\2.12.0\script-expert-scoring-2.12.0.module.sha256 + - maven\org\opensearch\script-expert-scoring\2.12.0\script-expert-scoring-2.12.0.module.sha512 + - maven\org\opensearch\script-expert-scoring\2.12.0\script-expert-scoring-2.12.0.pom + - maven\org\opensearch\script-expert-scoring\2.12.0\script-expert-scoring-2.12.0.pom.md5 + - maven\org\opensearch\script-expert-scoring\2.12.0\script-expert-scoring-2.12.0.pom.sha1 + - maven\org\opensearch\script-expert-scoring\2.12.0\script-expert-scoring-2.12.0.pom.sha256 + - maven\org\opensearch\script-expert-scoring\2.12.0\script-expert-scoring-2.12.0.pom.sha512 + - maven\org\opensearch\test\framework\maven-metadata.xml + - maven\org\opensearch\test\framework\maven-metadata.xml.md5 + - maven\org\opensearch\test\framework\maven-metadata.xml.sha1 + - maven\org\opensearch\test\framework\maven-metadata.xml.sha256 + - maven\org\opensearch\test\framework\maven-metadata.xml.sha512 + - maven\org\opensearch\test\framework\2.12.0\framework-2.12.0-javadoc.jar + - maven\org\opensearch\test\framework\2.12.0\framework-2.12.0-javadoc.jar.md5 + - maven\org\opensearch\test\framework\2.12.0\framework-2.12.0-javadoc.jar.sha1 + - maven\org\opensearch\test\framework\2.12.0\framework-2.12.0-javadoc.jar.sha256 + - maven\org\opensearch\test\framework\2.12.0\framework-2.12.0-javadoc.jar.sha512 + - maven\org\opensearch\test\framework\2.12.0\framework-2.12.0-sources.jar + - maven\org\opensearch\test\framework\2.12.0\framework-2.12.0-sources.jar.md5 + - maven\org\opensearch\test\framework\2.12.0\framework-2.12.0-sources.jar.sha1 + - maven\org\opensearch\test\framework\2.12.0\framework-2.12.0-sources.jar.sha256 + - maven\org\opensearch\test\framework\2.12.0\framework-2.12.0-sources.jar.sha512 + - maven\org\opensearch\test\framework\2.12.0\framework-2.12.0.jar + - maven\org\opensearch\test\framework\2.12.0\framework-2.12.0.jar.md5 + - maven\org\opensearch\test\framework\2.12.0\framework-2.12.0.jar.sha1 + - maven\org\opensearch\test\framework\2.12.0\framework-2.12.0.jar.sha256 + - maven\org\opensearch\test\framework\2.12.0\framework-2.12.0.jar.sha512 + - maven\org\opensearch\test\framework\2.12.0\framework-2.12.0.module + - maven\org\opensearch\test\framework\2.12.0\framework-2.12.0.module.md5 + - maven\org\opensearch\test\framework\2.12.0\framework-2.12.0.module.sha1 + - maven\org\opensearch\test\framework\2.12.0\framework-2.12.0.module.sha256 + - maven\org\opensearch\test\framework\2.12.0\framework-2.12.0.module.sha512 + - maven\org\opensearch\test\framework\2.12.0\framework-2.12.0.pom + - maven\org\opensearch\test\framework\2.12.0\framework-2.12.0.pom.md5 + - maven\org\opensearch\test\framework\2.12.0\framework-2.12.0.pom.sha1 + - maven\org\opensearch\test\framework\2.12.0\framework-2.12.0.pom.sha256 + - maven\org\opensearch\test\framework\2.12.0\framework-2.12.0.pom.sha512 + - maven\org\opensearch\test\telemetry\maven-metadata.xml + - maven\org\opensearch\test\telemetry\maven-metadata.xml.md5 + - maven\org\opensearch\test\telemetry\maven-metadata.xml.sha1 + - maven\org\opensearch\test\telemetry\maven-metadata.xml.sha256 + - maven\org\opensearch\test\telemetry\maven-metadata.xml.sha512 + - maven\org\opensearch\test\telemetry\2.12.0\telemetry-2.12.0-javadoc.jar + - maven\org\opensearch\test\telemetry\2.12.0\telemetry-2.12.0-javadoc.jar.md5 + - maven\org\opensearch\test\telemetry\2.12.0\telemetry-2.12.0-javadoc.jar.sha1 + - maven\org\opensearch\test\telemetry\2.12.0\telemetry-2.12.0-javadoc.jar.sha256 + - maven\org\opensearch\test\telemetry\2.12.0\telemetry-2.12.0-javadoc.jar.sha512 + - maven\org\opensearch\test\telemetry\2.12.0\telemetry-2.12.0-sources.jar + - maven\org\opensearch\test\telemetry\2.12.0\telemetry-2.12.0-sources.jar.md5 + - maven\org\opensearch\test\telemetry\2.12.0\telemetry-2.12.0-sources.jar.sha1 + - maven\org\opensearch\test\telemetry\2.12.0\telemetry-2.12.0-sources.jar.sha256 + - maven\org\opensearch\test\telemetry\2.12.0\telemetry-2.12.0-sources.jar.sha512 + - maven\org\opensearch\test\telemetry\2.12.0\telemetry-2.12.0.jar + - maven\org\opensearch\test\telemetry\2.12.0\telemetry-2.12.0.jar.md5 + - maven\org\opensearch\test\telemetry\2.12.0\telemetry-2.12.0.jar.sha1 + - maven\org\opensearch\test\telemetry\2.12.0\telemetry-2.12.0.jar.sha256 + - maven\org\opensearch\test\telemetry\2.12.0\telemetry-2.12.0.jar.sha512 + - maven\org\opensearch\test\telemetry\2.12.0\telemetry-2.12.0.module + - maven\org\opensearch\test\telemetry\2.12.0\telemetry-2.12.0.module.md5 + - maven\org\opensearch\test\telemetry\2.12.0\telemetry-2.12.0.module.sha1 + - maven\org\opensearch\test\telemetry\2.12.0\telemetry-2.12.0.module.sha256 + - maven\org\opensearch\test\telemetry\2.12.0\telemetry-2.12.0.module.sha512 + - maven\org\opensearch\test\telemetry\2.12.0\telemetry-2.12.0.pom + - maven\org\opensearch\test\telemetry\2.12.0\telemetry-2.12.0.pom.md5 + - maven\org\opensearch\test\telemetry\2.12.0\telemetry-2.12.0.pom.sha1 + - maven\org\opensearch\test\telemetry\2.12.0\telemetry-2.12.0.pom.sha256 + - maven\org\opensearch\test\telemetry\2.12.0\telemetry-2.12.0.pom.sha512 + - maven\org\opensearch\test\test-delayed-aggs\maven-metadata.xml + - maven\org\opensearch\test\test-delayed-aggs\maven-metadata.xml.md5 + - maven\org\opensearch\test\test-delayed-aggs\maven-metadata.xml.sha1 + - maven\org\opensearch\test\test-delayed-aggs\maven-metadata.xml.sha256 + - maven\org\opensearch\test\test-delayed-aggs\maven-metadata.xml.sha512 + - maven\org\opensearch\test\test-delayed-aggs\2.12.0\test-delayed-aggs-2.12.0-javadoc.jar + - maven\org\opensearch\test\test-delayed-aggs\2.12.0\test-delayed-aggs-2.12.0-javadoc.jar.md5 + - maven\org\opensearch\test\test-delayed-aggs\2.12.0\test-delayed-aggs-2.12.0-javadoc.jar.sha1 + - maven\org\opensearch\test\test-delayed-aggs\2.12.0\test-delayed-aggs-2.12.0-javadoc.jar.sha256 + - maven\org\opensearch\test\test-delayed-aggs\2.12.0\test-delayed-aggs-2.12.0-javadoc.jar.sha512 + - maven\org\opensearch\test\test-delayed-aggs\2.12.0\test-delayed-aggs-2.12.0-sources.jar + - maven\org\opensearch\test\test-delayed-aggs\2.12.0\test-delayed-aggs-2.12.0-sources.jar.md5 + - maven\org\opensearch\test\test-delayed-aggs\2.12.0\test-delayed-aggs-2.12.0-sources.jar.sha1 + - maven\org\opensearch\test\test-delayed-aggs\2.12.0\test-delayed-aggs-2.12.0-sources.jar.sha256 + - maven\org\opensearch\test\test-delayed-aggs\2.12.0\test-delayed-aggs-2.12.0-sources.jar.sha512 + - maven\org\opensearch\test\test-delayed-aggs\2.12.0\test-delayed-aggs-2.12.0.jar + - maven\org\opensearch\test\test-delayed-aggs\2.12.0\test-delayed-aggs-2.12.0.jar.md5 + - maven\org\opensearch\test\test-delayed-aggs\2.12.0\test-delayed-aggs-2.12.0.jar.sha1 + - maven\org\opensearch\test\test-delayed-aggs\2.12.0\test-delayed-aggs-2.12.0.jar.sha256 + - maven\org\opensearch\test\test-delayed-aggs\2.12.0\test-delayed-aggs-2.12.0.jar.sha512 + - maven\org\opensearch\test\test-delayed-aggs\2.12.0\test-delayed-aggs-2.12.0.module + - maven\org\opensearch\test\test-delayed-aggs\2.12.0\test-delayed-aggs-2.12.0.module.md5 + - maven\org\opensearch\test\test-delayed-aggs\2.12.0\test-delayed-aggs-2.12.0.module.sha1 + - maven\org\opensearch\test\test-delayed-aggs\2.12.0\test-delayed-aggs-2.12.0.module.sha256 + - maven\org\opensearch\test\test-delayed-aggs\2.12.0\test-delayed-aggs-2.12.0.module.sha512 + - maven\org\opensearch\test\test-delayed-aggs\2.12.0\test-delayed-aggs-2.12.0.pom + - maven\org\opensearch\test\test-delayed-aggs\2.12.0\test-delayed-aggs-2.12.0.pom.md5 + - maven\org\opensearch\test\test-delayed-aggs\2.12.0\test-delayed-aggs-2.12.0.pom.sha1 + - maven\org\opensearch\test\test-delayed-aggs\2.12.0\test-delayed-aggs-2.12.0.pom.sha256 + - maven\org\opensearch\test\test-delayed-aggs\2.12.0\test-delayed-aggs-2.12.0.pom.sha512 + - maven\org\opensearch\wildfly\maven-metadata.xml + - maven\org\opensearch\wildfly\maven-metadata.xml.md5 + - maven\org\opensearch\wildfly\maven-metadata.xml.sha1 + - maven\org\opensearch\wildfly\maven-metadata.xml.sha256 + - maven\org\opensearch\wildfly\maven-metadata.xml.sha512 + - maven\org\opensearch\wildfly\2.12.0\wildfly-2.12.0-javadoc.jar + - maven\org\opensearch\wildfly\2.12.0\wildfly-2.12.0-javadoc.jar.md5 + - maven\org\opensearch\wildfly\2.12.0\wildfly-2.12.0-javadoc.jar.sha1 + - maven\org\opensearch\wildfly\2.12.0\wildfly-2.12.0-javadoc.jar.sha256 + - maven\org\opensearch\wildfly\2.12.0\wildfly-2.12.0-javadoc.jar.sha512 + - maven\org\opensearch\wildfly\2.12.0\wildfly-2.12.0-sources.jar + - maven\org\opensearch\wildfly\2.12.0\wildfly-2.12.0-sources.jar.md5 + - maven\org\opensearch\wildfly\2.12.0\wildfly-2.12.0-sources.jar.sha1 + - maven\org\opensearch\wildfly\2.12.0\wildfly-2.12.0-sources.jar.sha256 + - maven\org\opensearch\wildfly\2.12.0\wildfly-2.12.0-sources.jar.sha512 + - maven\org\opensearch\wildfly\2.12.0\wildfly-2.12.0.module + - maven\org\opensearch\wildfly\2.12.0\wildfly-2.12.0.module.md5 + - maven\org\opensearch\wildfly\2.12.0\wildfly-2.12.0.module.sha1 + - maven\org\opensearch\wildfly\2.12.0\wildfly-2.12.0.module.sha256 + - maven\org\opensearch\wildfly\2.12.0\wildfly-2.12.0.module.sha512 + - maven\org\opensearch\wildfly\2.12.0\wildfly-2.12.0.pom + - maven\org\opensearch\wildfly\2.12.0\wildfly-2.12.0.pom.md5 + - maven\org\opensearch\wildfly\2.12.0\wildfly-2.12.0.pom.sha1 + - maven\org\opensearch\wildfly\2.12.0\wildfly-2.12.0.pom.sha256 + - maven\org\opensearch\wildfly\2.12.0\wildfly-2.12.0.pom.sha512 + - maven\org\opensearch\wildfly\2.12.0\wildfly-2.12.0.war + - maven\org\opensearch\wildfly\2.12.0\wildfly-2.12.0.war.md5 + - maven\org\opensearch\wildfly\2.12.0\wildfly-2.12.0.war.sha1 + - maven\org\opensearch\wildfly\2.12.0\wildfly-2.12.0.war.sha256 + - maven\org\opensearch\wildfly\2.12.0\wildfly-2.12.0.war.sha512 + dist: + - dist\opensearch-min-2.12.0-windows-x64.zip + core-plugins: + - core-plugins\analysis-icu-2.12.0.zip + - core-plugins\analysis-kuromoji-2.12.0.zip + - core-plugins\analysis-nori-2.12.0.zip + - core-plugins\analysis-phonetic-2.12.0.zip + - core-plugins\analysis-smartcn-2.12.0.zip + - core-plugins\analysis-stempel-2.12.0.zip + - core-plugins\analysis-ukrainian-2.12.0.zip + - core-plugins\crypto-kms-2.12.0.zip + - core-plugins\discovery-azure-classic-2.12.0.zip + - core-plugins\discovery-ec2-2.12.0.zip + - core-plugins\discovery-gce-2.12.0.zip + - core-plugins\identity-shiro-2.12.0.zip + - core-plugins\ingest-attachment-2.12.0.zip + - core-plugins\mapper-annotated-text-2.12.0.zip + - core-plugins\mapper-murmur3-2.12.0.zip + - core-plugins\mapper-size-2.12.0.zip + - core-plugins\query-insights-2.12.0.zip + - core-plugins\repository-azure-2.12.0.zip + - core-plugins\repository-gcs-2.12.0.zip + - core-plugins\repository-hdfs-2.12.0.zip + - core-plugins\repository-s3-2.12.0.zip + - core-plugins\store-smb-2.12.0.zip + - core-plugins\telemetry-otel-2.12.0.zip + - core-plugins\transport-nio-2.12.0.zip + - core-plugins\transport-reactor-netty4-2.12.0.zip + version: 2.12.0.0 + - name: common-utils + repository: https://github.com/opensearch-project/common-utils.git + ref: '2.12' + commit_id: ace0d5a6bf4b489bbeaccad65f62f6ccf20df491 + artifacts: + maven: + - maven\org\opensearch\common-utils\maven-metadata.xml + - maven\org\opensearch\common-utils\maven-metadata.xml.md5 + - maven\org\opensearch\common-utils\maven-metadata.xml.sha1 + - maven\org\opensearch\common-utils\maven-metadata.xml.sha256 + - maven\org\opensearch\common-utils\maven-metadata.xml.sha512 + - maven\org\opensearch\common-utils\2.12.0.0\common-utils-2.12.0.0-javadoc.jar + - maven\org\opensearch\common-utils\2.12.0.0\common-utils-2.12.0.0-javadoc.jar.md5 + - maven\org\opensearch\common-utils\2.12.0.0\common-utils-2.12.0.0-javadoc.jar.sha1 + - maven\org\opensearch\common-utils\2.12.0.0\common-utils-2.12.0.0-javadoc.jar.sha256 + - maven\org\opensearch\common-utils\2.12.0.0\common-utils-2.12.0.0-javadoc.jar.sha512 + - maven\org\opensearch\common-utils\2.12.0.0\common-utils-2.12.0.0-sources.jar + - maven\org\opensearch\common-utils\2.12.0.0\common-utils-2.12.0.0-sources.jar.md5 + - maven\org\opensearch\common-utils\2.12.0.0\common-utils-2.12.0.0-sources.jar.sha1 + - maven\org\opensearch\common-utils\2.12.0.0\common-utils-2.12.0.0-sources.jar.sha256 + - maven\org\opensearch\common-utils\2.12.0.0\common-utils-2.12.0.0-sources.jar.sha512 + - maven\org\opensearch\common-utils\2.12.0.0\common-utils-2.12.0.0.jar + - maven\org\opensearch\common-utils\2.12.0.0\common-utils-2.12.0.0.jar.md5 + - maven\org\opensearch\common-utils\2.12.0.0\common-utils-2.12.0.0.jar.sha1 + - maven\org\opensearch\common-utils\2.12.0.0\common-utils-2.12.0.0.jar.sha256 + - maven\org\opensearch\common-utils\2.12.0.0\common-utils-2.12.0.0.jar.sha512 + - maven\org\opensearch\common-utils\2.12.0.0\common-utils-2.12.0.0.pom + - maven\org\opensearch\common-utils\2.12.0.0\common-utils-2.12.0.0.pom.md5 + - maven\org\opensearch\common-utils\2.12.0.0\common-utils-2.12.0.0.pom.sha1 + - maven\org\opensearch\common-utils\2.12.0.0\common-utils-2.12.0.0.pom.sha256 + - maven\org\opensearch\common-utils\2.12.0.0\common-utils-2.12.0.0.pom.sha512 + version: 2.12.0.0 + - name: job-scheduler + repository: https://github.com/opensearch-project/job-scheduler.git + ref: '2.12' + commit_id: aaf09b0211df15dd74ff2756f2590c360b03486b + artifacts: + maven: + - maven\org\opensearch\opensearch-job-scheduler\maven-metadata.xml + - maven\org\opensearch\opensearch-job-scheduler\maven-metadata.xml.md5 + - maven\org\opensearch\opensearch-job-scheduler\maven-metadata.xml.sha1 + - maven\org\opensearch\opensearch-job-scheduler\maven-metadata.xml.sha256 + - maven\org\opensearch\opensearch-job-scheduler\maven-metadata.xml.sha512 + - maven\org\opensearch\opensearch-job-scheduler\2.12.0.0\opensearch-job-scheduler-2.12.0.0-javadoc.jar + - maven\org\opensearch\opensearch-job-scheduler\2.12.0.0\opensearch-job-scheduler-2.12.0.0-javadoc.jar.md5 + - maven\org\opensearch\opensearch-job-scheduler\2.12.0.0\opensearch-job-scheduler-2.12.0.0-javadoc.jar.sha1 + - maven\org\opensearch\opensearch-job-scheduler\2.12.0.0\opensearch-job-scheduler-2.12.0.0-javadoc.jar.sha256 + - maven\org\opensearch\opensearch-job-scheduler\2.12.0.0\opensearch-job-scheduler-2.12.0.0-javadoc.jar.sha512 + - maven\org\opensearch\opensearch-job-scheduler\2.12.0.0\opensearch-job-scheduler-2.12.0.0-sources.jar + - maven\org\opensearch\opensearch-job-scheduler\2.12.0.0\opensearch-job-scheduler-2.12.0.0-sources.jar.md5 + - maven\org\opensearch\opensearch-job-scheduler\2.12.0.0\opensearch-job-scheduler-2.12.0.0-sources.jar.sha1 + - maven\org\opensearch\opensearch-job-scheduler\2.12.0.0\opensearch-job-scheduler-2.12.0.0-sources.jar.sha256 + - maven\org\opensearch\opensearch-job-scheduler\2.12.0.0\opensearch-job-scheduler-2.12.0.0-sources.jar.sha512 + - maven\org\opensearch\opensearch-job-scheduler\2.12.0.0\opensearch-job-scheduler-2.12.0.0.jar + - maven\org\opensearch\opensearch-job-scheduler\2.12.0.0\opensearch-job-scheduler-2.12.0.0.jar.md5 + - maven\org\opensearch\opensearch-job-scheduler\2.12.0.0\opensearch-job-scheduler-2.12.0.0.jar.sha1 + - maven\org\opensearch\opensearch-job-scheduler\2.12.0.0\opensearch-job-scheduler-2.12.0.0.jar.sha256 + - maven\org\opensearch\opensearch-job-scheduler\2.12.0.0\opensearch-job-scheduler-2.12.0.0.jar.sha512 + - maven\org\opensearch\opensearch-job-scheduler\2.12.0.0\opensearch-job-scheduler-2.12.0.0.module + - maven\org\opensearch\opensearch-job-scheduler\2.12.0.0\opensearch-job-scheduler-2.12.0.0.module.md5 + - maven\org\opensearch\opensearch-job-scheduler\2.12.0.0\opensearch-job-scheduler-2.12.0.0.module.sha1 + - maven\org\opensearch\opensearch-job-scheduler\2.12.0.0\opensearch-job-scheduler-2.12.0.0.module.sha256 + - maven\org\opensearch\opensearch-job-scheduler\2.12.0.0\opensearch-job-scheduler-2.12.0.0.module.sha512 + - maven\org\opensearch\opensearch-job-scheduler\2.12.0.0\opensearch-job-scheduler-2.12.0.0.pom + - maven\org\opensearch\opensearch-job-scheduler\2.12.0.0\opensearch-job-scheduler-2.12.0.0.pom.md5 + - maven\org\opensearch\opensearch-job-scheduler\2.12.0.0\opensearch-job-scheduler-2.12.0.0.pom.sha1 + - maven\org\opensearch\opensearch-job-scheduler\2.12.0.0\opensearch-job-scheduler-2.12.0.0.pom.sha256 + - maven\org\opensearch\opensearch-job-scheduler\2.12.0.0\opensearch-job-scheduler-2.12.0.0.pom.sha512 + - maven\org\opensearch\opensearch-job-scheduler-spi\maven-metadata.xml + - maven\org\opensearch\opensearch-job-scheduler-spi\maven-metadata.xml.md5 + - maven\org\opensearch\opensearch-job-scheduler-spi\maven-metadata.xml.sha1 + - maven\org\opensearch\opensearch-job-scheduler-spi\maven-metadata.xml.sha256 + - maven\org\opensearch\opensearch-job-scheduler-spi\maven-metadata.xml.sha512 + - maven\org\opensearch\opensearch-job-scheduler-spi\2.12.0.0\opensearch-job-scheduler-spi-2.12.0.0-javadoc.jar + - maven\org\opensearch\opensearch-job-scheduler-spi\2.12.0.0\opensearch-job-scheduler-spi-2.12.0.0-javadoc.jar.md5 + - maven\org\opensearch\opensearch-job-scheduler-spi\2.12.0.0\opensearch-job-scheduler-spi-2.12.0.0-javadoc.jar.sha1 + - maven\org\opensearch\opensearch-job-scheduler-spi\2.12.0.0\opensearch-job-scheduler-spi-2.12.0.0-javadoc.jar.sha256 + - maven\org\opensearch\opensearch-job-scheduler-spi\2.12.0.0\opensearch-job-scheduler-spi-2.12.0.0-javadoc.jar.sha512 + - maven\org\opensearch\opensearch-job-scheduler-spi\2.12.0.0\opensearch-job-scheduler-spi-2.12.0.0-sources.jar + - maven\org\opensearch\opensearch-job-scheduler-spi\2.12.0.0\opensearch-job-scheduler-spi-2.12.0.0-sources.jar.md5 + - maven\org\opensearch\opensearch-job-scheduler-spi\2.12.0.0\opensearch-job-scheduler-spi-2.12.0.0-sources.jar.sha1 + - maven\org\opensearch\opensearch-job-scheduler-spi\2.12.0.0\opensearch-job-scheduler-spi-2.12.0.0-sources.jar.sha256 + - maven\org\opensearch\opensearch-job-scheduler-spi\2.12.0.0\opensearch-job-scheduler-spi-2.12.0.0-sources.jar.sha512 + - maven\org\opensearch\opensearch-job-scheduler-spi\2.12.0.0\opensearch-job-scheduler-spi-2.12.0.0.jar + - maven\org\opensearch\opensearch-job-scheduler-spi\2.12.0.0\opensearch-job-scheduler-spi-2.12.0.0.jar.md5 + - maven\org\opensearch\opensearch-job-scheduler-spi\2.12.0.0\opensearch-job-scheduler-spi-2.12.0.0.jar.sha1 + - maven\org\opensearch\opensearch-job-scheduler-spi\2.12.0.0\opensearch-job-scheduler-spi-2.12.0.0.jar.sha256 + - maven\org\opensearch\opensearch-job-scheduler-spi\2.12.0.0\opensearch-job-scheduler-spi-2.12.0.0.jar.sha512 + - maven\org\opensearch\opensearch-job-scheduler-spi\2.12.0.0\opensearch-job-scheduler-spi-2.12.0.0.pom + - maven\org\opensearch\opensearch-job-scheduler-spi\2.12.0.0\opensearch-job-scheduler-spi-2.12.0.0.pom.md5 + - maven\org\opensearch\opensearch-job-scheduler-spi\2.12.0.0\opensearch-job-scheduler-spi-2.12.0.0.pom.sha1 + - maven\org\opensearch\opensearch-job-scheduler-spi\2.12.0.0\opensearch-job-scheduler-spi-2.12.0.0.pom.sha256 + - maven\org\opensearch\opensearch-job-scheduler-spi\2.12.0.0\opensearch-job-scheduler-spi-2.12.0.0.pom.sha512 + - maven\org\opensearch\plugin\opensearch-job-scheduler\maven-metadata.xml + - maven\org\opensearch\plugin\opensearch-job-scheduler\maven-metadata.xml.md5 + - maven\org\opensearch\plugin\opensearch-job-scheduler\maven-metadata.xml.sha1 + - maven\org\opensearch\plugin\opensearch-job-scheduler\maven-metadata.xml.sha256 + - maven\org\opensearch\plugin\opensearch-job-scheduler\maven-metadata.xml.sha512 + - maven\org\opensearch\plugin\opensearch-job-scheduler\2.12.0.0\opensearch-job-scheduler-2.12.0.0.pom + - maven\org\opensearch\plugin\opensearch-job-scheduler\2.12.0.0\opensearch-job-scheduler-2.12.0.0.pom.md5 + - maven\org\opensearch\plugin\opensearch-job-scheduler\2.12.0.0\opensearch-job-scheduler-2.12.0.0.pom.sha1 + - maven\org\opensearch\plugin\opensearch-job-scheduler\2.12.0.0\opensearch-job-scheduler-2.12.0.0.pom.sha256 + - maven\org\opensearch\plugin\opensearch-job-scheduler\2.12.0.0\opensearch-job-scheduler-2.12.0.0.pom.sha512 + - maven\org\opensearch\plugin\opensearch-job-scheduler\2.12.0.0\opensearch-job-scheduler-2.12.0.0.zip + - maven\org\opensearch\plugin\opensearch-job-scheduler\2.12.0.0\opensearch-job-scheduler-2.12.0.0.zip.md5 + - maven\org\opensearch\plugin\opensearch-job-scheduler\2.12.0.0\opensearch-job-scheduler-2.12.0.0.zip.sha1 + - maven\org\opensearch\plugin\opensearch-job-scheduler\2.12.0.0\opensearch-job-scheduler-2.12.0.0.zip.sha256 + - maven\org\opensearch\plugin\opensearch-job-scheduler\2.12.0.0\opensearch-job-scheduler-2.12.0.0.zip.sha512 + plugins: + - plugins\opensearch-job-scheduler-2.12.0.0.zip + version: 2.12.0.0 + - name: security + repository: https://github.com/opensearch-project/security.git + ref: '2.12' + commit_id: ea0d4ff4775ea3d8793458393ccadbe0ec8c0ef0 + artifacts: + maven: + - maven\org\opensearch\plugin\opensearch-security\maven-metadata.xml + - maven\org\opensearch\plugin\opensearch-security\maven-metadata.xml.md5 + - maven\org\opensearch\plugin\opensearch-security\maven-metadata.xml.sha1 + - maven\org\opensearch\plugin\opensearch-security\maven-metadata.xml.sha256 + - maven\org\opensearch\plugin\opensearch-security\maven-metadata.xml.sha512 + - maven\org\opensearch\plugin\opensearch-security\2.12.0.0\opensearch-security-2.12.0.0.pom + - maven\org\opensearch\plugin\opensearch-security\2.12.0.0\opensearch-security-2.12.0.0.pom.md5 + - maven\org\opensearch\plugin\opensearch-security\2.12.0.0\opensearch-security-2.12.0.0.pom.sha1 + - maven\org\opensearch\plugin\opensearch-security\2.12.0.0\opensearch-security-2.12.0.0.pom.sha256 + - maven\org\opensearch\plugin\opensearch-security\2.12.0.0\opensearch-security-2.12.0.0.pom.sha512 + - maven\org\opensearch\plugin\opensearch-security\2.12.0.0\opensearch-security-2.12.0.0.zip + - maven\org\opensearch\plugin\opensearch-security\2.12.0.0\opensearch-security-2.12.0.0.zip.md5 + - maven\org\opensearch\plugin\opensearch-security\2.12.0.0\opensearch-security-2.12.0.0.zip.sha1 + - maven\org\opensearch\plugin\opensearch-security\2.12.0.0\opensearch-security-2.12.0.0.zip.sha256 + - maven\org\opensearch\plugin\opensearch-security\2.12.0.0\opensearch-security-2.12.0.0.zip.sha512 + plugins: + - plugins\opensearch-security-2.12.0.0.zip + version: 2.12.0.0 + - name: k-NN + repository: https://github.com/opensearch-project/k-NN.git + ref: '2.12' + commit_id: 7ccb10cf5339701217c4019932bd26bf304a93aa + artifacts: + maven: + - maven\org\opensearch\plugin\opensearch-knn\maven-metadata.xml + - maven\org\opensearch\plugin\opensearch-knn\maven-metadata.xml.md5 + - maven\org\opensearch\plugin\opensearch-knn\maven-metadata.xml.sha1 + - maven\org\opensearch\plugin\opensearch-knn\maven-metadata.xml.sha256 + - maven\org\opensearch\plugin\opensearch-knn\maven-metadata.xml.sha512 + - maven\org\opensearch\plugin\opensearch-knn\2.12.0.0\opensearch-knn-2.12.0.0.pom + - maven\org\opensearch\plugin\opensearch-knn\2.12.0.0\opensearch-knn-2.12.0.0.pom.md5 + - maven\org\opensearch\plugin\opensearch-knn\2.12.0.0\opensearch-knn-2.12.0.0.pom.sha1 + - maven\org\opensearch\plugin\opensearch-knn\2.12.0.0\opensearch-knn-2.12.0.0.pom.sha256 + - maven\org\opensearch\plugin\opensearch-knn\2.12.0.0\opensearch-knn-2.12.0.0.pom.sha512 + - maven\org\opensearch\plugin\opensearch-knn\2.12.0.0\opensearch-knn-2.12.0.0.zip + - maven\org\opensearch\plugin\opensearch-knn\2.12.0.0\opensearch-knn-2.12.0.0.zip.md5 + - maven\org\opensearch\plugin\opensearch-knn\2.12.0.0\opensearch-knn-2.12.0.0.zip.sha1 + - maven\org\opensearch\plugin\opensearch-knn\2.12.0.0\opensearch-knn-2.12.0.0.zip.sha256 + - maven\org\opensearch\plugin\opensearch-knn\2.12.0.0\opensearch-knn-2.12.0.0.zip.sha512 + plugins: + - plugins\opensearch-knn-2.12.0.0.zip + version: 2.12.0.0 + - name: geospatial + repository: https://github.com/opensearch-project/geospatial.git + ref: '2.12' + commit_id: f48c9dabcd4d955e5d88b0670d519cd7d341581c + artifacts: + maven: + - maven\org\opensearch\plugin\geospatial\maven-metadata.xml + - maven\org\opensearch\plugin\geospatial\maven-metadata.xml.md5 + - maven\org\opensearch\plugin\geospatial\maven-metadata.xml.sha1 + - maven\org\opensearch\plugin\geospatial\maven-metadata.xml.sha256 + - maven\org\opensearch\plugin\geospatial\maven-metadata.xml.sha512 + - maven\org\opensearch\plugin\geospatial\2.12.0.0\geospatial-2.12.0.0.pom + - maven\org\opensearch\plugin\geospatial\2.12.0.0\geospatial-2.12.0.0.pom.md5 + - maven\org\opensearch\plugin\geospatial\2.12.0.0\geospatial-2.12.0.0.pom.sha1 + - maven\org\opensearch\plugin\geospatial\2.12.0.0\geospatial-2.12.0.0.pom.sha256 + - maven\org\opensearch\plugin\geospatial\2.12.0.0\geospatial-2.12.0.0.pom.sha512 + - maven\org\opensearch\plugin\geospatial\2.12.0.0\geospatial-2.12.0.0.zip + - maven\org\opensearch\plugin\geospatial\2.12.0.0\geospatial-2.12.0.0.zip.md5 + - maven\org\opensearch\plugin\geospatial\2.12.0.0\geospatial-2.12.0.0.zip.sha1 + - maven\org\opensearch\plugin\geospatial\2.12.0.0\geospatial-2.12.0.0.zip.sha256 + - maven\org\opensearch\plugin\geospatial\2.12.0.0\geospatial-2.12.0.0.zip.sha512 + plugins: + - plugins\opensearch-geospatial-2.12.0.0.zip + version: 2.12.0.0 + - name: cross-cluster-replication + repository: https://github.com/opensearch-project/cross-cluster-replication.git + ref: '2.12' + commit_id: ee577a1729dec1b0bb05ddc3b767a54e6e905401 + artifacts: + maven: + - maven\org\opensearch\plugin\opensearch-cross-cluster-replication\maven-metadata.xml + - maven\org\opensearch\plugin\opensearch-cross-cluster-replication\maven-metadata.xml.md5 + - maven\org\opensearch\plugin\opensearch-cross-cluster-replication\maven-metadata.xml.sha1 + - maven\org\opensearch\plugin\opensearch-cross-cluster-replication\maven-metadata.xml.sha256 + - maven\org\opensearch\plugin\opensearch-cross-cluster-replication\maven-metadata.xml.sha512 + - maven\org\opensearch\plugin\opensearch-cross-cluster-replication\2.12.0.0\opensearch-cross-cluster-replication-2.12.0.0.pom + - maven\org\opensearch\plugin\opensearch-cross-cluster-replication\2.12.0.0\opensearch-cross-cluster-replication-2.12.0.0.pom.md5 + - maven\org\opensearch\plugin\opensearch-cross-cluster-replication\2.12.0.0\opensearch-cross-cluster-replication-2.12.0.0.pom.sha1 + - maven\org\opensearch\plugin\opensearch-cross-cluster-replication\2.12.0.0\opensearch-cross-cluster-replication-2.12.0.0.pom.sha256 + - maven\org\opensearch\plugin\opensearch-cross-cluster-replication\2.12.0.0\opensearch-cross-cluster-replication-2.12.0.0.pom.sha512 + - maven\org\opensearch\plugin\opensearch-cross-cluster-replication\2.12.0.0\opensearch-cross-cluster-replication-2.12.0.0.zip + - maven\org\opensearch\plugin\opensearch-cross-cluster-replication\2.12.0.0\opensearch-cross-cluster-replication-2.12.0.0.zip.md5 + - maven\org\opensearch\plugin\opensearch-cross-cluster-replication\2.12.0.0\opensearch-cross-cluster-replication-2.12.0.0.zip.sha1 + - maven\org\opensearch\plugin\opensearch-cross-cluster-replication\2.12.0.0\opensearch-cross-cluster-replication-2.12.0.0.zip.sha256 + - maven\org\opensearch\plugin\opensearch-cross-cluster-replication\2.12.0.0\opensearch-cross-cluster-replication-2.12.0.0.zip.sha512 + plugins: + - plugins\opensearch-cross-cluster-replication-2.12.0.0.zip + version: 2.12.0.0 + - name: ml-commons + repository: https://github.com/opensearch-project/ml-commons.git + ref: '2.12' + commit_id: 2ee80cde78c7099d5132af7308933724b32c1f0d + artifacts: + maven: + - maven\org\opensearch\opensearch-ml-client\maven-metadata.xml + - maven\org\opensearch\opensearch-ml-client\maven-metadata.xml.md5 + - maven\org\opensearch\opensearch-ml-client\maven-metadata.xml.sha1 + - maven\org\opensearch\opensearch-ml-client\maven-metadata.xml.sha256 + - maven\org\opensearch\opensearch-ml-client\maven-metadata.xml.sha512 + - maven\org\opensearch\opensearch-ml-client\2.12.0.0\opensearch-ml-client-2.12.0.0-javadoc.jar + - maven\org\opensearch\opensearch-ml-client\2.12.0.0\opensearch-ml-client-2.12.0.0-javadoc.jar.md5 + - maven\org\opensearch\opensearch-ml-client\2.12.0.0\opensearch-ml-client-2.12.0.0-javadoc.jar.sha1 + - maven\org\opensearch\opensearch-ml-client\2.12.0.0\opensearch-ml-client-2.12.0.0-javadoc.jar.sha256 + - maven\org\opensearch\opensearch-ml-client\2.12.0.0\opensearch-ml-client-2.12.0.0-javadoc.jar.sha512 + - maven\org\opensearch\opensearch-ml-client\2.12.0.0\opensearch-ml-client-2.12.0.0-sources.jar + - maven\org\opensearch\opensearch-ml-client\2.12.0.0\opensearch-ml-client-2.12.0.0-sources.jar.md5 + - maven\org\opensearch\opensearch-ml-client\2.12.0.0\opensearch-ml-client-2.12.0.0-sources.jar.sha1 + - maven\org\opensearch\opensearch-ml-client\2.12.0.0\opensearch-ml-client-2.12.0.0-sources.jar.sha256 + - maven\org\opensearch\opensearch-ml-client\2.12.0.0\opensearch-ml-client-2.12.0.0-sources.jar.sha512 + - maven\org\opensearch\opensearch-ml-client\2.12.0.0\opensearch-ml-client-2.12.0.0.jar + - maven\org\opensearch\opensearch-ml-client\2.12.0.0\opensearch-ml-client-2.12.0.0.jar.md5 + - maven\org\opensearch\opensearch-ml-client\2.12.0.0\opensearch-ml-client-2.12.0.0.jar.sha1 + - maven\org\opensearch\opensearch-ml-client\2.12.0.0\opensearch-ml-client-2.12.0.0.jar.sha256 + - maven\org\opensearch\opensearch-ml-client\2.12.0.0\opensearch-ml-client-2.12.0.0.jar.sha512 + - maven\org\opensearch\opensearch-ml-client\2.12.0.0\opensearch-ml-client-2.12.0.0.pom + - maven\org\opensearch\opensearch-ml-client\2.12.0.0\opensearch-ml-client-2.12.0.0.pom.md5 + - maven\org\opensearch\opensearch-ml-client\2.12.0.0\opensearch-ml-client-2.12.0.0.pom.sha1 + - maven\org\opensearch\opensearch-ml-client\2.12.0.0\opensearch-ml-client-2.12.0.0.pom.sha256 + - maven\org\opensearch\opensearch-ml-client\2.12.0.0\opensearch-ml-client-2.12.0.0.pom.sha512 + - maven\org\opensearch\opensearch-ml-common\maven-metadata.xml + - maven\org\opensearch\opensearch-ml-common\maven-metadata.xml.md5 + - maven\org\opensearch\opensearch-ml-common\maven-metadata.xml.sha1 + - maven\org\opensearch\opensearch-ml-common\maven-metadata.xml.sha256 + - maven\org\opensearch\opensearch-ml-common\maven-metadata.xml.sha512 + - maven\org\opensearch\opensearch-ml-common\2.12.0.0\opensearch-ml-common-2.12.0.0-javadoc.jar + - maven\org\opensearch\opensearch-ml-common\2.12.0.0\opensearch-ml-common-2.12.0.0-javadoc.jar.md5 + - maven\org\opensearch\opensearch-ml-common\2.12.0.0\opensearch-ml-common-2.12.0.0-javadoc.jar.sha1 + - maven\org\opensearch\opensearch-ml-common\2.12.0.0\opensearch-ml-common-2.12.0.0-javadoc.jar.sha256 + - maven\org\opensearch\opensearch-ml-common\2.12.0.0\opensearch-ml-common-2.12.0.0-javadoc.jar.sha512 + - maven\org\opensearch\opensearch-ml-common\2.12.0.0\opensearch-ml-common-2.12.0.0-sources.jar + - maven\org\opensearch\opensearch-ml-common\2.12.0.0\opensearch-ml-common-2.12.0.0-sources.jar.md5 + - maven\org\opensearch\opensearch-ml-common\2.12.0.0\opensearch-ml-common-2.12.0.0-sources.jar.sha1 + - maven\org\opensearch\opensearch-ml-common\2.12.0.0\opensearch-ml-common-2.12.0.0-sources.jar.sha256 + - maven\org\opensearch\opensearch-ml-common\2.12.0.0\opensearch-ml-common-2.12.0.0-sources.jar.sha512 + - maven\org\opensearch\opensearch-ml-common\2.12.0.0\opensearch-ml-common-2.12.0.0.jar + - maven\org\opensearch\opensearch-ml-common\2.12.0.0\opensearch-ml-common-2.12.0.0.jar.md5 + - maven\org\opensearch\opensearch-ml-common\2.12.0.0\opensearch-ml-common-2.12.0.0.jar.sha1 + - maven\org\opensearch\opensearch-ml-common\2.12.0.0\opensearch-ml-common-2.12.0.0.jar.sha256 + - maven\org\opensearch\opensearch-ml-common\2.12.0.0\opensearch-ml-common-2.12.0.0.jar.sha512 + - maven\org\opensearch\opensearch-ml-common\2.12.0.0\opensearch-ml-common-2.12.0.0.pom + - maven\org\opensearch\opensearch-ml-common\2.12.0.0\opensearch-ml-common-2.12.0.0.pom.md5 + - maven\org\opensearch\opensearch-ml-common\2.12.0.0\opensearch-ml-common-2.12.0.0.pom.sha1 + - maven\org\opensearch\opensearch-ml-common\2.12.0.0\opensearch-ml-common-2.12.0.0.pom.sha256 + - maven\org\opensearch\opensearch-ml-common\2.12.0.0\opensearch-ml-common-2.12.0.0.pom.sha512 + - maven\org\opensearch\opensearch-ml-spi\maven-metadata.xml + - maven\org\opensearch\opensearch-ml-spi\maven-metadata.xml.md5 + - maven\org\opensearch\opensearch-ml-spi\maven-metadata.xml.sha1 + - maven\org\opensearch\opensearch-ml-spi\maven-metadata.xml.sha256 + - maven\org\opensearch\opensearch-ml-spi\maven-metadata.xml.sha512 + - maven\org\opensearch\opensearch-ml-spi\2.12.0.0\opensearch-ml-spi-2.12.0.0-javadoc.jar + - maven\org\opensearch\opensearch-ml-spi\2.12.0.0\opensearch-ml-spi-2.12.0.0-javadoc.jar.md5 + - maven\org\opensearch\opensearch-ml-spi\2.12.0.0\opensearch-ml-spi-2.12.0.0-javadoc.jar.sha1 + - maven\org\opensearch\opensearch-ml-spi\2.12.0.0\opensearch-ml-spi-2.12.0.0-javadoc.jar.sha256 + - maven\org\opensearch\opensearch-ml-spi\2.12.0.0\opensearch-ml-spi-2.12.0.0-javadoc.jar.sha512 + - maven\org\opensearch\opensearch-ml-spi\2.12.0.0\opensearch-ml-spi-2.12.0.0-sources.jar + - maven\org\opensearch\opensearch-ml-spi\2.12.0.0\opensearch-ml-spi-2.12.0.0-sources.jar.md5 + - maven\org\opensearch\opensearch-ml-spi\2.12.0.0\opensearch-ml-spi-2.12.0.0-sources.jar.sha1 + - maven\org\opensearch\opensearch-ml-spi\2.12.0.0\opensearch-ml-spi-2.12.0.0-sources.jar.sha256 + - maven\org\opensearch\opensearch-ml-spi\2.12.0.0\opensearch-ml-spi-2.12.0.0-sources.jar.sha512 + - maven\org\opensearch\opensearch-ml-spi\2.12.0.0\opensearch-ml-spi-2.12.0.0.jar + - maven\org\opensearch\opensearch-ml-spi\2.12.0.0\opensearch-ml-spi-2.12.0.0.jar.md5 + - maven\org\opensearch\opensearch-ml-spi\2.12.0.0\opensearch-ml-spi-2.12.0.0.jar.sha1 + - maven\org\opensearch\opensearch-ml-spi\2.12.0.0\opensearch-ml-spi-2.12.0.0.jar.sha256 + - maven\org\opensearch\opensearch-ml-spi\2.12.0.0\opensearch-ml-spi-2.12.0.0.jar.sha512 + - maven\org\opensearch\opensearch-ml-spi\2.12.0.0\opensearch-ml-spi-2.12.0.0.pom + - maven\org\opensearch\opensearch-ml-spi\2.12.0.0\opensearch-ml-spi-2.12.0.0.pom.md5 + - maven\org\opensearch\opensearch-ml-spi\2.12.0.0\opensearch-ml-spi-2.12.0.0.pom.sha1 + - maven\org\opensearch\opensearch-ml-spi\2.12.0.0\opensearch-ml-spi-2.12.0.0.pom.sha256 + - maven\org\opensearch\opensearch-ml-spi\2.12.0.0\opensearch-ml-spi-2.12.0.0.pom.sha512 + - maven\org\opensearch\plugin\opensearch-ml-plugin\maven-metadata.xml + - maven\org\opensearch\plugin\opensearch-ml-plugin\maven-metadata.xml.md5 + - maven\org\opensearch\plugin\opensearch-ml-plugin\maven-metadata.xml.sha1 + - maven\org\opensearch\plugin\opensearch-ml-plugin\maven-metadata.xml.sha256 + - maven\org\opensearch\plugin\opensearch-ml-plugin\maven-metadata.xml.sha512 + - maven\org\opensearch\plugin\opensearch-ml-plugin\2.12.0.0\opensearch-ml-plugin-2.12.0.0.pom + - maven\org\opensearch\plugin\opensearch-ml-plugin\2.12.0.0\opensearch-ml-plugin-2.12.0.0.pom.md5 + - maven\org\opensearch\plugin\opensearch-ml-plugin\2.12.0.0\opensearch-ml-plugin-2.12.0.0.pom.sha1 + - maven\org\opensearch\plugin\opensearch-ml-plugin\2.12.0.0\opensearch-ml-plugin-2.12.0.0.pom.sha256 + - maven\org\opensearch\plugin\opensearch-ml-plugin\2.12.0.0\opensearch-ml-plugin-2.12.0.0.pom.sha512 + - maven\org\opensearch\plugin\opensearch-ml-plugin\2.12.0.0\opensearch-ml-plugin-2.12.0.0.zip + - maven\org\opensearch\plugin\opensearch-ml-plugin\2.12.0.0\opensearch-ml-plugin-2.12.0.0.zip.md5 + - maven\org\opensearch\plugin\opensearch-ml-plugin\2.12.0.0\opensearch-ml-plugin-2.12.0.0.zip.sha1 + - maven\org\opensearch\plugin\opensearch-ml-plugin\2.12.0.0\opensearch-ml-plugin-2.12.0.0.zip.sha256 + - maven\org\opensearch\plugin\opensearch-ml-plugin\2.12.0.0\opensearch-ml-plugin-2.12.0.0.zip.sha512 + plugins: + - plugins\opensearch-ml-2.12.0.0.zip + version: 2.12.0.0 + - name: neural-search + repository: https://github.com/opensearch-project/neural-search.git + ref: '2.12' + commit_id: 5442f84398f8c65378ba71dc009d75550810fce5 + artifacts: + maven: + - maven\org\opensearch\plugin\neural-search\maven-metadata.xml + - maven\org\opensearch\plugin\neural-search\maven-metadata.xml.md5 + - maven\org\opensearch\plugin\neural-search\maven-metadata.xml.sha1 + - maven\org\opensearch\plugin\neural-search\maven-metadata.xml.sha256 + - maven\org\opensearch\plugin\neural-search\maven-metadata.xml.sha512 + - maven\org\opensearch\plugin\neural-search\2.12.0.0\neural-search-2.12.0.0.pom + - maven\org\opensearch\plugin\neural-search\2.12.0.0\neural-search-2.12.0.0.pom.md5 + - maven\org\opensearch\plugin\neural-search\2.12.0.0\neural-search-2.12.0.0.pom.sha1 + - maven\org\opensearch\plugin\neural-search\2.12.0.0\neural-search-2.12.0.0.pom.sha256 + - maven\org\opensearch\plugin\neural-search\2.12.0.0\neural-search-2.12.0.0.pom.sha512 + - maven\org\opensearch\plugin\neural-search\2.12.0.0\neural-search-2.12.0.0.zip + - maven\org\opensearch\plugin\neural-search\2.12.0.0\neural-search-2.12.0.0.zip.md5 + - maven\org\opensearch\plugin\neural-search\2.12.0.0\neural-search-2.12.0.0.zip.sha1 + - maven\org\opensearch\plugin\neural-search\2.12.0.0\neural-search-2.12.0.0.zip.sha256 + - maven\org\opensearch\plugin\neural-search\2.12.0.0\neural-search-2.12.0.0.zip.sha512 + plugins: + - plugins\opensearch-neural-search-2.12.0.0.zip + version: 2.12.0.0 + - name: notifications-core + repository: https://github.com/opensearch-project/notifications.git + ref: '2.12' + commit_id: cf64c411ce4f85ce67734feb8704467b2232d171 + artifacts: + maven: + - maven\org\opensearch\plugin\opensearch-notifications-core\maven-metadata.xml + - maven\org\opensearch\plugin\opensearch-notifications-core\maven-metadata.xml.md5 + - maven\org\opensearch\plugin\opensearch-notifications-core\maven-metadata.xml.sha1 + - maven\org\opensearch\plugin\opensearch-notifications-core\maven-metadata.xml.sha256 + - maven\org\opensearch\plugin\opensearch-notifications-core\maven-metadata.xml.sha512 + - maven\org\opensearch\plugin\opensearch-notifications-core\2.12.0.0\opensearch-notifications-core-2.12.0.0.pom + - maven\org\opensearch\plugin\opensearch-notifications-core\2.12.0.0\opensearch-notifications-core-2.12.0.0.pom.md5 + - maven\org\opensearch\plugin\opensearch-notifications-core\2.12.0.0\opensearch-notifications-core-2.12.0.0.pom.sha1 + - maven\org\opensearch\plugin\opensearch-notifications-core\2.12.0.0\opensearch-notifications-core-2.12.0.0.pom.sha256 + - maven\org\opensearch\plugin\opensearch-notifications-core\2.12.0.0\opensearch-notifications-core-2.12.0.0.pom.sha512 + - maven\org\opensearch\plugin\opensearch-notifications-core\2.12.0.0\opensearch-notifications-core-2.12.0.0.zip + - maven\org\opensearch\plugin\opensearch-notifications-core\2.12.0.0\opensearch-notifications-core-2.12.0.0.zip.md5 + - maven\org\opensearch\plugin\opensearch-notifications-core\2.12.0.0\opensearch-notifications-core-2.12.0.0.zip.sha1 + - maven\org\opensearch\plugin\opensearch-notifications-core\2.12.0.0\opensearch-notifications-core-2.12.0.0.zip.sha256 + - maven\org\opensearch\plugin\opensearch-notifications-core\2.12.0.0\opensearch-notifications-core-2.12.0.0.zip.sha512 + plugins: + - plugins\opensearch-notifications-core-2.12.0.0.zip + version: 2.12.0.0 + - name: notifications + repository: https://github.com/opensearch-project/notifications.git + ref: '2.12' + commit_id: cf64c411ce4f85ce67734feb8704467b2232d171 + artifacts: + maven: + - maven\org\opensearch\plugin\notifications\maven-metadata.xml + - maven\org\opensearch\plugin\notifications\maven-metadata.xml.md5 + - maven\org\opensearch\plugin\notifications\maven-metadata.xml.sha1 + - maven\org\opensearch\plugin\notifications\maven-metadata.xml.sha256 + - maven\org\opensearch\plugin\notifications\maven-metadata.xml.sha512 + - maven\org\opensearch\plugin\notifications\2.12.0.0\notifications-2.12.0.0.pom + - maven\org\opensearch\plugin\notifications\2.12.0.0\notifications-2.12.0.0.pom.md5 + - maven\org\opensearch\plugin\notifications\2.12.0.0\notifications-2.12.0.0.pom.sha1 + - maven\org\opensearch\plugin\notifications\2.12.0.0\notifications-2.12.0.0.pom.sha256 + - maven\org\opensearch\plugin\notifications\2.12.0.0\notifications-2.12.0.0.pom.sha512 + - maven\org\opensearch\plugin\notifications\2.12.0.0\notifications-2.12.0.0.zip + - maven\org\opensearch\plugin\notifications\2.12.0.0\notifications-2.12.0.0.zip.md5 + - maven\org\opensearch\plugin\notifications\2.12.0.0\notifications-2.12.0.0.zip.sha1 + - maven\org\opensearch\plugin\notifications\2.12.0.0\notifications-2.12.0.0.zip.sha256 + - maven\org\opensearch\plugin\notifications\2.12.0.0\notifications-2.12.0.0.zip.sha512 + plugins: + - plugins\opensearch-notifications-2.12.0.0.zip + version: 2.12.0.0 + - name: opensearch-observability + repository: https://github.com/opensearch-project/observability.git + ref: '2.12' + commit_id: 40b0260573d5ba2cd8aa371febddd5816bff4967 + artifacts: + maven: + - maven\org\opensearch\plugin\opensearch-observability\maven-metadata.xml + - maven\org\opensearch\plugin\opensearch-observability\maven-metadata.xml.md5 + - maven\org\opensearch\plugin\opensearch-observability\maven-metadata.xml.sha1 + - maven\org\opensearch\plugin\opensearch-observability\maven-metadata.xml.sha256 + - maven\org\opensearch\plugin\opensearch-observability\maven-metadata.xml.sha512 + - maven\org\opensearch\plugin\opensearch-observability\2.12.0.0\opensearch-observability-2.12.0.0.pom + - maven\org\opensearch\plugin\opensearch-observability\2.12.0.0\opensearch-observability-2.12.0.0.pom.md5 + - maven\org\opensearch\plugin\opensearch-observability\2.12.0.0\opensearch-observability-2.12.0.0.pom.sha1 + - maven\org\opensearch\plugin\opensearch-observability\2.12.0.0\opensearch-observability-2.12.0.0.pom.sha256 + - maven\org\opensearch\plugin\opensearch-observability\2.12.0.0\opensearch-observability-2.12.0.0.pom.sha512 + - maven\org\opensearch\plugin\opensearch-observability\2.12.0.0\opensearch-observability-2.12.0.0.zip + - maven\org\opensearch\plugin\opensearch-observability\2.12.0.0\opensearch-observability-2.12.0.0.zip.md5 + - maven\org\opensearch\plugin\opensearch-observability\2.12.0.0\opensearch-observability-2.12.0.0.zip.sha1 + - maven\org\opensearch\plugin\opensearch-observability\2.12.0.0\opensearch-observability-2.12.0.0.zip.sha256 + - maven\org\opensearch\plugin\opensearch-observability\2.12.0.0\opensearch-observability-2.12.0.0.zip.sha512 + plugins: + - plugins\opensearch-observability-2.12.0.0.zip + version: 2.12.0.0 + - name: opensearch-reports + repository: https://github.com/opensearch-project/reporting.git + ref: '2.12' + commit_id: e8e5025b9577038c6c160b6ea5a1610312b66180 + artifacts: + maven: + - maven\org\opensearch\plugin\opensearch-reports-scheduler\maven-metadata.xml + - maven\org\opensearch\plugin\opensearch-reports-scheduler\maven-metadata.xml.md5 + - maven\org\opensearch\plugin\opensearch-reports-scheduler\maven-metadata.xml.sha1 + - maven\org\opensearch\plugin\opensearch-reports-scheduler\maven-metadata.xml.sha256 + - maven\org\opensearch\plugin\opensearch-reports-scheduler\maven-metadata.xml.sha512 + - maven\org\opensearch\plugin\opensearch-reports-scheduler\2.12.0.0\opensearch-reports-scheduler-2.12.0.0.pom + - maven\org\opensearch\plugin\opensearch-reports-scheduler\2.12.0.0\opensearch-reports-scheduler-2.12.0.0.pom.md5 + - maven\org\opensearch\plugin\opensearch-reports-scheduler\2.12.0.0\opensearch-reports-scheduler-2.12.0.0.pom.sha1 + - maven\org\opensearch\plugin\opensearch-reports-scheduler\2.12.0.0\opensearch-reports-scheduler-2.12.0.0.pom.sha256 + - maven\org\opensearch\plugin\opensearch-reports-scheduler\2.12.0.0\opensearch-reports-scheduler-2.12.0.0.pom.sha512 + - maven\org\opensearch\plugin\opensearch-reports-scheduler\2.12.0.0\opensearch-reports-scheduler-2.12.0.0.zip + - maven\org\opensearch\plugin\opensearch-reports-scheduler\2.12.0.0\opensearch-reports-scheduler-2.12.0.0.zip.md5 + - maven\org\opensearch\plugin\opensearch-reports-scheduler\2.12.0.0\opensearch-reports-scheduler-2.12.0.0.zip.sha1 + - maven\org\opensearch\plugin\opensearch-reports-scheduler\2.12.0.0\opensearch-reports-scheduler-2.12.0.0.zip.sha256 + - maven\org\opensearch\plugin\opensearch-reports-scheduler\2.12.0.0\opensearch-reports-scheduler-2.12.0.0.zip.sha512 + plugins: + - plugins\opensearch-reports-scheduler-2.12.0.0.zip + version: 2.12.0.0 + - name: sql + repository: https://github.com/opensearch-project/sql.git + ref: '2.12' + commit_id: e090584440cdf4832b4225241622570fc5a8c80d + artifacts: + maven: + - maven\org\opensearch\plugin\opensearch-sql-plugin\maven-metadata.xml + - maven\org\opensearch\plugin\opensearch-sql-plugin\maven-metadata.xml.md5 + - maven\org\opensearch\plugin\opensearch-sql-plugin\maven-metadata.xml.sha1 + - maven\org\opensearch\plugin\opensearch-sql-plugin\maven-metadata.xml.sha256 + - maven\org\opensearch\plugin\opensearch-sql-plugin\maven-metadata.xml.sha512 + - maven\org\opensearch\plugin\opensearch-sql-plugin\2.12.0.0\opensearch-sql-plugin-2.12.0.0.pom + - maven\org\opensearch\plugin\opensearch-sql-plugin\2.12.0.0\opensearch-sql-plugin-2.12.0.0.pom.md5 + - maven\org\opensearch\plugin\opensearch-sql-plugin\2.12.0.0\opensearch-sql-plugin-2.12.0.0.pom.sha1 + - maven\org\opensearch\plugin\opensearch-sql-plugin\2.12.0.0\opensearch-sql-plugin-2.12.0.0.pom.sha256 + - maven\org\opensearch\plugin\opensearch-sql-plugin\2.12.0.0\opensearch-sql-plugin-2.12.0.0.pom.sha512 + - maven\org\opensearch\plugin\opensearch-sql-plugin\2.12.0.0\opensearch-sql-plugin-2.12.0.0.zip + - maven\org\opensearch\plugin\opensearch-sql-plugin\2.12.0.0\opensearch-sql-plugin-2.12.0.0.zip.md5 + - maven\org\opensearch\plugin\opensearch-sql-plugin\2.12.0.0\opensearch-sql-plugin-2.12.0.0.zip.sha1 + - maven\org\opensearch\plugin\opensearch-sql-plugin\2.12.0.0\opensearch-sql-plugin-2.12.0.0.zip.sha256 + - maven\org\opensearch\plugin\opensearch-sql-plugin\2.12.0.0\opensearch-sql-plugin-2.12.0.0.zip.sha512 + plugins: + - plugins\opensearch-sql-2.12.0.0.zip + version: 2.12.0.0 + - name: asynchronous-search + repository: https://github.com/opensearch-project/asynchronous-search.git + ref: '2.12' + commit_id: 3fd781eaee620895d10067baf9a368d970257455 + artifacts: + maven: + - maven\org\opensearch\plugin\asynchronous-search\maven-metadata.xml + - maven\org\opensearch\plugin\asynchronous-search\maven-metadata.xml.md5 + - maven\org\opensearch\plugin\asynchronous-search\maven-metadata.xml.sha1 + - maven\org\opensearch\plugin\asynchronous-search\maven-metadata.xml.sha256 + - maven\org\opensearch\plugin\asynchronous-search\maven-metadata.xml.sha512 + - maven\org\opensearch\plugin\asynchronous-search\2.12.0.0\asynchronous-search-2.12.0.0.pom + - maven\org\opensearch\plugin\asynchronous-search\2.12.0.0\asynchronous-search-2.12.0.0.pom.md5 + - maven\org\opensearch\plugin\asynchronous-search\2.12.0.0\asynchronous-search-2.12.0.0.pom.sha1 + - maven\org\opensearch\plugin\asynchronous-search\2.12.0.0\asynchronous-search-2.12.0.0.pom.sha256 + - maven\org\opensearch\plugin\asynchronous-search\2.12.0.0\asynchronous-search-2.12.0.0.pom.sha512 + - maven\org\opensearch\plugin\asynchronous-search\2.12.0.0\asynchronous-search-2.12.0.0.zip + - maven\org\opensearch\plugin\asynchronous-search\2.12.0.0\asynchronous-search-2.12.0.0.zip.md5 + - maven\org\opensearch\plugin\asynchronous-search\2.12.0.0\asynchronous-search-2.12.0.0.zip.sha1 + - maven\org\opensearch\plugin\asynchronous-search\2.12.0.0\asynchronous-search-2.12.0.0.zip.sha256 + - maven\org\opensearch\plugin\asynchronous-search\2.12.0.0\asynchronous-search-2.12.0.0.zip.sha512 + plugins: + - plugins\opensearch-asynchronous-search-2.12.0.0.zip + version: 2.12.0.0 + - name: anomaly-detection + repository: https://github.com/opensearch-project/anomaly-detection.git + ref: '2.12' + commit_id: 72673698e062b061e8c6734c4dd52d43208ffa3d + artifacts: + maven: + - maven\org\opensearch\plugin\opensearch-anomaly-detection\maven-metadata.xml + - maven\org\opensearch\plugin\opensearch-anomaly-detection\maven-metadata.xml.md5 + - maven\org\opensearch\plugin\opensearch-anomaly-detection\maven-metadata.xml.sha1 + - maven\org\opensearch\plugin\opensearch-anomaly-detection\maven-metadata.xml.sha256 + - maven\org\opensearch\plugin\opensearch-anomaly-detection\maven-metadata.xml.sha512 + - maven\org\opensearch\plugin\opensearch-anomaly-detection\2.12.0.0\opensearch-anomaly-detection-2.12.0.0.pom + - maven\org\opensearch\plugin\opensearch-anomaly-detection\2.12.0.0\opensearch-anomaly-detection-2.12.0.0.pom.md5 + - maven\org\opensearch\plugin\opensearch-anomaly-detection\2.12.0.0\opensearch-anomaly-detection-2.12.0.0.pom.sha1 + - maven\org\opensearch\plugin\opensearch-anomaly-detection\2.12.0.0\opensearch-anomaly-detection-2.12.0.0.pom.sha256 + - maven\org\opensearch\plugin\opensearch-anomaly-detection\2.12.0.0\opensearch-anomaly-detection-2.12.0.0.pom.sha512 + - maven\org\opensearch\plugin\opensearch-anomaly-detection\2.12.0.0\opensearch-anomaly-detection-2.12.0.0.zip + - maven\org\opensearch\plugin\opensearch-anomaly-detection\2.12.0.0\opensearch-anomaly-detection-2.12.0.0.zip.md5 + - maven\org\opensearch\plugin\opensearch-anomaly-detection\2.12.0.0\opensearch-anomaly-detection-2.12.0.0.zip.sha1 + - maven\org\opensearch\plugin\opensearch-anomaly-detection\2.12.0.0\opensearch-anomaly-detection-2.12.0.0.zip.sha256 + - maven\org\opensearch\plugin\opensearch-anomaly-detection\2.12.0.0\opensearch-anomaly-detection-2.12.0.0.zip.sha512 + plugins: + - plugins\opensearch-anomaly-detection-2.12.0.0.zip + version: 2.12.0.0 + - name: alerting + repository: https://github.com/opensearch-project/alerting.git + ref: '2.12' + commit_id: 944abf29a42ce71d8e5d62c61768f826d34b2a45 + artifacts: + maven: + - maven\org\opensearch\plugin\alerting\maven-metadata.xml + - maven\org\opensearch\plugin\alerting\maven-metadata.xml.md5 + - maven\org\opensearch\plugin\alerting\maven-metadata.xml.sha1 + - maven\org\opensearch\plugin\alerting\maven-metadata.xml.sha256 + - maven\org\opensearch\plugin\alerting\maven-metadata.xml.sha512 + - maven\org\opensearch\plugin\alerting\2.12.0.0\alerting-2.12.0.0.pom + - maven\org\opensearch\plugin\alerting\2.12.0.0\alerting-2.12.0.0.pom.md5 + - maven\org\opensearch\plugin\alerting\2.12.0.0\alerting-2.12.0.0.pom.sha1 + - maven\org\opensearch\plugin\alerting\2.12.0.0\alerting-2.12.0.0.pom.sha256 + - maven\org\opensearch\plugin\alerting\2.12.0.0\alerting-2.12.0.0.pom.sha512 + - maven\org\opensearch\plugin\alerting\2.12.0.0\alerting-2.12.0.0.zip + - maven\org\opensearch\plugin\alerting\2.12.0.0\alerting-2.12.0.0.zip.md5 + - maven\org\opensearch\plugin\alerting\2.12.0.0\alerting-2.12.0.0.zip.sha1 + - maven\org\opensearch\plugin\alerting\2.12.0.0\alerting-2.12.0.0.zip.sha256 + - maven\org\opensearch\plugin\alerting\2.12.0.0\alerting-2.12.0.0.zip.sha512 + plugins: + - plugins\opensearch-alerting-2.12.0.0.zip + version: 2.12.0.0 + - name: security-analytics + repository: https://github.com/opensearch-project/security-analytics.git + ref: '2.12' + commit_id: 22fa49d9d02734e561be55993ff336eb713318b1 + artifacts: + maven: + - maven\org\opensearch\plugin\opensearch-security-analytics\maven-metadata.xml + - maven\org\opensearch\plugin\opensearch-security-analytics\maven-metadata.xml.md5 + - maven\org\opensearch\plugin\opensearch-security-analytics\maven-metadata.xml.sha1 + - maven\org\opensearch\plugin\opensearch-security-analytics\maven-metadata.xml.sha256 + - maven\org\opensearch\plugin\opensearch-security-analytics\maven-metadata.xml.sha512 + - maven\org\opensearch\plugin\opensearch-security-analytics\2.12.0.0\opensearch-security-analytics-2.12.0.0.pom + - maven\org\opensearch\plugin\opensearch-security-analytics\2.12.0.0\opensearch-security-analytics-2.12.0.0.pom.md5 + - maven\org\opensearch\plugin\opensearch-security-analytics\2.12.0.0\opensearch-security-analytics-2.12.0.0.pom.sha1 + - maven\org\opensearch\plugin\opensearch-security-analytics\2.12.0.0\opensearch-security-analytics-2.12.0.0.pom.sha256 + - maven\org\opensearch\plugin\opensearch-security-analytics\2.12.0.0\opensearch-security-analytics-2.12.0.0.pom.sha512 + - maven\org\opensearch\plugin\opensearch-security-analytics\2.12.0.0\opensearch-security-analytics-2.12.0.0.zip + - maven\org\opensearch\plugin\opensearch-security-analytics\2.12.0.0\opensearch-security-analytics-2.12.0.0.zip.md5 + - maven\org\opensearch\plugin\opensearch-security-analytics\2.12.0.0\opensearch-security-analytics-2.12.0.0.zip.sha1 + - maven\org\opensearch\plugin\opensearch-security-analytics\2.12.0.0\opensearch-security-analytics-2.12.0.0.zip.sha256 + - maven\org\opensearch\plugin\opensearch-security-analytics\2.12.0.0\opensearch-security-analytics-2.12.0.0.zip.sha512 + plugins: + - plugins\opensearch-security-analytics-2.12.0.0.zip + version: 2.12.0.0 + - name: index-management + repository: https://github.com/opensearch-project/index-management.git + ref: '2.12' + commit_id: 11aa4469ae2b9fb3be714ae24ef52d9bfb127510 + artifacts: + maven: + - maven\org\opensearch\plugin\opensearch-index-management\maven-metadata.xml + - maven\org\opensearch\plugin\opensearch-index-management\maven-metadata.xml.md5 + - maven\org\opensearch\plugin\opensearch-index-management\maven-metadata.xml.sha1 + - maven\org\opensearch\plugin\opensearch-index-management\maven-metadata.xml.sha256 + - maven\org\opensearch\plugin\opensearch-index-management\maven-metadata.xml.sha512 + - maven\org\opensearch\plugin\opensearch-index-management\2.12.0.0\opensearch-index-management-2.12.0.0.pom + - maven\org\opensearch\plugin\opensearch-index-management\2.12.0.0\opensearch-index-management-2.12.0.0.pom.md5 + - maven\org\opensearch\plugin\opensearch-index-management\2.12.0.0\opensearch-index-management-2.12.0.0.pom.sha1 + - maven\org\opensearch\plugin\opensearch-index-management\2.12.0.0\opensearch-index-management-2.12.0.0.pom.sha256 + - maven\org\opensearch\plugin\opensearch-index-management\2.12.0.0\opensearch-index-management-2.12.0.0.pom.sha512 + - maven\org\opensearch\plugin\opensearch-index-management\2.12.0.0\opensearch-index-management-2.12.0.0.zip + - maven\org\opensearch\plugin\opensearch-index-management\2.12.0.0\opensearch-index-management-2.12.0.0.zip.md5 + - maven\org\opensearch\plugin\opensearch-index-management\2.12.0.0\opensearch-index-management-2.12.0.0.zip.sha1 + - maven\org\opensearch\plugin\opensearch-index-management\2.12.0.0\opensearch-index-management-2.12.0.0.zip.sha256 + - maven\org\opensearch\plugin\opensearch-index-management\2.12.0.0\opensearch-index-management-2.12.0.0.zip.sha512 + plugins: + - plugins\opensearch-index-management-2.12.0.0.zip + version: 2.12.0.0 diff --git a/tests/tests_build_workflow/data/opensearch-input-2.12.0.yml b/tests/tests_build_workflow/data/opensearch-input-2.12.0.yml index 955b85ea56..e808525a22 100644 --- a/tests/tests_build_workflow/data/opensearch-input-2.12.0.yml +++ b/tests/tests_build_workflow/data/opensearch-input-2.12.0.yml @@ -203,3 +203,8 @@ components: depends_on: - common-utils - job-scheduler + - name: performance-analyzer + repository: https://github.com/opensearch-project/performance-analyzer.git + ref: f2d6b0b4a6a8931e2898a53210975d7ed321953c + platforms: + - linux diff --git a/tests/tests_build_workflow/test_build_incremental.py b/tests/tests_build_workflow/test_build_incremental.py index 5a0686d872..8e0fb78e39 100644 --- a/tests/tests_build_workflow/test_build_incremental.py +++ b/tests/tests_build_workflow/test_build_incremental.py @@ -20,12 +20,14 @@ class TestBuildIncremental(unittest.TestCase): os.path.join(os.path.dirname(__file__), "data", "opensearch-input-2.12.0.yml")) BUILD_MANIFEST = BuildManifest.from_path( os.path.join(os.path.dirname(__file__), "data", "opensearch-build-tar-2.12.0.yml")) + BUILD_MANIFEST_WINDOWS = BuildManifest.from_path( + os.path.join(os.path.dirname(__file__), "data", "opensearch-build-zip-2.12.0.yml")) BUILD_MANIFEST_PATH = os.path.join(os.path.dirname(__file__), "data", "opensearch-build-tar-2.12.0.yml") INPUT_MANIFEST_DASHBOARDS = InputManifest.from_path( os.path.join(os.path.dirname(__file__), "data", "opensearch-dashboards-input-2.12.0.yml")) BUILD_MANIFEST_DASHBOARDS = BuildManifest.from_path( os.path.join(os.path.dirname(__file__), "data", "opensearch-dashboards-build-tar-2.12.0.yml")) - buildIncremental = BuildIncremental(INPUT_MANIFEST, "tar") + buildIncremental = BuildIncremental(INPUT_MANIFEST, "tar", "linux") @patch("os.path.exists") @patch("manifests.build_manifest.BuildManifest.from_path") @@ -65,7 +67,7 @@ def test_commits_diff(self, stable_mock_input_manifest: MagicMock, mock_build_ma stable_mock_input_manifest.assert_called_once() mock_build_manifest.assert_called_once() self.assertIsNotNone(diff_list) - self.assertEqual(len(diff_list), 8) + self.assertEqual(len(diff_list), 9) self.assertTrue("k-NN" in diff_list) self.assertTrue("geospatial" in diff_list) self.assertTrue("security" in diff_list) @@ -74,6 +76,7 @@ def test_commits_diff(self, stable_mock_input_manifest: MagicMock, mock_build_ma self.assertTrue("neural-search" in diff_list) self.assertTrue("opensearch-observability" in diff_list) self.assertTrue("security-analytics" in diff_list) + self.assertTrue("performance-analyzer" in diff_list) @patch("os.path.exists") @patch("manifests.build_manifest.BuildManifest.from_path") @@ -114,6 +117,20 @@ def test_commits_diff_for_different_version(self, stable_mock_input_manifest: Ma mock_build_manifest.assert_called_once() self.assertEqual(diff_list, ["OpenSearch"]) + @patch("os.path.exists") + @patch("manifests.build_manifest.BuildManifest.from_path") + @patch("manifests.input_manifest.InputManifest.stable") + def test_commits_diff_platform_incompatible(self, stable_mock_input_manifest: MagicMock, mock_build_manifest: MagicMock, mock_path_exists: MagicMock) -> None: + mock_path_exists.return_value = True + stable_mock_input_manifest.return_value = self.INPUT_MANIFEST + mock_build_manifest.return_value = self.BUILD_MANIFEST_WINDOWS + + diff_list = BuildIncremental(self.INPUT_MANIFEST, "zip", "windows").commits_diff(self.INPUT_MANIFEST) + stable_mock_input_manifest.assert_called_once() + mock_build_manifest.assert_called_once() + self.assertFalse(diff_list) + self.assertEqual(len(diff_list), 0) + def test_rebuild_plugins_with_no_update(self) -> None: diff_list: List[str] = [] rebuild_list = self.buildIncremental.rebuild_plugins(diff_list, self.INPUT_MANIFEST) @@ -125,7 +142,7 @@ def test_rebuild_plugins_with_core_update(self) -> None: rebuild_list = self.buildIncremental.rebuild_plugins(diff_list, self.INPUT_MANIFEST) self.assertTrue(rebuild_list) - self.assertEqual(len(rebuild_list), 19) + self.assertEqual(len(rebuild_list), 20) for component in rebuild_list: self.assertTrue(component in self.INPUT_MANIFEST.components) @@ -152,7 +169,7 @@ def test_rebuild_plugins_without_core(self) -> None: self.assertTrue("geospatial" in rebuild_list_js) def test_rebuild_plugins_with_dashboards(self) -> None: - buildIncrementDashboards = BuildIncremental(self.INPUT_MANIFEST_DASHBOARDS, "tar") + buildIncrementDashboards = BuildIncremental(self.INPUT_MANIFEST_DASHBOARDS, "tar", "linux") diff_list = ["observabilityDashboards"] rebuild_list = buildIncrementDashboards.rebuild_plugins(diff_list, self.INPUT_MANIFEST_DASHBOARDS) self.assertTrue(rebuild_list)