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.
- Loading branch information
Showing
4 changed files
with
483 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,139 @@ | ||
--- | ||
schema-version: '1.0' | ||
name: OpenSearch | ||
ci: | ||
image: | ||
name: opensearchstaging/ci-runner:ci-runner-centos7-opensearch-build-v3 | ||
args: -e JAVA_HOME=/opt/java/openjdk-17 | ||
components: | ||
- 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 | ||
|
||
- name: anomaly-detection | ||
integ-test: | ||
build-dependencies: | ||
- job-scheduler | ||
test-configs: | ||
- with-security | ||
- without-security | ||
bwc-test: | ||
test-configs: | ||
- with-security | ||
|
||
- name: asynchronous-search | ||
integ-test: | ||
test-configs: | ||
- with-security | ||
- without-security | ||
|
||
- name: cross-cluster-replication | ||
integ-test: | ||
topology: | ||
- cluster_name: leader | ||
data_nodes: 2 | ||
cluster_manager_nodes: 0 | ||
- cluster_name: follower | ||
data_nodes: 2 | ||
cluster_manager_nodes: 0 | ||
test-configs: | ||
- with-security | ||
- without-security | ||
|
||
- name: geospatial | ||
integ-test: | ||
test-configs: | ||
- with-security | ||
- without-security | ||
|
||
- 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 | ||
|
||
- name: k-NN | ||
integ-test: | ||
test-configs: | ||
- with-security | ||
- without-security | ||
|
||
- name: ml-commons | ||
integ-test: | ||
test-configs: | ||
- with-security | ||
- without-security | ||
|
||
- name: neural-search | ||
integ-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 | ||
|
||
- name: opensearch-observability | ||
integ-test: | ||
test-configs: | ||
- with-security | ||
- without-security | ||
bwc-test: | ||
test-configs: | ||
- with-security | ||
|
||
- name: opensearch-reports | ||
integ-test: | ||
test-configs: | ||
- with-security | ||
- without-security | ||
|
||
- name: security | ||
integ-test: | ||
test-configs: | ||
- with-security | ||
|
||
- name: security-analytics | ||
integ-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 | ||
plugins.query.datasources.encryption.masterkey: 4fc8fee6a3fd7d6ca01772e5 | ||
bwc-test: | ||
test-configs: | ||
- with-security | ||
|
||
- name: custom-codecs | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,207 @@ | ||
schema-version: "1.0" | ||
Check failure on line 1 in manifests/2.11.1-ee2/opensearch-2.11.1-ee2.yml GitHub Actions / yaml-lint
|
||
build: | ||
name: OpenSearch | ||
version: 2.11.1 | ||
qualifier: ee2 | ||
ci: | ||
image: | ||
name: opensearchstaging/ci-runner:ci-runner-centos7-opensearch-build-v3 | ||
args: -e JAVA_HOME=/opt/java/openjdk-17 | ||
components: | ||
- name: OpenSearch | ||
repository: https://github.com/eliatra-opensearch-enterprise-distro/OpenSearch.git | ||
ref: 2.11.x-ee | ||
checks: | ||
- gradle:publish | ||
- gradle:properties:version | ||
# eliatra plugins | ||
- name: cloud-lock | ||
repository: https://github.com/eliatra-opensearch-enterprise-distro/cloud-lock.git | ||
ref: main | ||
platforms: | ||
- linux | ||
- windows | ||
checks: | ||
- gradle:properties:version | ||
- gradle:dependencies:opensearch.version | ||
# - name: common-utils | ||
# repository: https://github.com/eliatra-opensearch-enterprise-distro/common-utils.git | ||
# ref: 2.11.x-ee | ||
# platforms: | ||
# - linux | ||
# - windows | ||
# checks: | ||
# - gradle:publish | ||
# - gradle:properties:version | ||
# - name: job-scheduler | ||
# repository: https://github.com/eliatra-opensearch-enterprise-distro/job-scheduler.git | ||
# ref: 2.11.x-ee | ||
# platforms: | ||
# - linux | ||
# - windows | ||
# checks: | ||
# - gradle:properties:version | ||
# - gradle:dependencies:opensearch.version | ||
# - name: security | ||
# repository: https://github.com/eliatra-opensearch-enterprise-distro/security.git | ||
# ref: 2.11.x-ee | ||
# platforms: | ||
# - linux | ||
# - windows | ||
# - name: k-NN | ||
# repository: https://github.com/eliatra-opensearch-enterprise-distro/k-NN.git | ||
# ref: 2.11.x-ee | ||
# platforms: | ||
# - linux | ||
# - windows | ||
# checks: | ||
# - gradle:properties:version | ||
# - gradle:dependencies:opensearch.version | ||
# - name: geospatial | ||
# repository: https://github.com/eliatra-opensearch-enterprise-distro/geospatial.git | ||
# ref: 2.11.x-ee | ||
# platforms: | ||
# - linux | ||
# - windows | ||
# checks: | ||
# - gradle:properties:version | ||
# - gradle:dependencies:opensearch.version | ||
# - name: cross-cluster-replication | ||
# repository: https://github.com/eliatra-opensearch-enterprise-distro/cross-cluster-replication.git | ||
# ref: 2.11.x-ee | ||
# platforms: | ||
# - linux | ||
# - windows | ||
# checks: | ||
# - gradle:properties:version | ||
# - gradle:dependencies:opensearch.version | ||
# - name: ml-commons | ||
# repository: https://github.com/eliatra-opensearch-enterprise-distro/ml-commons.git | ||
# ref: 2.11.x-ee | ||
# platforms: | ||
# - linux | ||
# - windows | ||
# checks: | ||
# - gradle:properties:version | ||
# - gradle:dependencies:opensearch.version: opensearch-ml-plugin | ||
# - name: neural-search | ||
# repository: https://github.com/eliatra-opensearch-enterprise-distro/neural-search.git | ||
# ref: 2.11.x-ee | ||
# platforms: | ||
# - linux | ||
# - windows | ||
# checks: | ||
# - gradle:properties:version | ||
# - gradle:dependencies:opensearch.version | ||
# - name: notifications-core | ||
# repository: https://github.com/eliatra-opensearch-enterprise-distro/notifications.git | ||
# ref: 2.11.x-ee | ||
# platforms: | ||
# - linux | ||
# - windows | ||
# working_directory: notifications | ||
# checks: | ||
# - gradle:properties:version | ||
# - gradle:dependencies:opensearch.version: opensearch-notifications-core | ||
# - name: notifications | ||
# repository: https://github.com/eliatra-opensearch-enterprise-distro/notifications.git | ||
# ref: 2.11.x-ee | ||
# platforms: | ||
# - linux | ||
# - windows | ||
# working_directory: notifications | ||
# checks: | ||
# - gradle:properties:version | ||
# - gradle:dependencies:opensearch.version: notifications | ||
# - name: opensearch-observability | ||
# repository: https://github.com/eliatra-opensearch-enterprise-distro/observability.git | ||
# ref: 2.11.x-ee | ||
# platforms: | ||
# - linux | ||
# - windows | ||
# checks: | ||
# - gradle:properties:version | ||
# - gradle:dependencies:opensearch.version | ||
# - name: opensearch-reports | ||
# repository: https://github.com/eliatra-opensearch-enterprise-distro/reporting.git | ||
# ref: 2.11.x-ee | ||
# platforms: | ||
# - linux | ||
# - windows | ||
# checks: | ||
# - gradle:properties:version | ||
# - gradle:dependencies:opensearch.version | ||
# - name: sql | ||
# repository: https://github.com/eliatra-opensearch-enterprise-distro/sql.git | ||
# ref: 2.11.x-ee | ||
# platforms: | ||
# - linux | ||
# - windows | ||
# checks: | ||
# - gradle:properties:version | ||
# - gradle:dependencies:opensearch.version: opensearch-sql-plugin | ||
# - name: asynchronous-search | ||
# repository: https://github.com/eliatra-opensearch-enterprise-distro/asynchronous-search.git | ||
# ref: 2.11.x-ee | ||
# platforms: | ||
# - linux | ||
# - windows | ||
# checks: | ||
# - gradle:properties:version | ||
# - gradle:dependencies:opensearch.version | ||
# - name: anomaly-detection | ||
# repository: https://github.com/eliatra-opensearch-enterprise-distro/anomaly-detection.git | ||
# ref: 2.11.x-ee | ||
# platforms: | ||
# - linux | ||
# - windows | ||
# checks: | ||
# - gradle:properties:version | ||
# - gradle:dependencies:opensearch.version | ||
# - name: alerting | ||
# repository: https://github.com/eliatra-opensearch-enterprise-distro/alerting.git | ||
# ref: 2.11.x-ee | ||
# platforms: | ||
# - linux | ||
# - windows | ||
# checks: | ||
# - gradle:properties:version | ||
# - gradle:dependencies:opensearch.version: alerting | ||
# - name: security-analytics | ||
# repository: https://github.com/eliatra-opensearch-enterprise-distro/security-analytics.git | ||
# ref: 2.11.x-ee | ||
# platforms: | ||
# - linux | ||
# - windows | ||
# checks: | ||
# - gradle:properties:version | ||
# - name: index-management | ||
# repository: https://github.com/eliatra-opensearch-enterprise-distro/index-management.git | ||
# ref: 2.11.x-ee | ||
# platforms: | ||
# - linux | ||
# - windows | ||
# checks: | ||
# - gradle:properties:version | ||
# - name: performance-analyzer | ||
# repository: https://github.com/eliatra-opensearch-enterprise-distro/performance-analyzer.git | ||
# ref: 2.11.x-ee | ||
# platforms: | ||
# - linux | ||
# checks: | ||
# - gradle:properties:version | ||
# - gradle:dependencies:opensearch.version | ||
# - name: custom-codecs | ||
# repository: https://github.com/eliatra-opensearch-enterprise-distro/custom-codecs.git | ||
# ref: 2.11.x-ee | ||
# platforms: | ||
# - linux | ||
# - windows | ||
# checks: | ||
# - gradle:properties:version | ||
# - gradle:dependencies:opensearch.version | ||
|
||
|
||
|
||
# external plugins like https://github.com/Aiven-Open/prometheus-exporter-plugin-for-opensearch | ||
#./bin/opensearch-plugin install https://github.com/aiven/prometheus-exporter-plugin-for-opensearch/releases/download/2.13.0.0/prometheus-exporter-2.13.0.0.zip | ||
Check warning on line 207 in manifests/2.11.1-ee2/opensearch-2.11.1-ee2.yml GitHub Actions / yaml-lint
|
Oops, something went wrong.