Skip to content

Commit

Permalink
Update manifests
Browse files Browse the repository at this point in the history
Signed-off-by: opensearch-ci <[email protected]>
  • Loading branch information
opensearch-ci-bot committed Sep 24, 2024
1 parent 4aa74af commit c65f60f
Show file tree
Hide file tree
Showing 3 changed files with 153 additions and 0 deletions.
1 change: 1 addition & 0 deletions jenkins/check-for-build.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ pipeline {
}
triggers {
parameterizedCron '''
H 1 * * * %INPUT_MANIFEST=2.17.1/opensearch-dashboards-2.17.1.yml;TARGET_JOB_NAME=distribution-build-opensearch-dashboards;BUILD_PLATFORM=linux windows;BUILD_DISTRIBUTION=tar rpm deb zip;TEST_MANIFEST=2.17.1/opensearch-dashboards-2.17.1-test.yml;TEST_PLATFORM=linux;TEST_DISTRIBUTION=tar
H 1 * * * %INPUT_MANIFEST=2.17.1/opensearch-2.17.1.yml;TARGET_JOB_NAME=distribution-build-opensearch;BUILD_PLATFORM=linux windows;BUILD_DISTRIBUTION=tar rpm deb zip
H 1 * * * %INPUT_MANIFEST=2.18.0/opensearch-2.18.0.yml;TARGET_JOB_NAME=distribution-build-opensearch;BUILD_PLATFORM=linux windows;BUILD_DISTRIBUTION=tar rpm deb zip;TEST_MANIFEST=2.18.0/opensearch-2.18.0-test.yml;TEST_PLATFORM=linux;TEST_DISTRIBUTION=tar
H 1 * * * %INPUT_MANIFEST=2.18.0/opensearch-dashboards-2.18.0.yml;TARGET_JOB_NAME=distribution-build-opensearch-dashboards;BUILD_PLATFORM=linux windows;BUILD_DISTRIBUTION=tar rpm deb zip;TEST_MANIFEST=2.18.0/opensearch-dashboards-2.18.0-test.yml;TEST_PLATFORM=linux;TEST_DISTRIBUTION=tar
Expand Down
95 changes: 95 additions & 0 deletions manifests/2.17.1/opensearch-dashboards-2.17.1-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,95 @@
---
schema-version: '1.0'
name: OpenSearch Dashboards
ci:
image:
name: opensearchstaging/ci-runner:ci-runner-rockylinux8-opensearch-dashboards-integtest-v4
components:
- name: OpenSearch-Dashboards
integ-test:
test-configs:
- with-security
- without-security
additional-cluster-configs:
vis_builder.enabled: true
data_source.enabled: true
savedObjects.maxImportPayloadBytes: 10485760
server.maxPayloadBytes: 1759977
logging.json: false
data.search.aggs.shardDelay.enabled: true
csp.warnLegacyBrowsers: false
ci-groups: 9
- name: alertingDashboards
integ-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: indexManagementDashboards
integ-test:
test-configs:
- with-security
- without-security
- name: observabilityDashboards
integ-test:
test-configs:
- with-security
- without-security
- name: queryWorkbenchDashboards
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: notificationsDashboards
integ-test:
test-configs:
- with-security
- without-security
- name: customImportMapDashboards
integ-test:
test-configs:
- with-security
- without-security
- name: searchRelevanceDashboards
integ-test:
test-configs:
- with-security
- without-security
- name: securityAnalyticsDashboards
integ-test:
test-configs:
- with-security
- without-security
- name: mlCommonsDashboards
integ-test:
test-configs:
- with-security
- without-security
additional-cluster-configs:
ml_commons_dashboards.enabled: true
- name: assistantDashboards
integ-test:
test-configs:
- with-security
- without-security
additional-cluster-configs:
assistant.chat.enabled: true
57 changes: 57 additions & 0 deletions manifests/2.17.1/opensearch-dashboards-2.17.1.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
---
schema-version: '1.1'
build:
name: OpenSearch Dashboards
version: 2.17.1
ci:
image:
name: opensearchstaging/ci-runner:ci-runner-almalinux8-opensearch-dashboards-build-v1
components:
- name: OpenSearch-Dashboards
repository: https://github.com/opensearch-project/OpenSearch-Dashboards.git
ref: '2.17'
- name: functionalTestDashboards
repository: https://github.com/opensearch-project/opensearch-dashboards-functional-test.git
ref: '2.17'
- name: observabilityDashboards
repository: https://github.com/opensearch-project/dashboards-observability.git
ref: '2.17'
- name: reportsDashboards
repository: https://github.com/opensearch-project/dashboards-reporting.git
ref: '2.17'
- name: ganttChartDashboards
repository: https://github.com/opensearch-project/dashboards-visualizations.git
ref: '2.17'
- name: queryWorkbenchDashboards
repository: https://github.com/opensearch-project/dashboards-query-workbench.git
ref: '2.17'
- name: customImportMapDashboards
repository: https://github.com/opensearch-project/dashboards-maps.git
ref: '2.17'
- name: anomalyDetectionDashboards
repository: https://github.com/opensearch-project/anomaly-detection-dashboards-plugin.git
ref: '2.17'
- name: mlCommonsDashboards
repository: https://github.com/opensearch-project/ml-commons-dashboards.git
ref: '2.17'
- name: indexManagementDashboards
repository: https://github.com/opensearch-project/index-management-dashboards-plugin.git
ref: '2.17'
- name: notificationsDashboards
repository: https://github.com/opensearch-project/dashboards-notifications.git
ref: '2.17'
- name: alertingDashboards
repository: https://github.com/opensearch-project/alerting-dashboards-plugin.git
ref: '2.17'
- name: securityAnalyticsDashboards
repository: https://github.com/opensearch-project/security-analytics-dashboards-plugin.git
ref: '2.17'
- name: securityDashboards
repository: https://github.com/opensearch-project/security-dashboards-plugin.git
ref: '2.17'
- name: searchRelevanceDashboards
repository: https://github.com/opensearch-project/dashboards-search-relevance.git
ref: '2.17'
- name: assistantDashboards
repository: https://github.com/opensearch-project/dashboards-assistant.git
ref: '2.17'

0 comments on commit c65f60f

Please sign in to comment.