Skip to content

Commit aceef81

Browse files
[AUTO] Update input manifests (#4605)
Signed-off-by: opensearch-ci <opensearch-infra@amazon.com>
1 parent 30c42bf commit aceef81

File tree

2 files changed

+186
-0
lines changed

2 files changed

+186
-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.13.1/opensearch-2.13.1.yml;TARGET_JOB_NAME=distribution-build-opensearch;BUILD_PLATFORM=linux macos windows;BUILD_DISTRIBUTION=tar rpm deb zip
2627
H 1 * * * %INPUT_MANIFEST=2.14.0/opensearch-2.14.0.yml;TARGET_JOB_NAME=distribution-build-opensearch;BUILD_PLATFORM=linux macos windows;BUILD_DISTRIBUTION=tar rpm deb zip
2728
H 1 * * * %INPUT_MANIFEST=1.3.16/opensearch-1.3.16.yml;TARGET_JOB_NAME=distribution-build-opensearch;BUILD_PLATFORM=linux macos windows;BUILD_DISTRIBUTION=tar rpm deb zip
2829
H 1 * * * %INPUT_MANIFEST=3.0.0/opensearch-3.0.0.yml;TARGET_JOB_NAME=distribution-build-opensearch;BUILD_PLATFORM=linux macos windows;BUILD_DISTRIBUTION=tar rpm deb zip
+185
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,185 @@
1+
---
2+
schema-version: '1.1'
3+
build:
4+
name: OpenSearch
5+
version: 2.13.1
6+
ci:
7+
image:
8+
name: opensearchstaging/ci-runner:ci-runner-centos7-opensearch-build-v3
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.13'
14+
- name: common-utils
15+
repository: https://github.com/opensearch-project/common-utils.git
16+
ref: '2.13'
17+
platforms:
18+
- linux
19+
- windows
20+
- name: job-scheduler
21+
repository: https://github.com/opensearch-project/job-scheduler.git
22+
ref: '2.13'
23+
platforms:
24+
- linux
25+
- windows
26+
- name: security
27+
repository: https://github.com/opensearch-project/security.git
28+
ref: '2.13'
29+
platforms:
30+
- linux
31+
- windows
32+
- name: k-NN
33+
repository: https://github.com/opensearch-project/k-NN.git
34+
ref: '2.13'
35+
platforms:
36+
- linux
37+
- windows
38+
- name: geospatial
39+
repository: https://github.com/opensearch-project/geospatial.git
40+
ref: '2.13'
41+
platforms:
42+
- linux
43+
- windows
44+
depends_on:
45+
- job-scheduler
46+
- name: cross-cluster-replication
47+
repository: https://github.com/opensearch-project/cross-cluster-replication.git
48+
ref: '2.13'
49+
platforms:
50+
- linux
51+
- windows
52+
depends_on:
53+
- common-utils
54+
- name: ml-commons
55+
repository: https://github.com/opensearch-project/ml-commons.git
56+
ref: '2.13'
57+
platforms:
58+
- linux
59+
- windows
60+
depends_on:
61+
- common-utils
62+
- name: neural-search
63+
repository: https://github.com/opensearch-project/neural-search.git
64+
ref: '2.13'
65+
platforms:
66+
- linux
67+
- windows
68+
depends_on:
69+
- ml-commons
70+
- k-NN
71+
- name: notifications-core
72+
repository: https://github.com/opensearch-project/notifications.git
73+
ref: '2.13'
74+
working_directory: notifications
75+
platforms:
76+
- linux
77+
- windows
78+
depends_on:
79+
- common-utils
80+
- name: notifications
81+
repository: https://github.com/opensearch-project/notifications.git
82+
ref: '2.13'
83+
working_directory: notifications
84+
platforms:
85+
- linux
86+
- windows
87+
depends_on:
88+
- common-utils
89+
- name: opensearch-observability
90+
repository: https://github.com/opensearch-project/observability.git
91+
ref: '2.13'
92+
platforms:
93+
- linux
94+
- windows
95+
depends_on:
96+
- common-utils
97+
- name: opensearch-reports
98+
repository: https://github.com/opensearch-project/reporting.git
99+
ref: '2.13'
100+
platforms:
101+
- linux
102+
- windows
103+
depends_on:
104+
- common-utils
105+
- job-scheduler
106+
- name: sql
107+
repository: https://github.com/opensearch-project/sql.git
108+
ref: '2.13'
109+
platforms:
110+
- linux
111+
- windows
112+
depends_on:
113+
- ml-commons
114+
- name: asynchronous-search
115+
repository: https://github.com/opensearch-project/asynchronous-search.git
116+
ref: '2.13'
117+
platforms:
118+
- linux
119+
- windows
120+
depends_on:
121+
- common-utils
122+
- name: anomaly-detection
123+
repository: https://github.com/opensearch-project/anomaly-detection.git
124+
ref: '2.13'
125+
platforms:
126+
- linux
127+
- windows
128+
depends_on:
129+
- common-utils
130+
- job-scheduler
131+
- name: alerting
132+
repository: https://github.com/opensearch-project/alerting.git
133+
ref: '2.13'
134+
platforms:
135+
- linux
136+
- windows
137+
depends_on:
138+
- common-utils
139+
- name: security-analytics
140+
repository: https://github.com/opensearch-project/security-analytics.git
141+
ref: '2.13'
142+
platforms:
143+
- linux
144+
- windows
145+
depends_on:
146+
- common-utils
147+
- name: index-management
148+
repository: https://github.com/opensearch-project/index-management.git
149+
ref: '2.13'
150+
platforms:
151+
- linux
152+
- windows
153+
depends_on:
154+
- common-utils
155+
- job-scheduler
156+
- name: performance-analyzer
157+
repository: https://github.com/opensearch-project/performance-analyzer.git
158+
ref: '2.13'
159+
platforms:
160+
- linux
161+
- name: custom-codecs
162+
repository: https://github.com/opensearch-project/custom-codecs.git
163+
ref: '2.13'
164+
platforms:
165+
- linux
166+
- windows
167+
- name: flow-framework
168+
repository: https://github.com/opensearch-project/flow-framework.git
169+
ref: '2.13'
170+
platforms:
171+
- linux
172+
- windows
173+
depends_on:
174+
- common-utils
175+
- name: skills
176+
repository: https://github.com/opensearch-project/skills.git
177+
ref: '2.13'
178+
platforms:
179+
- linux
180+
- windows
181+
depends_on:
182+
- job-scheduler
183+
- anomaly-detection
184+
- sql
185+
- ml-commons

0 commit comments

Comments
 (0)