Skip to content

Commit

Permalink
Make 2.0.0 manifest to use tags (#2141)
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Zhu <[email protected]>
  • Loading branch information
peterzhuamazon authored May 26, 2022
1 parent 44cac5a commit 67f7b3c
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 27 deletions.
34 changes: 17 additions & 17 deletions manifests/2.0.0/opensearch-2.0.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,32 +9,32 @@ build:
version: 2.0.0
components:
- name: OpenSearch
ref: '2.0'
ref: tags/2.0.0
repository: https://github.com/opensearch-project/OpenSearch.git
checks:
- gradle:publish
- gradle:properties:version
- name: common-utils
repository: https://github.com/opensearch-project/common-utils.git
ref: '2.0'
ref: tags/2.0.0.0
checks:
- gradle:publish
- gradle:properties:version
- name: job-scheduler
repository: https://github.com/opensearch-project/job-scheduler.git
ref: '2.0'
ref: tags/2.0.0.0
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
- name: ml-commons
repository: https://github.com/opensearch-project/ml-commons.git
ref: '2.0'
ref: tags/2.0.0.0
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version: opensearch-ml-plugin
- name: k-NN
repository: https://github.com/opensearch-project/k-NN.git
ref: '2.0'
ref: tags/2.0.0.0
platforms:
- darwin
- linux
Expand All @@ -43,74 +43,74 @@ components:
- gradle:dependencies:opensearch.version
- name: notifications-core
repository: https://github.com/opensearch-project/notifications.git
ref: '2.0'
ref: tags/2.0.0.0
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.0'
ref: tags/2.0.0.0
working_directory: notifications
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version: notifications
- name: alerting
repository: https://github.com/opensearch-project/alerting.git
ref: '2.0'
ref: tags/2.0.0.0
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version: alerting
- name: index-management
repository: https://github.com/opensearch-project/index-management.git
ref: '2.0'
ref: tags/2.0.0.0
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
- name: anomaly-detection
repository: https://github.com/opensearch-project/anomaly-detection.git
ref: '2.0'
ref: tags/2.0.0.0
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
- name: asynchronous-search
repository: https://github.com/opensearch-project/asynchronous-search.git
ref: '2.0'
ref: tags/2.0.0.0
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
- name: sql
repository: https://github.com/opensearch-project/sql.git
ref: '2.0'
ref: tags/2.0.0.0
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version: plugin
- name: opensearch-observability
repository: https://github.com/opensearch-project/observability
ref: '2.0'
ref: tags/2.0.0.0
working_directory: opensearch-observability
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
- name: dashboards-reports
repository: https://github.com/opensearch-project/dashboards-reports.git
ref: '2.0'
ref: tags/2.0.0.0
working_directory: reports-scheduler
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
- name: security
repository: https://github.com/opensearch-project/security.git
ref: '2.0'
ref: tags/2.0.0.0
- name: cross-cluster-replication
repository: https://github.com/opensearch-project/cross-cluster-replication.git
ref: '2.0'
ref: tags/2.0.0.0
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
- name: performance-analyzer
repository: https://github.com/opensearch-project/performance-analyzer.git
ref: '2.0'
ref: tags/2.0.0.0
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
20 changes: 10 additions & 10 deletions manifests/2.0.0/opensearch-dashboards-2.0.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ci:
name: opensearchstaging/ci-runner:ci-runner-centos7-opensearch-dashboards-build-v2
components:
- name: OpenSearch-Dashboards
ref: '2.0'
ref: tags/2.0.0
repository: https://github.com/opensearch-project/OpenSearch-Dashboards.git
checks:
- npm:package:version
Expand All @@ -18,32 +18,32 @@ components:
- name: queryWorkbenchDashboards
repository: https://github.com/opensearch-project/sql.git
working_directory: workbench
ref: '2.0'
ref: tags/2.0.0.0
- name: observabilityDashboards
repository: https://github.com/opensearch-project/observability.git
working_directory: dashboards-observability
ref: '2.0'
ref: tags/2.0.0.0
- name: ganttChartDashboards
repository: https://github.com/opensearch-project/dashboards-visualizations.git
working_directory: gantt-chart
ref: '2.0'
ref: tags/2.0.0.0
- name: reportsDashboards
repository: https://github.com/opensearch-project/dashboards-reports.git
working_directory: dashboards-reports
ref: '2.0'
ref: tags/2.0.0.0
- name: indexManagementDashboards
repository: https://github.com/opensearch-project/index-management-dashboards-plugin.git
ref: '2.0'
ref: tags/2.0.0.0
- name: alertingDashboards
repository: https://github.com/opensearch-project/alerting-dashboards-plugin.git
ref: '2.0'
ref: tags/2.0.0.0
- name: securityDashboards
repository: https://github.com/opensearch-project/security-dashboards-plugin.git
ref: '2.0'
ref: tags/2.0.0.0
- name: anomalyDetectionDashboards
repository: https://github.com/opensearch-project/anomaly-detection-dashboards-plugin
ref: '2.0'
ref: tags/2.0.0.0
- name: notificationsDashboards
repository: https://github.com/opensearch-project/notifications.git
working_directory: dashboards-notifications
ref: '2.0'
ref: tags/2.0.0.0

0 comments on commit 67f7b3c

Please sign in to comment.