Skip to content

Commit

Permalink
Lock 2.11 commits and add test manifests (#4110)
Browse files Browse the repository at this point in the history
Signed-off-by: Rishabh Singh <[email protected]>
  • Loading branch information
rishabh6788 authored Oct 6, 2023
1 parent 02d83ac commit 5c60d3b
Show file tree
Hide file tree
Showing 5 changed files with 250 additions and 38 deletions.
2 changes: 0 additions & 2 deletions jenkins/check-for-build.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ pipeline {
triggers {
parameterizedCron '''
H 1 * * * %INPUT_MANIFEST=1.3.14/opensearch-1.3.14.yml;TARGET_JOB_NAME=distribution-build-opensearch;BUILD_PLATFORM=linux macos windows;BUILD_DISTRIBUTION=tar rpm deb zip
H 1 * * * %INPUT_MANIFEST=2.11.0/opensearch-dashboards-2.11.0.yml;TARGET_JOB_NAME=distribution-build-opensearch-dashboards;BUILD_PLATFORM=linux windows;BUILD_DISTRIBUTION=tar rpm deb zip
H 1 * * * %INPUT_MANIFEST=2.11.0/opensearch-2.11.0.yml;TARGET_JOB_NAME=distribution-build-opensearch;BUILD_PLATFORM=linux macos windows;BUILD_DISTRIBUTION=tar rpm deb zip
H 1 * * * %INPUT_MANIFEST=2.9.1/opensearch-2.9.1.yml;TARGET_JOB_NAME=distribution-build-opensearch;BUILD_PLATFORM=linux macos windows;BUILD_DISTRIBUTION=tar rpm deb zip
H */6 * * * %INPUT_MANIFEST=3.0.0/opensearch-3.0.0.yml;TEST_MANIFEST=3.0.0/opensearch-3.0.0-test.yml;TARGET_JOB_NAME=distribution-build-opensearch;BUILD_PLATFORM=linux macos windows;BUILD_DISTRIBUTION=tar rpm deb zip
H */6 * * * %INPUT_MANIFEST=3.0.0/opensearch-dashboards-3.0.0.yml;TEST_MANIFEST=3.0.0/opensearch-dashboards-3.0.0-test.yml;TARGET_JOB_NAME=distribution-build-opensearch-dashboards;BUILD_PLATFORM=linux windows;BUILD_DISTRIBUTION=tar rpm deb zip
Expand Down
132 changes: 132 additions & 0 deletions manifests/2.11.0/opensearch-2.11.0-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,132 @@
---
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-17
components:
- 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: 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: cross-cluster-replication
integ-test:
test-configs:
- with-security
- without-security

- name: geospatial
integ-test:
test-configs:
- with-security
- without-security

- 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: k-NN
integ-test:
test-configs:
- with-security
- without-security

- name: ml-commons
integ-test:
test-configs:
- with-security
- without-security

- name: neural-search
integ-test:
test-configs:
- with-security
- without-security

- name: notifications
working-directory: notifications
integ-test:
test-configs:
- with-security
- without-security
bwc-test:
test-configs:
- with-security

- name: opensearch-observability
integ-test:
test-configs:
- with-security
- without-security
bwc-test:
test-configs:
- with-security

- name: opensearch-reports
integ-test:
test-configs:
- with-security
- without-security

- name: security
integ-test:
test-configs:
- with-security

- name: security-analytics
integ-test:
test-configs:
- with-security
- without-security

- name: sql
integ-test:
test-configs:
- with-security
- without-security
additional-cluster-configs:
script.context.field.max_compilations_rate: 1000/1m
plugins.query.datasources.encryption.masterkey: 4fc8fee6a3fd7d6ca01772e5
bwc-test:
test-configs:
- with-security

- name: custom-codecs
integ-test:
test-configs:
- with-security
- without-security
42 changes: 21 additions & 21 deletions manifests/2.11.0/opensearch-2.11.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ ci:
components:
- name: OpenSearch
repository: https://github.com/opensearch-project/OpenSearch.git
ref: '2.11'
ref: dc5128eaeb9e25356e93476772faef8236a87688
checks:
- gradle:publish
- gradle:properties:version
- name: common-utils
repository: https://github.com/opensearch-project/common-utils.git
ref: '2.11'
ref: aaa4c2a061601105c62cbaf9838a0a4bd9986aa3
platforms:
- linux
- windows
Expand All @@ -25,7 +25,7 @@ components:
- gradle:properties:version
- name: job-scheduler
repository: https://github.com/opensearch-project/job-scheduler.git
ref: '2.11'
ref: 0a2fef228bb687995d2e3ddefa88ecf1e191ffd7
platforms:
- linux
- windows
Expand All @@ -34,7 +34,7 @@ components:
- gradle:dependencies:opensearch.version
- name: k-NN
repository: https://github.com/opensearch-project/k-NN.git
ref: '2.11'
ref: f807aa2997f02a7b92421be9266c0dabb41ea963
platforms:
- linux
- windows
Expand All @@ -43,7 +43,7 @@ components:
- gradle:dependencies:opensearch.version
- name: geospatial
repository: https://github.com/opensearch-project/geospatial.git
ref: '2.11'
ref: 2a7f1b01589d893c0b1f153c4edc68295f85d0e5
platforms:
- linux
- windows
Expand All @@ -52,13 +52,13 @@ components:
- gradle:dependencies:opensearch.version
- name: security
repository: https://github.com/opensearch-project/security.git
ref: '2.11'
ref: 8b6f2d7dc355a2e5508b40b9e1cdfa5500736852
platforms:
- linux
- windows
- name: cross-cluster-replication
repository: https://github.com/opensearch-project/cross-cluster-replication.git
ref: '2.11'
ref: 5c3a3c2fab950abc368a2ab69f483f825c2284d2
platforms:
- linux
- windows
Expand All @@ -67,7 +67,7 @@ components:
- gradle:dependencies:opensearch.version
- name: ml-commons
repository: https://github.com/opensearch-project/ml-commons.git
ref: '2.11'
ref: bb84282ebb43ad30a6c7ff2a973ddfc777d26aba
platforms:
- linux
- windows
Expand All @@ -76,7 +76,7 @@ components:
- gradle:dependencies:opensearch.version: opensearch-ml-plugin
- name: neural-search
repository: https://github.com/opensearch-project/neural-search.git
ref: '2.11'
ref: 841f280217a529391ce0fe178cc119d6d44627b7
platforms:
- linux
- windows
Expand All @@ -85,7 +85,7 @@ components:
- gradle:dependencies:opensearch.version
- name: notifications-core
repository: https://github.com/opensearch-project/notifications.git
ref: '2.11'
ref: fd849a6a3aef63d7ae697416695e6b0458cd7816
platforms:
- linux
- windows
Expand All @@ -95,7 +95,7 @@ components:
- gradle:dependencies:opensearch.version: opensearch-notifications-core
- name: notifications
repository: https://github.com/opensearch-project/notifications.git
ref: '2.11'
ref: fd849a6a3aef63d7ae697416695e6b0458cd7816
platforms:
- linux
- windows
Expand All @@ -105,7 +105,7 @@ components:
- gradle:dependencies:opensearch.version: notifications
- name: opensearch-observability
repository: https://github.com/opensearch-project/observability.git
ref: '2.11'
ref: bd11e813ebd5ac002c3d34ed2c965325d5874b77
platforms:
- linux
- windows
Expand All @@ -114,7 +114,7 @@ components:
- gradle:dependencies:opensearch.version
- name: opensearch-reports
repository: https://github.com/opensearch-project/reporting.git
ref: '2.11'
ref: 78c8c89f318ebee78a5f9ea398cafd9aea33e3fb
platforms:
- linux
- windows
Expand All @@ -123,7 +123,7 @@ components:
- gradle:dependencies:opensearch.version
- name: sql
repository: https://github.com/opensearch-project/sql.git
ref: '2.11'
ref: 1b9fe1f6541a02d59f69759298352a44d6dbafe3
platforms:
- linux
- windows
Expand All @@ -132,7 +132,7 @@ components:
- gradle:dependencies:opensearch.version: opensearch-sql-plugin
- name: asynchronous-search
repository: https://github.com/opensearch-project/asynchronous-search.git
ref: '2.11'
ref: e291c1cc8e84d1db727ecf3faf04ef30ebcf0d17
platforms:
- linux
- windows
Expand All @@ -141,7 +141,7 @@ components:
- gradle:dependencies:opensearch.version
- name: anomaly-detection
repository: https://github.com/opensearch-project/anomaly-detection.git
ref: '2.11'
ref: 35d476461feba246a2eea705e75d99553b495d0c
platforms:
- linux
- windows
Expand All @@ -150,7 +150,7 @@ components:
- gradle:dependencies:opensearch.version
- name: alerting
repository: https://github.com/opensearch-project/alerting.git
ref: '2.11'
ref: f729cc019a35297875953f6bb6330730d4634b1b
platforms:
- linux
- windows
Expand All @@ -159,31 +159,31 @@ components:
- gradle:dependencies:opensearch.version: alerting
- name: security-analytics
repository: https://github.com/opensearch-project/security-analytics.git
ref: '2.11'
ref: 848262e64ed8f7ea64dd4ad628284d88d17f0e77
platforms:
- linux
- windows
checks:
- gradle:properties:version
- name: index-management
repository: https://github.com/opensearch-project/index-management.git
ref: '2.11'
ref: 905868eac14ae47cd8a0c27a9bbb6d0b59ef1c9b
platforms:
- linux
- windows
checks:
- gradle:properties:version
- name: performance-analyzer
repository: https://github.com/opensearch-project/performance-analyzer.git
ref: '2.11'
ref: d907f1986f76a390dbe6a856f41d61203cadb6e1
platforms:
- linux
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
- name: custom-codecs
repository: https://github.com/opensearch-project/custom-codecs.git
ref: '2.11'
ref: 486ed652b7de41c34d81d8d663ca02302fed78ae
platforms:
- linux
- windows
Expand Down
Loading

0 comments on commit 5c60d3b

Please sign in to comment.