Skip to content

Commit

Permalink
Onboading skills repo
Browse files Browse the repository at this point in the history
Signed-off-by: zane-neo <zaniu@amazon.com>
  • Loading branch information
zane-neo committed Jan 30, 2024
1 parent 93cdfa4 commit c3a7f8d
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/os-increment-plugin-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
- {repo: security-analytics}
- {repo: sql}
- {repo: custom-codecs}
- {repo: skills}
branch:
- '1.3'
- 2.x
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/os-release-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
- {repo: security}
- {repo: security-analytics}
- {repo: sql}
- {repo: skills}
release_version: ${{ fromJson(needs.list-manifest-versions.outputs.matrix) }}
steps:
- name: GitHub App token
Expand Down
9 changes: 9 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,12 @@ 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
13 changes: 13 additions & 0 deletions manifests/2.12.0/opensearch-2.12.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,3 +233,16 @@ components:
- gradle:dependencies:opensearch.version
depends_on:
- common-utils
- name: skills
repository: https://github.com/opensearch-project/skills.git
ref: 2.x
platforms:
- linux
- windows
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
depends_on:
- anomaly-detection
- sql
- ml-commons

0 comments on commit c3a7f8d

Please sign in to comment.