forked from opensearch-project/opensearch-build
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Release 1.3.10] Onboard test manifests and add remaining components (o…
…pensearch-project#3514) Signed-off-by: Prudhvi Godithi <[email protected]>
- Loading branch information
1 parent
2dbbce4
commit c0c5027
Showing
4 changed files
with
238 additions
and
0 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,69 @@ | ||
--- | ||
schema-version: '1.0' | ||
name: OpenSearch | ||
ci: | ||
image: | ||
name: opensearchstaging/ci-runner:ci-runner-centos7-opensearch-build-v2 | ||
args: -e JAVA_HOME=/opt/java/openjdk-11 | ||
components: | ||
- name: index-management | ||
integ-test: | ||
build-dependencies: | ||
- job-scheduler | ||
test-configs: | ||
- with-security | ||
- without-security | ||
additional-cluster-configs: | ||
path.repo: [/tmp] | ||
|
||
- name: anomaly-detection | ||
integ-test: | ||
build-dependencies: | ||
- job-scheduler | ||
test-configs: | ||
- with-security | ||
- without-security | ||
|
||
- name: asynchronous-search | ||
integ-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] | ||
|
||
- name: sql | ||
integ-test: | ||
test-configs: | ||
- with-security | ||
- without-security | ||
additional-cluster-configs: | ||
script.context.field.max_compilations_rate: 1000/1m | ||
|
||
- name: k-NN | ||
integ-test: | ||
test-configs: | ||
- with-security | ||
- without-security | ||
|
||
- name: opensearch-reports | ||
integ-test: | ||
test-configs: | ||
- without-security | ||
|
||
- name: opensearch-observability | ||
integ-test: | ||
test-configs: | ||
- without-security | ||
|
||
- name: ml-commons | ||
integ-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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
--- | ||
schema-version: '1.0' | ||
name: OpenSearch Dashboards | ||
ci: | ||
image: | ||
name: opensearchstaging/ci-runner:ci-runner-rockylinux8-opensearch-dashboards-integtest-v2 | ||
components: | ||
- name: OpenSearch-Dashboards | ||
bwc-test: | ||
test-configs: | ||
- with-security | ||
- without-security | ||
- name: anomalyDetectionDashboards | ||
integ-test: | ||
test-configs: | ||
- with-security | ||
- without-security | ||
- name: ganttChartDashboards | ||
integ-test: | ||
test-configs: | ||
- with-security | ||
- without-security | ||
- name: observabilityDashboards | ||
integ-test: | ||
test-configs: | ||
- with-security | ||
- without-security | ||
- name: alertingDashboards | ||
integ-test: | ||
test-configs: | ||
- with-security | ||
- without-security | ||
- name: indexManagementDashboards | ||
integ-test: | ||
test-configs: | ||
- with-security | ||
- without-security | ||
- name: reportsDashboards | ||
integ-test: | ||
test-configs: | ||
- with-security | ||
- without-security | ||
- name: securityDashboards | ||
integ-test: | ||
test-configs: | ||
- with-security | ||
- without-security | ||
- name: queryWorkbenchDashboards | ||
integ-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