Skip to content

Commit 9868ca4

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

4 files changed

+243
-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=1.3.21/opensearch-1.3.21.yml;TARGET_JOB_NAME=distribution-build-opensearch;BUILD_PLATFORM=linux windows;BUILD_DISTRIBUTION=tar rpm deb zip;TEST_MANIFEST=1.3.21/opensearch-1.3.21-test.yml;TEST_PLATFORM=linux;TEST_DISTRIBUTION=tar
2627
H 1 * * * %INPUT_MANIFEST=2.19.0/opensearch-dashboards-2.19.0.yml;TARGET_JOB_NAME=distribution-build-opensearch-dashboards;BUILD_PLATFORM=linux windows;BUILD_DISTRIBUTION=tar rpm deb zip;TEST_MANIFEST=2.19.0/opensearch-dashboards-2.19.0-test.yml;TEST_PLATFORM=linux;TEST_DISTRIBUTION=tar
2728
H 1 * * * %INPUT_MANIFEST=2.18.1/opensearch-2.18.1.yml;TARGET_JOB_NAME=distribution-build-opensearch;BUILD_PLATFORM=linux windows;BUILD_DISTRIBUTION=tar rpm deb zip;TEST_MANIFEST=2.18.1/opensearch-2.18.1-test.yml;TEST_PLATFORM=linux;TEST_DISTRIBUTION=tar
2829
H 1 * * * %INPUT_MANIFEST=2.19.0/opensearch-2.19.0.yml;TARGET_JOB_NAME=distribution-build-opensearch;BUILD_PLATFORM=linux windows;BUILD_DISTRIBUTION=tar rpm deb zip;TEST_MANIFEST=2.19.0/opensearch-2.19.0-test.yml;TEST_PLATFORM=linux;TEST_DISTRIBUTION=tar

