Skip to content

Commit 6eba98d

Browse files
[AUTO] Update input manifests (#5519)
Signed-off-by: opensearch-ci <[email protected]> Signed-off-by: Sayali Gaikawad <[email protected]> Co-authored-by: Sayali Gaikawad <[email protected]>
1 parent d37ce6c commit 6eba98d

File tree

5 files changed

+163
-0
lines changed

5 files changed

+163
-0
lines changed

.github/workflows/os-increment-plugin-versions.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
- '3.0'
5757
- '2.19'
5858
- 'main'
59+
- '3.1'
5960
exclude:
6061
- {entry: {repo: geospatial}, branch: '1.3'}
6162
- {entry: {repo: neural-search}, branch: '1.3'}

.github/workflows/osd-increment-plugin-versions.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
- 'main'
4747
- '3.0'
4848
- '2.19'
49+
- '3.1'
4950
steps:
5051
- name: Check out OpenSearch Dashboards repo
5152
uses: actions/checkout@v4

jenkins/check-for-build.jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ pipeline {
2323
}
2424
triggers {
2525
parameterizedCron '''
26+
H 1 * * * %INPUT_MANIFEST=3.1.0/opensearch-dashboards-3.1.0.yml;TARGET_JOB_NAME=distribution-build-opensearch-dashboards;BUILD_PLATFORM=linux windows;BUILD_DISTRIBUTION=tar rpm deb zip;TEST_MANIFEST=3.1.0/opensearch-dashboards-3.1.0-test.yml;TEST_PLATFORM=linux;TEST_DISTRIBUTION=tar
2627
H 1 * * * %INPUT_MANIFEST=2.19.3/opensearch-2.19.3.yml;TARGET_JOB_NAME=distribution-build-opensearch;BUILD_PLATFORM=linux windows;BUILD_DISTRIBUTION=tar rpm deb zip;TEST_MANIFEST=2.19.3/opensearch-2.19.3-test.yml;TEST_PLATFORM=linux;TEST_DISTRIBUTION=tar
2728
H 1 * * * %INPUT_MANIFEST=3.1.0/opensearch-3.1.0.yml;TARGET_JOB_NAME=distribution-build-opensearch;BUILD_PLATFORM=linux windows;BUILD_DISTRIBUTION=tar rpm deb zip;TEST_MANIFEST=3.1.0/opensearch-3.1.0-test.yml;TEST_PLATFORM=linux;TEST_DISTRIBUTION=tar
2829
'''
Lines changed: 100 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,100 @@
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: indexManagementDashboards
33+
integ-test:
34+
test-configs:
35+
- with-security
36+
- without-security
37+
- name: observabilityDashboards
38+
integ-test:
39+
test-configs:
40+
- with-security
41+
- without-security
42+
- name: queryWorkbenchDashboards
43+
integ-test:
44+
test-configs:
45+
- with-security
46+
- without-security
47+
- name: reportsDashboards
48+
integ-test:
49+
test-configs:
50+
- with-security
51+
- without-security
52+
- name: securityDashboards
53+
integ-test:
54+
test-configs:
55+
- with-security
56+
- without-security
57+
- name: notificationsDashboards
58+
integ-test:
59+
test-configs:
60+
- with-security
61+
- without-security
62+
- name: customImportMapDashboards
63+
integ-test:
64+
test-configs:
65+
- with-security
66+
- without-security
67+
- name: searchRelevanceDashboards
68+
integ-test:
69+
test-configs:
70+
- with-security
71+
- without-security
72+
- name: securityAnalyticsDashboards
73+
integ-test:
74+
test-configs:
75+
- with-security
76+
- without-security
77+
- name: mlCommonsDashboards
78+
integ-test:
79+
test-configs:
80+
- with-security
81+
- without-security
82+
additional-cluster-configs:
83+
ml_commons_dashboards.enabled: true
84+
- name: assistantDashboards
85+
integ-test:
86+
test-configs:
87+
- with-security
88+
- without-security
89+
additional-cluster-configs:
90+
assistant.chat.enabled: true
91+
- name: flowFrameworkDashboards
92+
integ-test:
93+
test-configs:
94+
- with-security
95+
- without-security
96+
- name: queryInsightsDashboards
97+
integ-test:
98+
test-configs:
99+
- with-security
100+
- without-security
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
---
2+
schema-version: '1.1'
3+
build:
4+
name: OpenSearch Dashboards
5+
version: 3.1.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: main
13+
- name: functionalTestDashboards
14+
repository: https://github.com/opensearch-project/opensearch-dashboards-functional-test.git
15+
ref: main
16+
- name: observabilityDashboards
17+
repository: https://github.com/opensearch-project/dashboards-observability.git
18+
ref: main
19+
- name: reportsDashboards
20+
repository: https://github.com/opensearch-project/dashboards-reporting.git
21+
ref: main
22+
- name: queryWorkbenchDashboards
23+
repository: https://github.com/opensearch-project/dashboards-query-workbench.git
24+
ref: main
25+
- name: customImportMapDashboards
26+
repository: https://github.com/opensearch-project/dashboards-maps.git
27+
ref: main
28+
- name: anomalyDetectionDashboards
29+
repository: https://github.com/opensearch-project/anomaly-detection-dashboards-plugin.git
30+
ref: main
31+
- name: mlCommonsDashboards
32+
repository: https://github.com/opensearch-project/ml-commons-dashboards.git
33+
ref: main
34+
- name: indexManagementDashboards
35+
repository: https://github.com/opensearch-project/index-management-dashboards-plugin.git
36+
ref: main
37+
- name: notificationsDashboards
38+
repository: https://github.com/opensearch-project/dashboards-notifications.git
39+
ref: main
40+
- name: alertingDashboards
41+
repository: https://github.com/opensearch-project/alerting-dashboards-plugin.git
42+
ref: main
43+
- name: securityAnalyticsDashboards
44+
repository: https://github.com/opensearch-project/security-analytics-dashboards-plugin.git
45+
ref: main
46+
- name: securityDashboards
47+
repository: https://github.com/opensearch-project/security-dashboards-plugin.git
48+
ref: main
49+
- name: searchRelevanceDashboards
50+
repository: https://github.com/opensearch-project/dashboards-search-relevance.git
51+
ref: main
52+
- name: assistantDashboards
53+
repository: https://github.com/opensearch-project/dashboards-assistant.git
54+
ref: main
55+
- name: flowFrameworkDashboards
56+
repository: https://github.com/opensearch-project/dashboards-flow-framework.git
57+
ref: main
58+
- name: queryInsightsDashboards
59+
repository: https://github.com/opensearch-project/query-insights-dashboards.git
60+
ref: main

0 commit comments

Comments
 (0)