diff --git a/.github/workflows/os-increment-plugin-versions.yml b/.github/workflows/os-increment-plugin-versions.yml index 1ee0c51cba..f3531cce72 100644 --- a/.github/workflows/os-increment-plugin-versions.yml +++ b/.github/workflows/os-increment-plugin-versions.yml @@ -46,6 +46,8 @@ jobs: - {repo: security-analytics} - {repo: sql} - {repo: custom-codecs} + - {repo: flow-framework} + - {repo: skills} branch: - '1.3' - 2.x diff --git a/.github/workflows/os-release-issues.yml b/.github/workflows/os-release-issues.yml index e8316b9996..c2e4f27bd2 100644 --- a/.github/workflows/os-release-issues.yml +++ b/.github/workflows/os-release-issues.yml @@ -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 diff --git a/manifests/2.12.0/opensearch-2.12.0-concurrent-search-test.yml b/manifests/2.12.0/opensearch-2.12.0-concurrent-search-test.yml index 6976890695..75a9dd4a02 100644 --- a/manifests/2.12.0/opensearch-2.12.0-concurrent-search-test.yml +++ b/manifests/2.12.0/opensearch-2.12.0-concurrent-search-test.yml @@ -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 diff --git a/manifests/2.12.0/opensearch-2.12.0-test.yml b/manifests/2.12.0/opensearch-2.12.0-test.yml index 1baac5286a..25cc666956 100644 --- a/manifests/2.12.0/opensearch-2.12.0-test.yml +++ b/manifests/2.12.0/opensearch-2.12.0-test.yml @@ -143,3 +143,9 @@ components: test-configs: - with-security - without-security + + - name: skills + integ-test: + test-configs: + - with-security + - without-security diff --git a/manifests/2.12.0/opensearch-2.12.0.yml b/manifests/2.12.0/opensearch-2.12.0.yml index 70878826e2..681f3281c6 100644 --- a/manifests/2.12.0/opensearch-2.12.0.yml +++ b/manifests/2.12.0/opensearch-2.12.0.yml @@ -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