-
Notifications
You must be signed in to change notification settings - Fork 272
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added notifications-core and notifications to 2.0 and add integTest m…
…anifest (#1957) * Added notifications-core and notifications to 2.0. Signed-off-by: dblock <[email protected]> * Remove scripts from opensearch-build. Signed-off-by: dblock <[email protected]> * Remove dashboards notifications scripts to use the default one Signed-off-by: Peter Zhu <[email protected]> * Remove CI checks for lack of gradlew. Signed-off-by: dblock <[email protected]> * Fix the second subfolder location after core Signed-off-by: Peter Zhu <[email protected]> * Add notifications related build scripts to build repo Signed-off-by: Peter Zhu <[email protected]> * Tweak build scripts to correctly move the zips Signed-off-by: Peter Zhu <[email protected]> Co-authored-by: Peter Zhu <[email protected]>
- Loading branch information
1 parent
4d76087
commit c9b3a51
Showing
4 changed files
with
151 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,116 @@ | ||
--- | ||
schema-version: '1.0' | ||
name: OpenSearch | ||
ci: | ||
image: | ||
name: opensearchstaging/ci-runner-centos7-opensearch-build-v1 | ||
args: -e JAVA_HOME=/opt/java/openjdk-17 | ||
components: | ||
- name: index-management | ||
integ-test: | ||
build-dependencies: | ||
- job-scheduler | ||
test-configs: | ||
- with-security | ||
- without-security | ||
additional-cluster-configs: | ||
path.repo: [/tmp] | ||
bwc-test: | ||
test-configs: | ||
- with-security | ||
- without-security | ||
|
||
- name: anomaly-detection | ||
integ-test: | ||
build-dependencies: | ||
- job-scheduler | ||
test-configs: | ||
- with-security | ||
- without-security | ||
bwc-test: | ||
test-configs: | ||
- with-security | ||
- without-security | ||
|
||
- name: asynchronous-search | ||
integ-test: | ||
test-configs: | ||
- with-security | ||
- without-security | ||
bwc-test: | ||
test-configs: | ||
- with-security | ||
- without-security | ||
|
||
- name: alerting | ||
integ-test: | ||
test-configs: | ||
- with-security | ||
- without-security | ||
additional-cluster-configs: | ||
plugins.destination.host.deny_list: [10.0.0.0/8, 127.0.0.1] | ||
bwc-test: | ||
test-configs: | ||
- with-security | ||
- without-security | ||
|
||
- name: notifications | ||
working-directory: notifications | ||
integ-test: | ||
test-configs: | ||
- with-security | ||
- without-security | ||
bwc-test: | ||
test-configs: | ||
- with-security | ||
- without-security | ||
|
||
- name: sql | ||
integ-test: | ||
test-configs: | ||
- with-security | ||
- without-security | ||
additional-cluster-configs: | ||
script.context.field.max_compilations_rate: 1000/1m | ||
bwc-test: | ||
test-configs: | ||
- with-security | ||
- without-security | ||
|
||
- name: k-NN | ||
integ-test: | ||
test-configs: | ||
- with-security | ||
- without-security | ||
bwc-test: | ||
test-configs: | ||
- with-security | ||
- without-security | ||
|
||
- name: dashboards-reports | ||
working-directory: reports-scheduler | ||
integ-test: | ||
test-configs: | ||
- without-security | ||
bwc-test: | ||
test-configs: | ||
- without-security | ||
|
||
- name: observability | ||
working-directory: opensearch-observability | ||
integ-test: | ||
test-configs: | ||
- without-security | ||
bwc-test: | ||
test-configs: | ||
- without-security | ||
|
||
- name: ml-commons | ||
integ-test: | ||
test-configs: | ||
- with-security | ||
- without-security | ||
bwc-test: | ||
test-configs: | ||
- with-security | ||
- without-security |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters