Skip to content

Commit

Permalink
Add job scheduler and common utils to manifests (#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>
  • Loading branch information
zelinh authored Sep 27, 2022
1 parent 9697044 commit 5782647
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 5782647

Please sign in to comment.