Skip to content

Commit b32c22e

Browse files
Update manifests
Signed-off-by: opensearch-ci <opensearch-infra@amazon.com>
1 parent e703f50 commit b32c22e

File tree

3 files changed

+383
-0
lines changed

3 files changed

+383
-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;TEST_MANIFEST=2.19.2/opensearch-2.19.2-test.yml;TEST_PLATFORM=linux;TEST_DISTRIBUTION=tar
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
+170
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,170 @@
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+
path.repo:
84+
- /tmp
85+
smoke-test:
86+
test-spec: k-NN.yml
87+
- name: ml-commons
88+
integ-test:
89+
test-configs:
90+
- with-security
91+
- without-security
92+
- name: opensearch-learning-to-rank-base
93+
integ-test:
94+
test-configs:
95+
- with-security
96+
- without-security
97+
- name: neural-search
98+
integ-test:
99+
test-configs:
100+
- with-security
101+
- without-security
102+
- name: notifications
103+
working-directory: notifications
104+
integ-test:
105+
test-configs:
106+
- with-security
107+
- without-security
108+
bwc-test:
109+
test-configs:
110+
- with-security
111+
- name: opensearch-observability
112+
integ-test:
113+
test-configs:
114+
- with-security
115+
- without-security
116+
bwc-test:
117+
test-configs:
118+
- with-security
119+
- name: opensearch-reports
120+
integ-test:
121+
test-configs:
122+
- with-security
123+
- without-security
124+
- name: security
125+
integ-test:
126+
test-configs:
127+
- with-security
128+
smoke-test:
129+
test-spec: security.yml
130+
- name: security-analytics
131+
integ-test:
132+
test-configs:
133+
- with-security
134+
- without-security
135+
- name: sql
136+
integ-test:
137+
test-configs:
138+
- with-security
139+
- without-security
140+
additional-cluster-configs:
141+
script.context.field.max_compilations_rate: 1000/1m
142+
plugins.query.datasources.encryption.masterkey: 4fc8fee6a3fd7d6ca01772e5
143+
bwc-test:
144+
test-configs:
145+
- with-security
146+
smoke-test:
147+
test-spec: sql.yml
148+
- name: custom-codecs
149+
integ-test:
150+
test-configs:
151+
- with-security
152+
- without-security
153+
- name: skills
154+
integ-test:
155+
test-configs:
156+
- with-security
157+
- without-security
158+
- name: query-insights
159+
integ-test:
160+
test-configs:
161+
- with-security
162+
- without-security
163+
- name: opensearch-system-templates
164+
integ-test:
165+
test-configs:
166+
- with-security
167+
- without-security
168+
additional-cluster-configs:
169+
opensearch.experimental.feature.application_templates.enabled: true
170+
cluster.application_templates.enabled: true
+212
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,212 @@
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+
- name: neural-search
75+
repository: https://github.com/opensearch-project/neural-search.git
76+
ref: '2.19'
77+
platforms:
78+
- linux
79+
- windows
80+
depends_on:
81+
- ml-commons
82+
- k-NN
83+
- name: notifications-core
84+
repository: https://github.com/opensearch-project/notifications.git
85+
ref: '2.19'
86+
working_directory: notifications
87+
platforms:
88+
- linux
89+
- windows
90+
depends_on:
91+
- common-utils
92+
- name: notifications
93+
repository: https://github.com/opensearch-project/notifications.git
94+
ref: '2.19'
95+
working_directory: notifications
96+
platforms:
97+
- linux
98+
- windows
99+
depends_on:
100+
- common-utils
101+
- name: opensearch-observability
102+
repository: https://github.com/opensearch-project/observability.git
103+
ref: '2.19'
104+
platforms:
105+
- linux
106+
- windows
107+
depends_on:
108+
- common-utils
109+
- name: opensearch-reports
110+
repository: https://github.com/opensearch-project/reporting.git
111+
ref: '2.19'
112+
platforms:
113+
- linux
114+
- windows
115+
depends_on:
116+
- common-utils
117+
- job-scheduler
118+
- name: sql
119+
repository: https://github.com/opensearch-project/sql.git
120+
ref: '2.19'
121+
platforms:
122+
- linux
123+
- windows
124+
depends_on:
125+
- ml-commons
126+
- name: asynchronous-search
127+
repository: https://github.com/opensearch-project/asynchronous-search.git
128+
ref: '2.19'
129+
platforms:
130+
- linux
131+
- windows
132+
depends_on:
133+
- common-utils
134+
- name: anomaly-detection
135+
repository: https://github.com/opensearch-project/anomaly-detection.git
136+
ref: '2.19'
137+
platforms:
138+
- linux
139+
- windows
140+
depends_on:
141+
- common-utils
142+
- job-scheduler
143+
- name: alerting
144+
repository: https://github.com/opensearch-project/alerting.git
145+
ref: '2.19'
146+
platforms:
147+
- linux
148+
- windows
149+
depends_on:
150+
- common-utils
151+
- name: security-analytics
152+
repository: https://github.com/opensearch-project/security-analytics.git
153+
ref: '2.19'
154+
platforms:
155+
- linux
156+
- windows
157+
depends_on:
158+
- common-utils
159+
- alerting
160+
- job-scheduler
161+
- name: index-management
162+
repository: https://github.com/opensearch-project/index-management.git
163+
ref: '2.19'
164+
platforms:
165+
- linux
166+
- windows
167+
depends_on:
168+
- common-utils
169+
- job-scheduler
170+
- name: performance-analyzer
171+
repository: https://github.com/opensearch-project/performance-analyzer.git
172+
ref: '2.19'
173+
platforms:
174+
- linux
175+
- name: custom-codecs
176+
repository: https://github.com/opensearch-project/custom-codecs.git
177+
ref: '2.19'
178+
platforms:
179+
- linux
180+
- windows
181+
- name: flow-framework
182+
repository: https://github.com/opensearch-project/flow-framework.git
183+
ref: '2.19'
184+
platforms:
185+
- linux
186+
- windows
187+
depends_on:
188+
- common-utils
189+
- opensearch-remote-metadata-sdk
190+
- name: skills
191+
repository: https://github.com/opensearch-project/skills.git
192+
ref: '2.19'
193+
platforms:
194+
- linux
195+
- windows
196+
depends_on:
197+
- job-scheduler
198+
- anomaly-detection
199+
- sql
200+
- ml-commons
201+
- name: query-insights
202+
repository: https://github.com/opensearch-project/query-insights.git
203+
ref: '2.19'
204+
platforms:
205+
- linux
206+
- windows
207+
- name: opensearch-system-templates
208+
repository: https://github.com/opensearch-project/opensearch-system-templates.git
209+
ref: '2.19'
210+
platforms:
211+
- linux
212+
- windows

0 commit comments

Comments
 (0)