Skip to content

Commit

Permalink
Change refs to tags in the manifests (#2073)
Browse files Browse the repository at this point in the history
* Change refs to tags in the manifests

Signed-off-by: Zelin Hao <[email protected]>

* Update the manifests for rc1

Signed-off-by: Zelin Hao <[email protected]>
  • Loading branch information
zelinh authored May 3, 2022
1 parent e2589da commit adccbd9
Show file tree
Hide file tree
Showing 6 changed files with 262 additions and 2 deletions.
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

0 comments on commit adccbd9

Please sign in to comment.