Skip to content

Commit

Permalink
Added job-scheduler and common-utils to 1.2.4 manifest. (#1418)
Browse files Browse the repository at this point in the history
Signed-off-by: dblock <dblock@amazon.com>
  • Loading branch information
dblock committed Dec 29, 2021
1 parent ac208d0 commit 4d12b94
Showing 1 changed file with 19 additions and 7 deletions.
26 changes: 19 additions & 7 deletions manifests/1.2.4/opensearch-1.2.4.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,26 @@
schema-version: "1.0"
build:
name: OpenSearch
version: 1.2.4
ci:
image:
name: opensearchstaging/ci-runner:centos7-x64-arm64-jdkmulti-node10.24.1-cypress6.9.1-20211028
components:
- checks:
- gradle:publish
- gradle:properties:version
name: OpenSearch
ref: '1.2'
repository: https://github.com/opensearch-project/OpenSearch.git
schema-version: '1.0'
- name: OpenSearch
checks:
- gradle:publish
- gradle:properties:version
ref: "1.2"
repository: https://github.com/opensearch-project/OpenSearch.git
- name: common-utils
repository: https://github.com/opensearch-project/common-utils.git
ref: "1.2"
checks:
- gradle:publish
- gradle:properties:version
- name: job-scheduler
repository: https://github.com/opensearch-project/job-scheduler.git
ref: "1.2"
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version

0 comments on commit 4d12b94

Please sign in to comment.