Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
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=3.3.0/opensearch-dashboards-3.3.0.yml;TARGET_JOB_NAME=distribution-build-opensearch-dashboards;BUILD_PLATFORM=linux windows;BUILD_DISTRIBUTION=tar rpm deb zip;TEST_MANIFEST=3.3.0/opensearch-dashboards-3.3.0-test.yml;TEST_PLATFORM=linux;TEST_DISTRIBUTION=tar;UPDATE_GITHUB_ISSUE=false
Copy link
Member

@gaiksaya gaiksaya Aug 25, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added UPDATE_GITHUB_ISSUE=false I believe it is better to enable once we are close to the release.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you update check-for-build to have this parameter available?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Via automation: NO! Will add this once this is functional. Just worried we might forget to remove this and then maintainers might complain about the failures not being reported. WDYT?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can revisit this later. Removing it for now. Creating issues because version increment is not merged might also force people to take action.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, thanks.

H 1 * * * %INPUT_MANIFEST=3.3.0/opensearch-3.3.0.yml;TARGET_JOB_NAME=distribution-build-opensearch;BUILD_PLATFORM=linux windows;BUILD_DISTRIBUTION=tar rpm deb zip
'''
}
Expand Down
115 changes: 115 additions & 0 deletions manifests/3.3.0/opensearch-dashboards-3.3.0-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,115 @@
---
schema-version: '1.1'
name: OpenSearch Dashboards
ci:
image:
linux:
tar:
name: opensearchstaging/ci-runner:ci-runner-almalinux8-opensearch-dashboards-integtest-v1
args: -u 1000 --cpus 4 -m 16g -e BROWSER_PATH=electron
deb:
name: opensearchstaging/ci-runner:ci-runner-ubuntu2404-systemd-base-integtest-v1
args: --entrypoint=/usr/lib/systemd/systemd -u root --privileged -v /sys/fs/cgroup:/sys/fs/cgroup:rw
--cgroupns=host --cpus 4 -m 16g -e BROWSER_PATH=electron
rpm:
name: opensearchstaging/ci-runner:ci-runner-almalinux8-systemd-base-integtest-v1
args: --entrypoint=/usr/lib/systemd/systemd -u root --privileged -v /sys/fs/cgroup:/sys/fs/cgroup:rw
--cgroupns=host --cpus 4 -m 16g -e BROWSER_PATH=electron
windows:
zip:
name: opensearchstaging/ci-runner:ci-runner-windows2019-opensearch-build-v1
args: -u ContainerAdministrator
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: 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
- name: flowFrameworkDashboards
integ-test:
test-configs:
- with-security
- without-security
- name: queryInsightsDashboards
integ-test:
test-configs:
- with-security
- without-security
69 changes: 69 additions & 0 deletions manifests/3.3.0/opensearch-dashboards-3.3.0.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
---
schema-version: '1.2'
build:
name: OpenSearch Dashboards
version: 3.3.0
ci:
image:
linux:
tar:
name: opensearchstaging/ci-runner:ci-runner-almalinux8-opensearch-dashboards-build-v1
deb:
name: opensearchstaging/ci-runner:ci-runner-ubuntu2404-opensearch-build-v1
rpm:
name: opensearchstaging/ci-runner:ci-runner-almalinux8-opensearch-build-v1
windows:
zip:
name: opensearchstaging/ci-runner:ci-runner-windows2019-opensearch-build-v1
components:
- name: OpenSearch-Dashboards
repository: https://github.com/opensearch-project/OpenSearch-Dashboards.git
ref: main
- name: functionalTestDashboards
repository: https://github.com/opensearch-project/opensearch-dashboards-functional-test.git
ref: main
- name: observabilityDashboards
repository: https://github.com/opensearch-project/dashboards-observability.git
ref: main
- name: reportsDashboards
repository: https://github.com/opensearch-project/dashboards-reporting.git
ref: main
- name: queryWorkbenchDashboards
repository: https://github.com/opensearch-project/dashboards-query-workbench.git
ref: main
- name: customImportMapDashboards
repository: https://github.com/opensearch-project/dashboards-maps.git
ref: main
- name: anomalyDetectionDashboards
repository: https://github.com/opensearch-project/anomaly-detection-dashboards-plugin.git
ref: main
- name: mlCommonsDashboards
repository: https://github.com/opensearch-project/ml-commons-dashboards.git
ref: main
- name: indexManagementDashboards
repository: https://github.com/opensearch-project/index-management-dashboards-plugin.git
ref: main
- name: notificationsDashboards
repository: https://github.com/opensearch-project/dashboards-notifications.git
ref: main
- name: alertingDashboards
repository: https://github.com/opensearch-project/alerting-dashboards-plugin.git
ref: main
- name: securityAnalyticsDashboards
repository: https://github.com/opensearch-project/security-analytics-dashboards-plugin.git
ref: main
- name: securityDashboards
repository: https://github.com/opensearch-project/security-dashboards-plugin.git
ref: main
- name: searchRelevanceDashboards
repository: https://github.com/opensearch-project/dashboards-search-relevance.git
ref: main
- name: assistantDashboards
repository: https://github.com/opensearch-project/dashboards-assistant.git
ref: main
- name: flowFrameworkDashboards
repository: https://github.com/opensearch-project/dashboards-flow-framework.git
ref: main
- name: queryInsightsDashboards
repository: https://github.com/opensearch-project/query-insights-dashboards.git
ref: main