From 10ed7c785b8dfb07d7a3e3c577ffb354aa4b4cc3 Mon Sep 17 00:00:00 2001 From: opensearch-ci Date: Tue, 26 Aug 2025 01:03:38 +0000 Subject: [PATCH 1/3] Update manifests Signed-off-by: opensearch-ci --- jenkins/check-for-build.jenkinsfile | 1 + .../opensearch-dashboards-3.3.0-test.yml | 115 ++++++++++++++++++ .../3.3.0/opensearch-dashboards-3.3.0.yml | 69 +++++++++++ 3 files changed, 185 insertions(+) create mode 100644 manifests/3.3.0/opensearch-dashboards-3.3.0-test.yml create mode 100644 manifests/3.3.0/opensearch-dashboards-3.3.0.yml diff --git a/jenkins/check-for-build.jenkinsfile b/jenkins/check-for-build.jenkinsfile index df63069896..da98f5e6b0 100644 --- a/jenkins/check-for-build.jenkinsfile +++ b/jenkins/check-for-build.jenkinsfile @@ -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 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 ''' } diff --git a/manifests/3.3.0/opensearch-dashboards-3.3.0-test.yml b/manifests/3.3.0/opensearch-dashboards-3.3.0-test.yml new file mode 100644 index 0000000000..d68e518aa3 --- /dev/null +++ b/manifests/3.3.0/opensearch-dashboards-3.3.0-test.yml @@ -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 diff --git a/manifests/3.3.0/opensearch-dashboards-3.3.0.yml b/manifests/3.3.0/opensearch-dashboards-3.3.0.yml new file mode 100644 index 0000000000..ac55ab0f75 --- /dev/null +++ b/manifests/3.3.0/opensearch-dashboards-3.3.0.yml @@ -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 From ad2bf4ff912cf62475f3f727ac2d8adfce0e728b Mon Sep 17 00:00:00 2001 From: Sayali Gaikawad Date: Mon, 25 Aug 2025 19:56:38 -0700 Subject: [PATCH 2/3] Update check-for-build.jenkinsfile Signed-off-by: Sayali Gaikawad Signed-off-by: Sayali Gaikawad --- jenkins/check-for-build.jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins/check-for-build.jenkinsfile b/jenkins/check-for-build.jenkinsfile index da98f5e6b0..0fe0a06682 100644 --- a/jenkins/check-for-build.jenkinsfile +++ b/jenkins/check-for-build.jenkinsfile @@ -23,7 +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 + 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 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 ''' } From da1b665f66595e8462df19b08b04995986e68dd3 Mon Sep 17 00:00:00 2001 From: Sayali Gaikawad Date: Tue, 26 Aug 2025 12:11:40 -0700 Subject: [PATCH 3/3] Update check-for-build.jenkinsfile Signed-off-by: Sayali Gaikawad Signed-off-by: Sayali Gaikawad --- jenkins/check-for-build.jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins/check-for-build.jenkinsfile b/jenkins/check-for-build.jenkinsfile index 0fe0a06682..da98f5e6b0 100644 --- a/jenkins/check-for-build.jenkinsfile +++ b/jenkins/check-for-build.jenkinsfile @@ -23,7 +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 + 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 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 ''' }