Skip to content

Commit

Permalink
Added Flow Framework to 3.0 manifest (#4653)
Browse files Browse the repository at this point in the history
Signed-off-by: Owais Kazi <[email protected]>
  • Loading branch information
owaiskazi19 authored Apr 23, 2024
1 parent 5489b4f commit 0ead23f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
6 changes: 6 additions & 0 deletions manifests/3.0.0/opensearch-3.0.0-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,3 +137,9 @@ components:
test-configs:
- with-security
- without-security

- name: flow-framework
integ-test:
test-configs:
- with-security
- without-security
8 changes: 8 additions & 0 deletions manifests/3.0.0/opensearch-3.0.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,3 +213,11 @@ components:
depends_on:
- common-utils
- job-scheduler
- name: flow-framework
repository: https://github.com/opensearch-project/flow-framework.git
ref: main
platforms:
- linux
- windows
depends_on:
- common-utils

0 comments on commit 0ead23f

Please sign in to comment.