Skip to content

Commit f2c680b

Browse files
[AUTO] Update input manifests (#5330)
Signed-off-by: opensearch-ci <opensearch-infra@amazon.com>
1 parent 4fb0a6a commit f2c680b

File tree

3 files changed

+169
-0
lines changed

3 files changed

+169
-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.1/opensearch-dashboards-2.19.1.yml;TARGET_JOB_NAME=distribution-build-opensearch-dashboards;BUILD_PLATFORM=linux windows;BUILD_DISTRIBUTION=tar rpm deb zip;TEST_MANIFEST=2.19.1/opensearch-dashboards-2.19.1-test.yml;TEST_PLATFORM=linux;TEST_DISTRIBUTION=tar
2627
H 1 * * * %INPUT_MANIFEST=2.19.1/opensearch-2.19.1.yml;TARGET_JOB_NAME=distribution-build-opensearch;BUILD_PLATFORM=linux windows;BUILD_DISTRIBUTION=tar rpm deb zip;TEST_MANIFEST=2.19.1/opensearch-2.19.1-test.yml;TEST_PLATFORM=linux;TEST_DISTRIBUTION=tar
2728
H 1 * * * %INPUT_MANIFEST=2.20.0/opensearch-2.20.0.yml;TARGET_JOB_NAME=distribution-build-opensearch;BUILD_PLATFORM=linux windows;BUILD_DISTRIBUTION=tar rpm deb zip
2829
H 4 * * * %INPUT_MANIFEST=3.0.0-alpha1/opensearch-3.0.0-alpha1.yml;TARGET_JOB_NAME=distribution-build-opensearch;BUILD_PLATFORM=linux windows;BUILD_DISTRIBUTION=tar rpm deb zip
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,105 @@
1+
---
2+
schema-version: '1.0'
3+
name: OpenSearch Dashboards
4+
ci:
5+
image:
6+
name: opensearchstaging/ci-runner:ci-runner-almalinux8-opensearch-dashboards-integtest-v1
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
96+
- name: flowFrameworkDashboards
97+
integ-test:
98+
test-configs:
99+
- with-security
100+
- without-security
101+
- name: queryInsightsDashboards
102+
integ-test:
103+
test-configs:
104+
- with-security
105+
- without-security
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
---
2+
schema-version: '1.1'
3+
build:
4+
name: OpenSearch Dashboards
5+
version: 2.19.1
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.19'
13+
- name: functionalTestDashboards
14+
repository: https://github.com/opensearch-project/opensearch-dashboards-functional-test.git
15+
ref: '2.19'
16+
- name: observabilityDashboards
17+
repository: https://github.com/opensearch-project/dashboards-observability.git
18+
ref: '2.19'
19+
- name: reportsDashboards
20+
repository: https://github.com/opensearch-project/dashboards-reporting.git
21+
ref: '2.19'
22+
- name: ganttChartDashboards
23+
repository: https://github.com/opensearch-project/dashboards-visualizations.git
24+
ref: '2.19'
25+
- name: queryWorkbenchDashboards
26+
repository: https://github.com/opensearch-project/dashboards-query-workbench.git
27+
ref: '2.19'
28+
- name: customImportMapDashboards
29+
repository: https://github.com/opensearch-project/dashboards-maps.git
30+
ref: '2.19'
31+
- name: anomalyDetectionDashboards
32+
repository: https://github.com/opensearch-project/anomaly-detection-dashboards-plugin.git
33+
ref: '2.19'
34+
- name: mlCommonsDashboards
35+
repository: https://github.com/opensearch-project/ml-commons-dashboards.git
36+
ref: '2.19'
37+
- name: indexManagementDashboards
38+
repository: https://github.com/opensearch-project/index-management-dashboards-plugin.git
39+
ref: '2.19'
40+
- name: notificationsDashboards
41+
repository: https://github.com/opensearch-project/dashboards-notifications.git
42+
ref: '2.19'
43+
- name: alertingDashboards
44+
repository: https://github.com/opensearch-project/alerting-dashboards-plugin.git
45+
ref: '2.19'
46+
- name: securityAnalyticsDashboards
47+
repository: https://github.com/opensearch-project/security-analytics-dashboards-plugin.git
48+
ref: '2.19'
49+
- name: securityDashboards
50+
repository: https://github.com/opensearch-project/security-dashboards-plugin.git
51+
ref: '2.19'
52+
- name: searchRelevanceDashboards
53+
repository: https://github.com/opensearch-project/dashboards-search-relevance.git
54+
ref: '2.19'
55+
- name: assistantDashboards
56+
repository: https://github.com/opensearch-project/dashboards-assistant.git
57+
ref: '2.19'
58+
- name: flowFrameworkDashboards
59+
repository: https://github.com/opensearch-project/dashboards-flow-framework.git
60+
ref: '2.19'
61+
- name: queryInsightsDashboards
62+
repository: https://github.com/opensearch-project/query-insights-dashboards.git
63+
ref: '2.19'

0 commit comments

Comments
 (0)