Skip to content

Commit

Permalink
Add Input Manifest for 1.0 maven release.
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Handalian <[email protected]>
  • Loading branch information
mch2 committed Aug 24, 2021
1 parent b3b7058 commit 3a0511f
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
11 changes: 11 additions & 0 deletions bundle-workflow/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,17 @@ This workflow builds a complete OpenSearch bundle from source. You can currently

### Build from Source

Each build requires a manifest to be passed as input. We currently have the following input manifests:

[opensearch-1.0.0.yml](/manifests/opensearch-1.0.0.yml) Manifest to reproduce 1.0.0 build.

[opensearch-1.0.0-maven.yml](/manifests/opensearch-1.0.0-maven.yml) - one-time manifest to build and push maven artifacts for 1.0 from tags.
Going forward a separate maven manifest is not required. For 1.0.0 we
do not have solid 1.0 refs for all repos nor do we need to rebuild the full bundle.

[opensearch-1.1.0.yml](/manifests/opensearch-1.1.0.yml) - Manifest to build upcoming 1.x release.


```bash
./bundle-workflow/build.sh manifests/opensearch-1.1.0.yml --snapshot
```
Expand Down
15 changes: 15 additions & 0 deletions manifests/opensearch-1.0.0-maven.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
schema-version: 1.0
build:
name: OpenSearch
version: 1.0.0
components:
- name: OpenSearch
repository: https://github.com/opensearch-project/OpenSearch.git
ref: 1.0
- name: common-utils
repository: https://github.com/opensearch-project/common-utils.git
ref: 1.0
- name: job-scheduler
repository: https://github.com/opensearch-project/job-scheduler.git
ref: 1.0.0.0

0 comments on commit 3a0511f

Please sign in to comment.