Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change refs to tags in the manifests #2073

Merged
merged 2 commits into from
May 3, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
78 changes: 78 additions & 0 deletions manifests/2.0.0-rc1/opensearch-2.0.0-rc1-test.yml
Original file line number Diff line number Diff line change
@@ -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
117 changes: 117 additions & 0 deletions manifests/2.0.0-rc1/opensearch-2.0.0-rc1.yml
Original file line number Diff line number Diff line change
@@ -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
17 changes: 17 additions & 0 deletions manifests/2.0.0-rc1/opensearch-dashboards-2.0.0-rc1-test.yml
Original file line number Diff line number Diff line change
@@ -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
50 changes: 50 additions & 0 deletions manifests/2.0.0-rc1/opensearch-dashboards-2.0.0-rc1.yml
Original file line number Diff line number Diff line change
@@ -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
1 change: 0 additions & 1 deletion manifests/2.0.0/opensearch-2.0.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ ci:
build:
name: OpenSearch
version: 2.0.0
qualifier: rc1
components:
- name: OpenSearch
ref: '2.0'
Expand Down
1 change: 0 additions & 1 deletion manifests/2.0.0/opensearch-dashboards-2.0.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down