Skip to content

Commit

Permalink
Onboarding skills repo (#4387)
Browse files Browse the repository at this point in the history
Signed-off-by: zane-neo <[email protected]>
Signed-off-by: Peter Zhu <[email protected]>
Co-authored-by: Peter Zhu <[email protected]>
  • Loading branch information
zane-neo and peterzhuamazon authored Jan 31, 2024
1 parent 8445996 commit 356ecd8
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/os-increment-plugin-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:
- {repo: security-analytics}
- {repo: sql}
- {repo: custom-codecs}
- {repo: flow-framework}
- {repo: skills}
branch:
- '1.3'
- 2.x
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/os-release-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@ jobs:
- {repo: security}
- {repo: security-analytics}
- {repo: sql}
- {repo: custom-codecs}
- {repo: flow-framework}
- {repo: skills}
release_version: ${{ fromJson(needs.list-manifest-versions.outputs.matrix) }}
steps:
- name: GitHub App token
Expand Down
10 changes: 10 additions & 0 deletions manifests/2.12.0/opensearch-2.12.0-concurrent-search-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,3 +198,13 @@ components:
opensearch.experimental.feature.concurrent_segment_search.enabled: true
search.concurrent_segment_search.enabled: true
search.concurrent.max_slice_count: 2

- name: skills
integ-test:
test-configs:
- with-security
- without-security
additional-cluster-configs:
opensearch.experimental.feature.concurrent_segment_search.enabled: true
search.concurrent_segment_search.enabled: true
search.concurrent.max_slice_count: 2
6 changes: 6 additions & 0 deletions manifests/2.12.0/opensearch-2.12.0-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,3 +143,9 @@ components:
test-configs:
- with-security
- without-security

- name: skills
integ-test:
test-configs:
- with-security
- without-security
11 changes: 11 additions & 0 deletions manifests/2.12.0/opensearch-2.12.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,3 +172,14 @@ components:
- windows
depends_on:
- common-utils
- name: skills
repository: https://github.com/opensearch-project/skills.git
ref: 2.x
platforms:
- linux
- windows
depends_on:
- job-scheduler
- anomaly-detection
- sql
- ml-commons

0 comments on commit 356ecd8

Please sign in to comment.