diff --git a/manifests/2.0.0-rc1/opensearch-2.0.0-rc1-test.yml b/manifests/2.0.0-rc1/opensearch-2.0.0-rc1-test.yml new file mode 100644 index 0000000000..4d390c9b93 --- /dev/null +++ b/manifests/2.0.0-rc1/opensearch-2.0.0-rc1-test.yml @@ -0,0 +1,78 @@ +--- +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-17 +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: notifications + working-directory: notifications + 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 + + - name: k-NN + integ-test: + test-configs: + - with-security + - without-security + + - name: dashboards-reports + working-directory: reports-scheduler + integ-test: + test-configs: + - without-security + + - name: opensearch-observability + working-directory: opensearch-observability + integ-test: + test-configs: + - without-security + + - name: ml-commons + integ-test: + test-configs: + - with-security + - without-security diff --git a/manifests/2.0.0-rc1/opensearch-2.0.0-rc1.yml b/manifests/2.0.0-rc1/opensearch-2.0.0-rc1.yml new file mode 100644 index 0000000000..42965e08a7 --- /dev/null +++ b/manifests/2.0.0-rc1/opensearch-2.0.0-rc1.yml @@ -0,0 +1,117 @@ +--- +schema-version: '1.0' +ci: + image: + name: opensearchstaging/ci-runner:ci-runner-centos7-opensearch-build-v2 + args: -e JAVA_HOME=/opt/java/openjdk-17 +build: + name: OpenSearch + version: 2.0.0 + qualifier: rc1 +components: + - name: OpenSearch + ref: tags/2.0.0-rc1 + repository: https://github.com/opensearch-project/OpenSearch.git + checks: + - gradle:publish + - gradle:properties:version + - name: common-utils + repository: https://github.com/opensearch-project/common-utils.git + ref: tags/2.0.0.0-rc1 + checks: + - gradle:publish + - gradle:properties:version + - name: job-scheduler + repository: https://github.com/opensearch-project/job-scheduler.git + ref: tags/2.0.0.0-rc1 + checks: + - gradle:properties:version + - gradle:dependencies:opensearch.version + - name: ml-commons + repository: https://github.com/opensearch-project/ml-commons.git + ref: tags/2.0.0.0-rc1 + checks: + - gradle:properties:version + - gradle:dependencies:opensearch.version: opensearch-ml-plugin + - name: k-NN + repository: https://github.com/opensearch-project/k-NN.git + ref: tags/2.0.0.0-rc1 + platforms: + - darwin + - linux + checks: + - gradle:properties:version + - gradle:dependencies:opensearch.version + - name: notifications-core + repository: https://github.com/opensearch-project/notifications.git + ref: tags/2.0.0.0-rc1 + working_directory: notifications + checks: + - gradle:properties:version + - gradle:dependencies:opensearch.version: opensearch-notifications-core + - name: notifications + repository: https://github.com/opensearch-project/notifications.git + ref: tags/2.0.0.0-rc1 + working_directory: notifications + checks: + - gradle:properties:version + - gradle:dependencies:opensearch.version: notifications + - name: alerting + repository: https://github.com/opensearch-project/alerting.git + ref: tags/2.0.0.0-rc1 + checks: + - gradle:properties:version + - gradle:dependencies:opensearch.version: alerting + - name: index-management + repository: https://github.com/opensearch-project/index-management.git + ref: tags/2.0.0.0-rc1 + checks: + - gradle:properties:version + - gradle:dependencies:opensearch.version + - name: anomaly-detection + repository: https://github.com/opensearch-project/anomaly-detection.git + ref: tags/2.0.0.0-rc1 + checks: + - gradle:properties:version + - gradle:dependencies:opensearch.version + - name: asynchronous-search + repository: https://github.com/opensearch-project/asynchronous-search.git + ref: tags/2.0.0.0-rc1 + checks: + - gradle:properties:version + - gradle:dependencies:opensearch.version + - name: sql + repository: https://github.com/opensearch-project/sql.git + ref: tags/2.0.0.0-rc1 + checks: + - gradle:properties:version + - gradle:dependencies:opensearch.version: plugin + - name: opensearch-observability + repository: https://github.com/opensearch-project/observability + ref: tags/2.0.0.0-rc1 + working_directory: opensearch-observability + checks: + - gradle:properties:version + - gradle:dependencies:opensearch.version + - name: dashboards-reports + repository: https://github.com/opensearch-project/dashboards-reports.git + ref: tags/2.0.0.0-rc1 + working_directory: reports-scheduler + checks: + - gradle:properties:version + - gradle:dependencies:opensearch.version + - name: security + repository: https://github.com/opensearch-project/security.git + ref: tags/2.0.0.0-rc1 + - name: cross-cluster-replication + repository: https://github.com/opensearch-project/cross-cluster-replication.git + ref: tags/2.0.0.0-rc1 + checks: + - gradle:properties:version + - gradle:dependencies:opensearch.version + - name: performance-analyzer + repository: https://github.com/opensearch-project/performance-analyzer.git + ref: tags/2.0.0.0-rc1 + checks: + - gradle:properties:version + - gradle:dependencies:opensearch.version diff --git a/manifests/2.0.0-rc1/opensearch-dashboards-2.0.0-rc1-test.yml b/manifests/2.0.0-rc1/opensearch-dashboards-2.0.0-rc1-test.yml new file mode 100644 index 0000000000..3ad90cc802 --- /dev/null +++ b/manifests/2.0.0-rc1/opensearch-dashboards-2.0.0-rc1-test.yml @@ -0,0 +1,17 @@ +--- +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: functionalTestDashboards + integ-test: + test-configs: + - with-security + - without-security diff --git a/manifests/2.0.0-rc1/opensearch-dashboards-2.0.0-rc1.yml b/manifests/2.0.0-rc1/opensearch-dashboards-2.0.0-rc1.yml new file mode 100644 index 0000000000..c0acf021e3 --- /dev/null +++ b/manifests/2.0.0-rc1/opensearch-dashboards-2.0.0-rc1.yml @@ -0,0 +1,50 @@ +--- +schema-version: '1.0' +build: + name: OpenSearch Dashboards + version: 2.0.0 + qualifier: rc1 +ci: + image: + name: opensearchstaging/ci-runner:ci-runner-centos7-opensearch-dashboards-build-v2 +components: + - name: OpenSearch-Dashboards + ref: tags/2.0.0-rc1 + repository: https://github.com/opensearch-project/OpenSearch-Dashboards.git + checks: + - npm:package:version + - name: functionalTestDashboards + repository: https://github.com/opensearch-project/opensearch-dashboards-functional-test.git + ref: main + - name: queryWorkbenchDashboards + repository: https://github.com/opensearch-project/sql.git + working_directory: workbench + ref: tags/2.0.0.0-rc1 + - name: observabilityDashboards + repository: https://github.com/opensearch-project/observability.git + working_directory: dashboards-observability + ref: tags/2.0.0.0-rc1 + - name: ganttChartDashboards + repository: https://github.com/opensearch-project/dashboards-visualizations.git + working_directory: gantt-chart + ref: tags/2.0.0.0-rc1 + - name: reportsDashboards + repository: https://github.com/opensearch-project/dashboards-reports.git + working_directory: dashboards-reports + ref: tags/2.0.0.0-rc1 + - name: indexManagementDashboards + repository: https://github.com/opensearch-project/index-management-dashboards-plugin.git + ref: tags/2.0.0.0-rc1 + - name: alertingDashboards + repository: https://github.com/opensearch-project/alerting-dashboards-plugin.git + ref: tags/2.0.0.0-rc1 + - name: securityDashboards + repository: https://github.com/opensearch-project/security-dashboards-plugin.git + ref: tags/2.0.0.0-rc1 + - name: anomalyDetectionDashboards + repository: https://github.com/opensearch-project/anomaly-detection-dashboards-plugin + ref: tags/2.0.0.0-rc1 + - name: notificationsDashboards + repository: https://github.com/opensearch-project/notifications.git + working_directory: dashboards-notifications + ref: tags/2.0.0.0-rc1 diff --git a/manifests/2.0.0/opensearch-2.0.0.yml b/manifests/2.0.0/opensearch-2.0.0.yml index 3fb8f2f88e..721a40da14 100644 --- a/manifests/2.0.0/opensearch-2.0.0.yml +++ b/manifests/2.0.0/opensearch-2.0.0.yml @@ -7,7 +7,6 @@ ci: build: name: OpenSearch version: 2.0.0 - qualifier: rc1 components: - name: OpenSearch ref: '2.0' diff --git a/manifests/2.0.0/opensearch-dashboards-2.0.0.yml b/manifests/2.0.0/opensearch-dashboards-2.0.0.yml index 176c95f817..5fda6a0d41 100644 --- a/manifests/2.0.0/opensearch-dashboards-2.0.0.yml +++ b/manifests/2.0.0/opensearch-dashboards-2.0.0.yml @@ -3,7 +3,6 @@ schema-version: '1.0' build: name: OpenSearch Dashboards version: 2.0.0 - qualifier: rc1 ci: image: name: opensearchstaging/ci-runner:ci-runner-centos7-opensearch-dashboards-build-v2