Skip to content

Commit

Permalink
Add job scheduler and common utils to manifests (opensearch-project#2661
Browse files Browse the repository at this point in the history
)

Signed-off-by: Zelin Hao <zelinhao@amazon.com>

Signed-off-by: Zelin Hao <zelinhao@amazon.com>
Signed-off-by: Monu Singh <msnghgw@amazon.com>
  • Loading branch information
zelinh authored and monusingh-1 committed Nov 2, 2022
1 parent dbf4773 commit 2f12595
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
12 changes: 12 additions & 0 deletions manifests/1.3.6/opensearch-1.3.6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,15 @@ components:
checks:
- gradle:publish
- gradle:properties:version
- name: common-utils
repository: https://github.com/opensearch-project/common-utils.git
ref: '1.3'
checks:
- gradle:publish
- gradle:properties:version
- name: job-scheduler
repository: https://github.com/opensearch-project/job-scheduler.git
ref: '1.3'
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
16 changes: 16 additions & 0 deletions manifests/2.3.1/opensearch-2.3.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,19 @@ components:
checks:
- gradle:publish
- gradle:properties:version
- name: common-utils
repository: https://github.com/opensearch-project/common-utils.git
ref: '2.3'
platforms:
- linux
checks:
- gradle:publish
- gradle:properties:version
- name: job-scheduler
repository: https://github.com/opensearch-project/job-scheduler.git
ref: '2.3'
platforms:
- linux
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version

0 comments on commit 2f12595

Please sign in to comment.