File tree 3 files changed +107
-0
lines changed
3 files changed +107
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ pipeline {
8
8
H/10 * * * * %INPUT_MANIFEST=1.1.1/opensearch-dashboards-1.1.1.yml;TARGET_JOB_NAME=distribution-build-opensearch-dashboards
9
9
H/10 * * * * %INPUT_MANIFEST=1.2.1/opensearch-1.2.1.yml;TARGET_JOB_NAME=distribution-build-opensearch
10
10
H/10 * * * * %INPUT_MANIFEST=1.2.2/opensearch-1.2.2.yml;TARGET_JOB_NAME=distribution-build-opensearch
11
+ H/10 * * * * %INPUT_MANIFEST=1.2.3/opensearch-1.2.3.yml;TARGET_JOB_NAME=distribution-build-opensearch
11
12
H/10 * * * * %INPUT_MANIFEST=1.3.0/opensearch-1.3.0.yml;TARGET_JOB_NAME=distribution-build-opensearch
12
13
H/10 * * * * %INPUT_MANIFEST=1.3.0/opensearch-dashboards-1.3.0.yml;TARGET_JOB_NAME=distribution-build-opensearch-dashboards
13
14
H 1 * * * %INPUT_MANIFEST=2.0.0/opensearch-2.0.0.yml;TARGET_JOB_NAME=distribution-build-opensearch
Original file line number Diff line number Diff line change
1
+ name : OpenSearch
2
+ components :
3
+ - name : index-management
4
+ integ-test :
5
+ build-dependencies :
6
+ - job-scheduler
7
+ test-configs :
8
+ - with-security
9
+ - without-security
10
+ additional-cluster-configs :
11
+ path.repo : ["/tmp"]
12
+ bwc-test :
13
+ test-configs :
14
+ - with-security
15
+ - without-security
16
+
17
+ - name : anomaly-detection
18
+ integ-test :
19
+ build-dependencies :
20
+ - job-scheduler
21
+ test-configs :
22
+ - with-security
23
+ - without-security
24
+ bwc-test :
25
+ test-configs :
26
+ - with-security
27
+ - without-security
28
+
29
+ - name : asynchronous-search
30
+ integ-test :
31
+ test-configs :
32
+ - with-security
33
+ - without-security
34
+ bwc-test :
35
+ test-configs :
36
+ - with-security
37
+ - without-security
38
+
39
+ - name : alerting
40
+ integ-test :
41
+ test-configs :
42
+ - with-security
43
+ - without-security
44
+ additional-cluster-configs :
45
+ plugins.destination.host.deny_list : [10.0.0.0/8, 127.0.0.1]
46
+ bwc-test :
47
+ test-configs :
48
+ - with-security
49
+ - without-security
50
+
51
+ - name : sql
52
+ integ-test :
53
+ test-configs :
54
+ - with-security
55
+ - without-security
56
+ additional-cluster-configs :
57
+ script.context.field.max_compilations_rate : 1000/1m
58
+ bwc-test :
59
+ test-configs :
60
+ - with-security
61
+ - without-security
62
+
63
+ - name : k-NN
64
+ integ-test :
65
+ test-configs :
66
+ - with-security
67
+ - without-security
68
+ bwc-test :
69
+ test-configs :
70
+ - with-security
71
+ - without-security
72
+
73
+ - name : dashboards-reports
74
+ working-directory : reports-scheduler
75
+ integ-test :
76
+ test-configs :
77
+ - without-security
78
+ bwc-test :
79
+ test-configs :
80
+ - without-security
81
+
82
+ - name : dashboards-notebooks
83
+ working-directory : opensearch-notebooks
84
+ integ-test :
85
+ test-configs :
86
+ - without-security
87
+ bwc-test :
88
+ test-configs :
89
+ - without-security
90
+ schema-version : ' 1.0'
Original file line number Diff line number Diff line change
1
+ ---
2
+ schema-version : " 1.0"
3
+ ci :
4
+ image :
5
+ name : " opensearchstaging/ci-runner:centos7-x64-arm64-jdkmulti-node10.24.1-cypress6.9.1-20211028"
6
+ args : " -e JAVA_HOME=/usr/lib/jvm/adoptopenjdk-14-hotspot"
7
+ build :
8
+ name : OpenSearch
9
+ version : 1.2.3
10
+ components :
11
+ - name : OpenSearch
12
+ repository : https://github.com/opensearch-project/OpenSearch.git
13
+ ref : " 1.2"
14
+ checks :
15
+ - gradle:publish
16
+ - gradle:properties:version
You can’t perform that action at this time.
0 commit comments