Skip to content

Commit 60ca9ed

Browse files
[AUTO] Update input manifests (#5379)
Signed-off-by: opensearch-ci <opensearch-infra@amazon.com> Signed-off-by: Peter Zhu <zhujiaxi@amazon.com> Co-authored-by: Peter Zhu <zhujiaxi@amazon.com>
1 parent 8c02314 commit 60ca9ed

File tree

3 files changed

+387
-0
lines changed

3 files changed

+387
-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.2/opensearch-2.19.2.yml;TARGET_JOB_NAME=distribution-build-opensearch;BUILD_PLATFORM=linux windows;BUILD_DISTRIBUTION=tar rpm deb zip
2627
H 1 * * * %INPUT_MANIFEST=2.20.0/opensearch-dashboards-2.20.0.yml;TARGET_JOB_NAME=distribution-build-opensearch-dashboards;BUILD_PLATFORM=linux windows;BUILD_DISTRIBUTION=tar rpm deb zip;
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 6 * * * %INPUT_MANIFEST=3.0.0-beta1/opensearch-3.0.0-beta1.yml;TARGET_JOB_NAME=distribution-build-opensearch;BUILD_PLATFORM=linux windows;BUILD_DISTRIBUTION=tar rpm deb zip;UPDATE_GITHUB_ISSUE=false
+172
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,172 @@
1+
---
2+
schema-version: '1.0'
3+
name: OpenSearch
4+
ci:
5+
image:
6+
name: opensearchstaging/ci-runner:ci-runner-al2-opensearch-build-v1
7+
args: -e JAVA_HOME=/opt/java/openjdk-21
8+
components:
9+
- name: OpenSearch
10+
smoke-test:
11+
test-spec: opensearch.yml
12+
- name: alerting
13+
integ-test:
14+
test-configs:
15+
- with-security
16+
- without-security
17+
additional-cluster-configs:
18+
plugins.destination.host.deny_list:
19+
- 10.0.0.0/8
20+
- 127.0.0.1
21+
bwc-test:
22+
test-configs:
23+
- with-security
24+
- name: anomaly-detection
25+
integ-test:
26+
build-dependencies:
27+
- job-scheduler
28+
test-configs:
29+
- with-security
30+
- without-security
31+
bwc-test:
32+
test-configs:
33+
- with-security
34+
- name: flow-framework
35+
integ-test:
36+
test-configs:
37+
- with-security
38+
- without-security
39+
- name: asynchronous-search
40+
integ-test:
41+
test-configs:
42+
- with-security
43+
- without-security
44+
bwc-test:
45+
test-configs:
46+
- with-security
47+
- name: cross-cluster-replication
48+
integ-test:
49+
topology:
50+
- cluster_name: leader
51+
data_nodes: 2
52+
- cluster_name: follower
53+
data_nodes: 2
54+
test-configs:
55+
- with-security
56+
- without-security
57+
- name: geospatial
58+
integ-test:
59+
test-configs:
60+
- with-security
61+
- without-security
62+
- name: index-management
63+
integ-test:
64+
build-dependencies:
65+
- job-scheduler
66+
test-configs:
67+
- with-security
68+
- without-security
69+
additional-cluster-configs:
70+
path.repo:
71+
- /tmp
72+
bwc-test:
73+
test-configs:
74+
- with-security
75+
smoke-test:
76+
test-spec: index-management.yml
77+
- name: k-NN
78+
integ-test:
79+
test-configs:
80+
- with-security
81+
- without-security
82+
additional-cluster-configs:
83+
node.attr.knn_cb_tier: integ
84+
path.repo:
85+
- /tmp
86+
- C:\
87+
smoke-test:
88+
test-spec: k-NN.yml
89+
- name: ml-commons
90+
integ-test:
91+
test-configs:
92+
- with-security
93+
- without-security
94+
- name: opensearch-learning-to-rank-base
95+
integ-test:
96+
test-configs:
97+
- with-security
98+
- without-security
99+
- name: neural-search
100+
integ-test:
101+
test-configs:
102+
- with-security
103+
- without-security
104+
- name: notifications
105+
working-directory: notifications
106+
integ-test:
107+
test-configs:
108+
- with-security
109+
- without-security
110+
bwc-test:
111+
test-configs:
112+
- with-security
113+
- name: opensearch-observability
114+
integ-test:
115+
test-configs:
116+
- with-security
117+
- without-security
118+
bwc-test:
119+
test-configs:
120+
- with-security
121+
- name: opensearch-reports
122+
integ-test:
123+
test-configs:
124+
- with-security
125+
- without-security
126+
- name: security
127+
integ-test:
128+
test-configs:
129+
- with-security
130+
smoke-test:
131+
test-spec: security.yml
132+
- name: security-analytics
133+
integ-test:
134+
test-configs:
135+
- with-security
136+
- without-security
137+
- name: sql
138+
integ-test:
139+
test-configs:
140+
- with-security
141+
- without-security
142+
additional-cluster-configs:
143+
script.context.field.max_compilations_rate: 1000/1m
144+
plugins.query.datasources.encryption.masterkey: 4fc8fee6a3fd7d6ca01772e5
145+
bwc-test:
146+
test-configs:
147+
- with-security
148+
smoke-test:
149+
test-spec: sql.yml
150+
- name: custom-codecs
151+
integ-test:
152+
test-configs:
153+
- with-security
154+
- without-security
155+
- name: skills
156+
integ-test:
157+
test-configs:
158+
- with-security
159+
- without-security
160+
- name: query-insights
161+
integ-test:
162+
test-configs:
163+
- with-security
164+
- without-security
165+
- name: opensearch-system-templates
166+
integ-test:
167+
test-configs:
168+
- with-security
169+
- without-security
170+
additional-cluster-configs:
171+
opensearch.experimental.feature.application_templates.enabled: true
172+
cluster.application_templates.enabled: true
+214
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,214 @@
1+
---
2+
schema-version: '1.1'
3+
build:
4+
name: OpenSearch
5+
version: 2.19.2
6+
ci:
7+
image:
8+
name: opensearchstaging/ci-runner:ci-runner-al2-opensearch-build-v1
9+
args: -e JAVA_HOME=/opt/java/openjdk-21
10+
components:
11+
- name: OpenSearch
12+
repository: https://github.com/opensearch-project/OpenSearch.git
13+
ref: '2.19'
14+
- name: common-utils
15+
repository: https://github.com/opensearch-project/common-utils.git
16+
ref: '2.19'
17+
platforms:
18+
- linux
19+
- windows
20+
- name: opensearch-learning-to-rank-base
21+
repository: https://github.com/opensearch-project/opensearch-learning-to-rank-base.git
22+
ref: '2.19'
23+
platforms:
24+
- linux
25+
- windows
26+
- name: opensearch-remote-metadata-sdk
27+
repository: https://github.com/opensearch-project/opensearch-remote-metadata-sdk.git
28+
ref: '2.19'
29+
platforms:
30+
- linux
31+
- windows
32+
- name: job-scheduler
33+
repository: https://github.com/opensearch-project/job-scheduler.git
34+
ref: '2.19'
35+
platforms:
36+
- linux
37+
- windows
38+
- name: security
39+
repository: https://github.com/opensearch-project/security.git
40+
ref: '2.19'
41+
platforms:
42+
- linux
43+
- windows
44+
- name: k-NN
45+
repository: https://github.com/opensearch-project/k-NN.git
46+
ref: '2.19'
47+
platforms:
48+
- linux
49+
- windows
50+
- name: geospatial
51+
repository: https://github.com/opensearch-project/geospatial.git
52+
ref: '2.19'
53+
platforms:
54+
- linux
55+
- windows
56+
depends_on:
57+
- job-scheduler
58+
- name: cross-cluster-replication
59+
repository: https://github.com/opensearch-project/cross-cluster-replication.git
60+
ref: '2.19'
61+
platforms:
62+
- linux
63+
- windows
64+
depends_on:
65+
- common-utils
66+
- name: ml-commons
67+
repository: https://github.com/opensearch-project/ml-commons.git
68+
ref: '2.19'
69+
platforms:
70+
- linux
71+
- windows
72+
depends_on:
73+
- common-utils
74+
- job-scheduler
75+
- opensearch-remote-metadata-sdk
76+
- name: neural-search
77+
repository: https://github.com/opensearch-project/neural-search.git
78+
ref: '2.19'
79+
platforms:
80+
- linux
81+
- windows
82+
depends_on:
83+
- ml-commons
84+
- k-NN
85+
- name: notifications-core
86+
repository: https://github.com/opensearch-project/notifications.git
87+
ref: '2.19'
88+
working_directory: notifications
89+
platforms:
90+
- linux
91+
- windows
92+
depends_on:
93+
- common-utils
94+
- name: notifications
95+
repository: https://github.com/opensearch-project/notifications.git
96+
ref: '2.19'
97+
working_directory: notifications
98+
platforms:
99+
- linux
100+
- windows
101+
depends_on:
102+
- common-utils
103+
- name: opensearch-observability
104+
repository: https://github.com/opensearch-project/observability.git
105+
ref: '2.19'
106+
platforms:
107+
- linux
108+
- windows
109+
depends_on:
110+
- common-utils
111+
- name: opensearch-reports
112+
repository: https://github.com/opensearch-project/reporting.git
113+
ref: '2.19'
114+
platforms:
115+
- linux
116+
- windows
117+
depends_on:
118+
- common-utils
119+
- job-scheduler
120+
- name: sql
121+
repository: https://github.com/opensearch-project/sql.git
122+
ref: '2.19'
123+
platforms:
124+
- linux
125+
- windows
126+
depends_on:
127+
- ml-commons
128+
- name: asynchronous-search
129+
repository: https://github.com/opensearch-project/asynchronous-search.git
130+
ref: '2.19'
131+
platforms:
132+
- linux
133+
- windows
134+
depends_on:
135+
- common-utils
136+
- name: anomaly-detection
137+
repository: https://github.com/opensearch-project/anomaly-detection.git
138+
ref: '2.19'
139+
platforms:
140+
- linux
141+
- windows
142+
depends_on:
143+
- common-utils
144+
- job-scheduler
145+
- name: alerting
146+
repository: https://github.com/opensearch-project/alerting.git
147+
ref: '2.19'
148+
platforms:
149+
- linux
150+
- windows
151+
depends_on:
152+
- common-utils
153+
- name: security-analytics
154+
repository: https://github.com/opensearch-project/security-analytics.git
155+
ref: '2.19'
156+
platforms:
157+
- linux
158+
- windows
159+
depends_on:
160+
- common-utils
161+
- alerting
162+
- job-scheduler
163+
- name: index-management
164+
repository: https://github.com/opensearch-project/index-management.git
165+
ref: '2.19'
166+
platforms:
167+
- linux
168+
- windows
169+
depends_on:
170+
- common-utils
171+
- job-scheduler
172+
- name: performance-analyzer
173+
repository: https://github.com/opensearch-project/performance-analyzer.git
174+
ref: '2.19'
175+
platforms:
176+
- linux
177+
- name: custom-codecs
178+
repository: https://github.com/opensearch-project/custom-codecs.git
179+
ref: '2.19'
180+
platforms:
181+
- linux
182+
- windows
183+
- name: flow-framework
184+
repository: https://github.com/opensearch-project/flow-framework.git
185+
ref: '2.19'
186+
platforms:
187+
- linux
188+
- windows
189+
depends_on:
190+
- common-utils
191+
- opensearch-remote-metadata-sdk
192+
- name: skills
193+
repository: https://github.com/opensearch-project/skills.git
194+
ref: '2.19'
195+
platforms:
196+
- linux
197+
- windows
198+
depends_on:
199+
- job-scheduler
200+
- anomaly-detection
201+
- sql
202+
- ml-commons
203+
- name: query-insights
204+
repository: https://github.com/opensearch-project/query-insights.git
205+
ref: '2.19'
206+
platforms:
207+
- linux
208+
- windows
209+
- name: opensearch-system-templates
210+
repository: https://github.com/opensearch-project/opensearch-system-templates.git
211+
ref: '2.19'
212+
platforms:
213+
- linux
214+
- windows

0 commit comments

Comments
 (0)