Skip to content

Commit

Permalink
[2.12.0] OpenSearch components update
Browse files Browse the repository at this point in the history
Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>
  • Loading branch information
prudhvigodithi committed Nov 3, 2023
1 parent c438635 commit b17a174
Show file tree
Hide file tree
Showing 2 changed files with 181 additions and 4 deletions.
6 changes: 2 additions & 4 deletions jenkins/check-for-build.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,8 @@ pipeline {
}
triggers {
parameterizedCron '''
H/60 * * * * %INPUT_MANIFEST=2.11.1/opensearch-dashboards-2.11.1.yml;TARGET_JOB_NAME=distribution-build-opensearch-dashboards;BUILD_PLATFORM=linux windows;BUILD_DISTRIBUTION=tar rpm deb zip
H 1 * * * %INPUT_MANIFEST=2.12.0/opensearch-dashboards-2.12.0.yml;TARGET_JOB_NAME=distribution-build-opensearch-dashboards;BUILD_PLATFORM=linux windows;BUILD_DISTRIBUTION=tar rpm deb zip
H/60 * * * * %INPUT_MANIFEST=2.11.1/opensearch-2.11.1.yml;TARGET_JOB_NAME=distribution-build-opensearch;BUILD_PLATFORM=linux macos windows;BUILD_DISTRIBUTION=tar rpm deb zip
H 1 * * * %INPUT_MANIFEST=2.12.0/opensearch-2.12.0.yml;TARGET_JOB_NAME=distribution-build-opensearch;BUILD_PLATFORM=linux macos windows;BUILD_DISTRIBUTION=tar rpm deb zip
H/60 * * * * %INPUT_MANIFEST=2.12.0/opensearch-dashboards-2.12.0.yml;TARGET_JOB_NAME=distribution-build-opensearch-dashboards;BUILD_PLATFORM=linux windows;BUILD_DISTRIBUTION=tar rpm deb zip
H/60 * * * * %INPUT_MANIFEST=2.12.0/opensearch-2.12.0.yml;TARGET_JOB_NAME=distribution-build-opensearch;BUILD_PLATFORM=linux macos windows;BUILD_DISTRIBUTION=tar rpm deb zip
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 */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
179 changes: 179 additions & 0 deletions manifests/2.12.0/opensearch-2.12.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,182 @@ components:
checks:
- gradle:publish
- gradle:properties:version
- name: common-utils
repository: https://github.com/opensearch-project/common-utils.git
ref: 2.x
platforms:
- linux
- windows
checks:
- gradle:publish
- gradle:properties:version
- name: job-scheduler
repository: https://github.com/opensearch-project/job-scheduler.git
ref: 2.x
platforms:
- linux
- windows
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
- name: k-NN
repository: https://github.com/opensearch-project/k-NN.git
ref: 2.x
platforms:
- linux
- windows
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
- name: geospatial
repository: https://github.com/opensearch-project/geospatial.git
ref: 2.x
platforms:
- linux
- windows
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
- name: security
repository: https://github.com/opensearch-project/security.git
ref: 2.x
platforms:
- linux
- windows
- name: cross-cluster-replication
repository: https://github.com/opensearch-project/cross-cluster-replication.git
ref: 2.x
platforms:
- linux
- windows
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
- name: ml-commons
repository: https://github.com/opensearch-project/ml-commons.git
ref: 2.x
platforms:
- linux
- windows
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version: opensearch-ml-plugin

# Waiting on for k-NN dependency

Check warning on line 78 in manifests/2.12.0/opensearch-2.12.0.yml

View workflow job for this annotation

GitHub Actions / yaml-lint

78:1 [comments-indentation] comment not indented like content
# - name: neural-search
# repository: https://github.com/opensearch-project/neural-search.git
# ref: 2.x
# platforms:
# - linux
# - windows
# checks:
# - gradle:properties:version
# - gradle:dependencies:opensearch.version

- name: notifications-core
repository: https://github.com/opensearch-project/notifications.git
ref: 2.x
platforms:
- linux
- windows
working_directory: notifications
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version: opensearch-notifications-core
- name: notifications
repository: https://github.com/opensearch-project/notifications.git
ref: 2.x
platforms:
- linux
- windows
working_directory: notifications
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version: notifications
- name: opensearch-observability
repository: https://github.com/opensearch-project/observability.git
ref: 2.x
platforms:
- linux
- windows
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
- name: opensearch-reports
repository: https://github.com/opensearch-project/reporting.git
ref: 2.x
platforms:
- linux
- windows
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
- name: sql
repository: https://github.com/opensearch-project/sql.git
ref: 2.x
platforms:
- linux
- windows
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version: opensearch-sql-plugin
- name: asynchronous-search
repository: https://github.com/opensearch-project/asynchronous-search.git
ref: 2.x
platforms:
- linux
- windows
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
- name: anomaly-detection
repository: https://github.com/opensearch-project/anomaly-detection.git
ref: 2.x
platforms:
- linux
- windows
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
- name: alerting
repository: https://github.com/opensearch-project/alerting.git
ref: 2.x
platforms:
- linux
- windows
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version: alerting
- name: security-analytics
repository: https://github.com/opensearch-project/security-analytics.git
ref: 2.x
platforms:
- linux
- windows
checks:
- gradle:properties:version
- name: index-management
repository: https://github.com/opensearch-project/index-management.git
ref: 2.x
platforms:
- linux
- windows
checks:
- gradle:properties:version
- name: performance-analyzer
repository: https://github.com/opensearch-project/performance-analyzer.git
ref: 2.x
platforms:
- linux
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
- name: custom-codecs
repository: https://github.com/opensearch-project/custom-codecs.git
ref: 2.x
platforms:
- linux
- windows
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version

0 comments on commit b17a174

Please sign in to comment.