jenkins/integ-test-notification.jenkinsfile

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ pipeline {
2828
}
2929
triggers {
3030
parameterizedCron('''
31+
H */6 * * * %INPUT_MANIFEST=1.3.21/opensearch-1.3.21.yml
3132
H */6 * * * %INPUT_MANIFEST=2.19.0/opensearch-dashboards-2.19.0.yml
3233
H */6 * * * %INPUT_MANIFEST=2.18.1/opensearch-2.18.1.yml
3334
H */6 * * * %INPUT_MANIFEST=1.3.20/opensearch-dashboards-1.3.20.yml
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
---
2+
schema-version: '1.0'
3+
name: OpenSearch
4+
ci:
5+
image:
6+
name: opensearchstaging/ci-runner:ci-runner-centos7-opensearch-build-v3
7+
args: -e JAVA_HOME=/opt/java/openjdk-11
8+
components:
9+
- name: index-management
10+
integ-test:
11+
build-dependencies:
12+
- job-scheduler
13+
test-configs:
14+
- with-security
15+
- without-security
16+
additional-cluster-configs:
17+
path.repo:
18+
- /tmp
19+
bwc-test:
20+
test-configs:
21+
- with-security
22+
- name: anomaly-detection
23+
integ-test:
24+
build-dependencies:
25+
- job-scheduler
26+
test-configs:
27+
- with-security
28+
- without-security
29+
bwc-test:
30+
test-configs:
31+
- with-security
32+
- name: asynchronous-search
33+
integ-test:
34+
test-configs:
35+
- with-security
36+
- without-security
37+
- name: alerting
38+
integ-test:
39+
test-configs:
40+
- with-security
41+
- without-security
42+
additional-cluster-configs:
43+
plugins.destination.host.deny_list:
44+
- 10.0.0.0/8
45+
- 127.0.0.1
46+
bwc-test:
47+
test-configs:
48+
- with-security
49+
- name: sql
50+
integ-test:
51+
test-configs:
52+
- with-security
53+
- without-security
54+
additional-cluster-configs:
55+
script.context.field.max_compilations_rate: 1000/1m
56+
bwc-test:
57+
test-configs:
58+
- with-security
59+
- name: k-NN
60+
integ-test:
61+
test-configs:
62+
- with-security
63+
- without-security
64+
- name: opensearch-reports
65+
integ-test:
66+
test-configs:
67+
- without-security
68+
- name: opensearch-observability
69+
integ-test:
70+
test-configs:
71+
- without-security
72+
bwc-test:
73+
test-configs:
74+
- with-security
75+
- name: ml-commons
76+
integ-test:
77+
test-configs:
78+
- with-security
79+
- without-security
+162
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,162 @@
1+
---
2+
schema-version: '1.1'
3+
build:
4+
name: OpenSearch
5+
version: 1.3.21
6+
ci:
7+
image:
8+
name: opensearchstaging/ci-runner:ci-runner-centos7-opensearch-build-v3
9+
args: -e JAVA_HOME=/opt/java/openjdk-11
10+
components:
11+
- name: OpenSearch
12+
repository: https://github.com/opensearch-project/OpenSearch.git
13+
ref: '1.3'
14+
checks:
15+
- gradle:publish
16+
- gradle:properties:version
17+
- name: common-utils
18+
repository: https://github.com/opensearch-project/common-utils.git
19+
ref: '1.3'
20+
checks:
21+
- gradle:publish
22+
- gradle:properties:version
23+
platforms:
24+
- linux
25+
- windows
26+
- name: job-scheduler
27+
repository: https://github.com/opensearch-project/job-scheduler.git
28+
ref: '1.3'
29+
checks:
30+
- gradle:properties:version
31+
- gradle:dependencies:opensearch.version
32+
platforms:
33+
- linux
34+
- windows
35+
- name: security
36+
repository: https://github.com/opensearch-project/security.git
37+
ref: '1.3'
38+
checks:
39+
- gradle:properties:version
40+
- gradle:dependencies:opensearch.version
41+
platforms:
42+
- linux
43+
- windows
44+
- name: ml-commons
45+
repository: https://github.com/opensearch-project/ml-commons.git
46+
ref: '1.3'
47+
checks:
48+
- gradle:properties:version
49+
- gradle:dependencies:opensearch.version: opensearch-ml-plugin
50+
platforms:
51+
- linux
52+
- windows
53+
depends_on:
54+
- common-utils
55+
- name: performance-analyzer
56+
repository: https://github.com/opensearch-project/performance-analyzer.git
57+
ref: '1.3'
58+
checks:
59+
- gradle:properties:version
60+
- gradle:dependencies:opensearch.version
61+
platforms:
62+
- linux
63+
- name: alerting
64+
repository: https://github.com/opensearch-project/alerting.git
65+
ref: '1.3'
66+
checks:
67+
- gradle:properties:version
68+
- gradle:dependencies:opensearch.version: alerting
69+
platforms:
70+
- linux
71+
- windows
72+
depends_on:
73+
- common-utils
74+
- name: opensearch-reports
75+
repository: https://github.com/opensearch-project/reporting.git
76+
ref: '1.3'
77+
checks:
78+
- gradle:properties:version
79+
- gradle:dependencies:opensearch.version
80+
platforms:
81+
- linux
82+
- windows
83+
depends_on:
84+
- common-utils
85+
- job-scheduler
86+
- name: cross-cluster-replication
87+
repository: https://github.com/opensearch-project/cross-cluster-replication.git
88+
ref: '1.3'
89+
checks:
90+
- gradle:properties:version
91+
- gradle:dependencies:opensearch.version
92+
platforms:
93+
- linux
94+
- windows
95+
depends_on:
96+
- common-utils
97+
- name: opensearch-observability
98+
repository: https://github.com/opensearch-project/observability.git
99+
ref: '1.3'
100+
checks:
101+
- gradle:properties:version
102+
- gradle:dependencies:opensearch.version
103+
platforms:
104+
- linux
105+
- windows
106+
depends_on:
107+
- common-utils
108+
- name: anomaly-detection
109+
repository: https://github.com/opensearch-project/anomaly-detection.git
110+
ref: '1.3'
111+
checks:
112+
- gradle:properties:version
113+
- gradle:dependencies:opensearch.version
114+
platforms:
115+
- linux
116+
- windows
117+
depends_on:
118+
- common-utils
119+
- job-scheduler
120+
- name: asynchronous-search
121+
repository: https://github.com/opensearch-project/asynchronous-search.git
122+
ref: '1.3'
123+
checks:
124+
- gradle:properties:version
125+
- gradle:dependencies:opensearch.version
126+
platforms:
127+
- linux
128+
- windows
129+
depends_on:
130+
- common-utils
131+
- name: k-NN
132+
repository: https://github.com/opensearch-project/k-NN.git
133+
ref: '1.3'
134+
checks:
135+
- gradle:properties:version
136+
- gradle:dependencies:opensearch.version
137+
platforms:
138+
- linux
139+
- windows
140+
- name: sql
141+
repository: https://github.com/opensearch-project/sql.git
142+
ref: '1.3'
143+
checks:
144+
- gradle:properties:version
145+
- gradle:dependencies:opensearch.version: plugin
146+
platforms:
147+
- linux
148+
- windows
149+
depends_on:
150+
- ml-commons
151+
- name: index-management
152+
repository: https://github.com/opensearch-project/index-management.git
153+
ref: '1.3'
154+
checks:
155+
- gradle:properties:version
156+
- gradle:dependencies:opensearch.version
157+
platforms:
158+
- linux
159+
- windows
160+
depends_on:
161+
- common-utils
162+
- job-scheduler

0 commit comments

Comments
 (0)