Skip to content

Commit 36e6391

Browse files
[AUTO] Update input manifests (#5196)
Signed-off-by: opensearch-ci <opensearch-infra@amazon.com>
1 parent 14f0225 commit 36e6391

4 files changed

+154
-0
lines changed

jenkins/check-for-build.jenkinsfile

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ pipeline {
2323
}
2424
triggers {
2525
parameterizedCron '''
26+
H 1 * * * %INPUT_MANIFEST=2.19.0/opensearch-dashboards-2.19.0.yml;TARGET_JOB_NAME=distribution-build-opensearch-dashboards;BUILD_PLATFORM=linux windows;BUILD_DISTRIBUTION=tar rpm deb zip;TEST_MANIFEST=2.19.0/opensearch-dashboards-2.19.0-test.yml;TEST_PLATFORM=linux;TEST_DISTRIBUTION=tar
2627
H 1 * * * %INPUT_MANIFEST=2.18.1/opensearch-2.18.1.yml;TARGET_JOB_NAME=distribution-build-opensearch;BUILD_PLATFORM=linux windows;BUILD_DISTRIBUTION=tar rpm deb zip;TEST_MANIFEST=2.18.1/opensearch-2.18.1-test.yml;TEST_PLATFORM=linux;TEST_DISTRIBUTION=tar
2728
H 1/6 * * * %INPUT_MANIFEST=1.3.20/opensearch-dashboards-1.3.20.yml;TARGET_JOB_NAME=distribution-build-opensearch-dashboards;BUILD_PLATFORM=linux windows;BUILD_DISTRIBUTION=tar rpm deb zip;TEST_MANIFEST=1.3.20/opensearch-dashboards-1.3.20-test.yml;TEST_PLATFORM=linux;TEST_DISTRIBUTION=tar
2829
H 1 * * * %INPUT_MANIFEST=2.19.0/opensearch-2.19.0.yml;TARGET_JOB_NAME=distribution-build-opensearch;BUILD_PLATFORM=linux windows;BUILD_DISTRIBUTION=tar rpm deb zip;TEST_MANIFEST=2.19.0/opensearch-2.19.0-test.yml;TEST_PLATFORM=linux;TEST_DISTRIBUTION=tar

jenkins/integ-test-notification.jenkinsfile

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ pipeline {
2828
}
2929
triggers {
3030
parameterizedCron('''
31+
H */6 * * * %INPUT_MANIFEST=2.19.0/opensearch-dashboards-2.19.0.yml
3132
H */6 * * * %INPUT_MANIFEST=2.18.1/opensearch-2.18.1.yml
3233
H */6 * * * %INPUT_MANIFEST=1.3.20/opensearch-dashboards-1.3.20.yml
3334
H */6 * * * %INPUT_MANIFEST=2.19.0/opensearch-2.19.0.yml
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,95 @@
1+
---
2+
schema-version: '1.0'
3+
name: OpenSearch Dashboards
4+
ci:
5+
image:
6+
name: opensearchstaging/ci-runner:ci-runner-rockylinux8-opensearch-dashboards-integtest-v4
7+
components:
8+
- name: OpenSearch-Dashboards
9+
integ-test:
10+
test-configs:
11+
- with-security
12+
- without-security
13+
additional-cluster-configs:
14+
vis_builder.enabled: true
15+
data_source.enabled: true
16+
savedObjects.maxImportPayloadBytes: 10485760
17+
server.maxPayloadBytes: 1759977
18+
logging.json: false
19+
data.search.aggs.shardDelay.enabled: true
20+
csp.warnLegacyBrowsers: false
21+
ci-groups: 9
22+
- name: alertingDashboards
23+
integ-test:
24+
test-configs:
25+
- with-security
26+
- without-security
27+
- name: anomalyDetectionDashboards
28+
integ-test:
29+
test-configs:
30+
- with-security
31+
- without-security
32+
- name: ganttChartDashboards
33+
integ-test:
34+
test-configs:
35+
- with-security
36+
- without-security
37+
- name: indexManagementDashboards
38+
integ-test:
39+
test-configs:
40+
- with-security
41+
- without-security
42+
- name: observabilityDashboards
43+
integ-test:
44+
test-configs:
45+
- with-security
46+
- without-security
47+
- name: queryWorkbenchDashboards
48+
integ-test:
49+
test-configs:
50+
- with-security
51+
- without-security
52+
- name: reportsDashboards
53+
integ-test:
54+
test-configs:
55+
- with-security
56+
- without-security
57+
- name: securityDashboards
58+
integ-test:
59+
test-configs:
60+
- with-security
61+
- without-security
62+
- name: notificationsDashboards
63+
integ-test:
64+
test-configs:
65+
- with-security
66+
- without-security
67+
- name: customImportMapDashboards
68+
integ-test:
69+
test-configs:
70+
- with-security
71+
- without-security
72+
- name: searchRelevanceDashboards
73+
integ-test:
74+
test-configs:
75+
- with-security
76+
- without-security
77+
- name: securityAnalyticsDashboards
78+
integ-test:
79+
test-configs:
80+
- with-security
81+
- without-security
82+
- name: mlCommonsDashboards
83+
integ-test:
84+
test-configs:
85+
- with-security
86+
- without-security
87+
additional-cluster-configs:
88+
ml_commons_dashboards.enabled: true
89+
- name: assistantDashboards
90+
integ-test:
91+
test-configs:
92+
- with-security
93+
- without-security
94+
additional-cluster-configs:
95+
assistant.chat.enabled: true
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
---
2+
schema-version: '1.1'
3+
build:
4+
name: OpenSearch Dashboards
5+
version: 2.19.0
6+
ci:
7+
image:
8+
name: opensearchstaging/ci-runner:ci-runner-almalinux8-opensearch-dashboards-build-v1
9+
components:
10+
- name: OpenSearch-Dashboards
11+
repository: https://github.com/opensearch-project/OpenSearch-Dashboards.git
12+
ref: 2.x
13+
- name: functionalTestDashboards
14+
repository: https://github.com/opensearch-project/opensearch-dashboards-functional-test.git
15+
ref: 2.x
16+
- name: observabilityDashboards
17+
repository: https://github.com/opensearch-project/dashboards-observability.git
18+
ref: 2.x
19+
- name: reportsDashboards
20+
repository: https://github.com/opensearch-project/dashboards-reporting.git
21+
ref: 2.x
22+
- name: ganttChartDashboards
23+
repository: https://github.com/opensearch-project/dashboards-visualizations.git
24+
ref: 2.x
25+
- name: queryWorkbenchDashboards
26+
repository: https://github.com/opensearch-project/dashboards-query-workbench.git
27+
ref: 2.x
28+
- name: customImportMapDashboards
29+
repository: https://github.com/opensearch-project/dashboards-maps.git
30+
ref: 2.x
31+
- name: anomalyDetectionDashboards
32+
repository: https://github.com/opensearch-project/anomaly-detection-dashboards-plugin.git
33+
ref: 2.x
34+
- name: mlCommonsDashboards
35+
repository: https://github.com/opensearch-project/ml-commons-dashboards.git
36+
ref: 2.x
37+
- name: indexManagementDashboards
38+
repository: https://github.com/opensearch-project/index-management-dashboards-plugin.git
39+
ref: 2.x
40+
- name: notificationsDashboards
41+
repository: https://github.com/opensearch-project/dashboards-notifications.git
42+
ref: 2.x
43+
- name: alertingDashboards
44+
repository: https://github.com/opensearch-project/alerting-dashboards-plugin.git
45+
ref: 2.x
46+
- name: securityAnalyticsDashboards
47+
repository: https://github.com/opensearch-project/security-analytics-dashboards-plugin.git
48+
ref: 2.x
49+
- name: securityDashboards
50+
repository: https://github.com/opensearch-project/security-dashboards-plugin.git
51+
ref: 2.x
52+
- name: searchRelevanceDashboards
53+
repository: https://github.com/opensearch-project/dashboards-search-relevance.git
54+
ref: 2.x
55+
- name: assistantDashboards
56+
repository: https://github.com/opensearch-project/dashboards-assistant.git
57+
ref: 2.x

0 commit comments

Comments
 (0)