Skip to content

Commit a359e34

Browse files
[3.0.0-beta1] Manifest Commit Lock with action UPDATE_TO_TAGS (#5464)
Signed-off-by: opensearch-ci <[email protected]> Signed-off-by: Peter Zhu <[email protected]> Co-authored-by: Peter Zhu <[email protected]>
1 parent 01e4fdf commit a359e34

File tree

5 files changed

+51
-47
lines changed

5 files changed

+51
-47
lines changed

.github/workflows/os-increment-plugin-versions.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ jobs:
5353
- {repo: opensearch-remote-metadata-sdk}
5454
- {repo: opensearch-learning-to-rank-base}
5555
branch:
56-
- '2.x'
56+
- 'main'
57+
- '3.0'
5758
- '2.19'
5859
exclude:
5960
- {entry: {repo: geospatial}, branch: '1.3'}

.github/workflows/osd-increment-plugin-versions.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ jobs:
4343
- {repo: opensearch-dashboards-functional-test}
4444
- {repo: query-insights-dashboards}
4545
branch:
46-
- '2.x'
46+
- 'main'
47+
- '3.0'
4748
- '2.19'
4849
steps:
4950
- name: Check out OpenSearch Dashboards repo

jenkins/check-for-build.jenkinsfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ pipeline {
2323
}
2424
triggers {
2525
parameterizedCron '''
26-
H 1 * * * %INPUT_MANIFEST=2.19.2/opensearch-dashboards-2.19.2.yml;TARGET_JOB_NAME=distribution-build-opensearch-dashboards;BUILD_PLATFORM=linux windows;BUILD_DISTRIBUTION=tar rpm deb zip;TEST_MANIFEST=2.19.2/opensearch-dashboards-2.19.2-test.yml;TEST_PLATFORM=linux;TEST_DISTRIBUTION=tar
26+
H 1 * * * %INPUT_MANIFEST=3.0.0/opensearch-dashboards-3.0.0.yml;TARGET_JOB_NAME=distribution-build-opensearch-dashboards;BUILD_PLATFORM=linux windows;BUILD_DISTRIBUTION=tar rpm deb zip;TEST_MANIFEST=3.0.0/opensearch-dashboards-3.0.0-test.yml;TEST_PLATFORM=linux;TEST_DISTRIBUTION=tar
27+
H 1 * * * %INPUT_MANIFEST=3.0.0/opensearch-3.0.0.yml;TARGET_JOB_NAME=distribution-build-opensearch;BUILD_PLATFORM=linux windows;BUILD_DISTRIBUTION=tar rpm deb zip;TEST_MANIFEST=3.0.0/opensearch-dashboards-3.0.0-test.yml;TEST_PLATFORM=linux;TEST_DISTRIBUTION=tar
28+
H 1 * * * %INPUT_MANIFEST=2.19.2/opensearch-dashboards-2.19.2.yml;TARGET_JOB_NAME=distribution-build-opensearch-dashboards;BUILD_PLATFORM=linux windows;BUILD_DISTRIBUTION=tar rpm deb zip
2729
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
2830
'''
2931
}

manifests/3.0.0-beta1/opensearch-3.0.0-beta1.yml

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -11,62 +11,62 @@ ci:
1111
components:
1212
- name: OpenSearch
1313
repository: https://github.com/opensearch-project/OpenSearch.git
14-
ref: c57c9d39a4ecabf022cfdd49350654e575c05cf3
14+
ref: tags/3.0.0-beta1
1515
- name: common-utils
1616
repository: https://github.com/opensearch-project/common-utils.git
17-
ref: 83659e3c5d7f417ce936827891cc368ac8d8d210
17+
ref: tags/3.0.0.0-beta1
1818
platforms:
1919
- linux
2020
- windows
2121
- name: opensearch-learning-to-rank-base
2222
repository: https://github.com/opensearch-project/opensearch-learning-to-rank-base.git
23-
ref: 168cea4bfae43304bec68e81c9e2641e1429640b
23+
ref: tags/3.0.0.0-beta1
2424
platforms:
2525
- linux
2626
- windows
2727
- name: opensearch-remote-metadata-sdk
2828
repository: https://github.com/opensearch-project/opensearch-remote-metadata-sdk.git
29-
ref: 9656e348188099c25e0172a4f6ffb9cd1c538ef4
29+
ref: tags/3.0.0.0-beta1
3030
platforms:
3131
- linux
3232
- windows
3333
- name: job-scheduler
3434
repository: https://github.com/opensearch-project/job-scheduler.git
35-
ref: 5a5e982d4d81e19ec87be4149a58c6332c67482f
35+
ref: tags/3.0.0.0-beta1
3636
platforms:
3737
- linux
3838
- windows
3939
- name: security
4040
repository: https://github.com/opensearch-project/security.git
41-
ref: 280d8e5fb80e7c0732a162ea9f682a75040593d3
41+
ref: tags/3.0.0.0-beta1
4242
platforms:
4343
- linux
4444
- windows
4545
- name: k-NN
4646
repository: https://github.com/opensearch-project/k-NN.git
47-
ref: 0ea2023d21d15ad52928b9e45279b8887d9bbf84
47+
ref: tags/3.0.0.0-beta1
4848
platforms:
4949
- linux
5050
- windows
5151
- name: geospatial
5252
repository: https://github.com/opensearch-project/geospatial.git
53-
ref: 6e47d388bd89ba1c32eea07ab476d4b3886c4a5b
53+
ref: tags/3.0.0.0-beta1
5454
platforms:
5555
- linux
5656
- windows
5757
depends_on:
5858
- job-scheduler
5959
- name: cross-cluster-replication
6060
repository: https://github.com/opensearch-project/cross-cluster-replication.git
61-
ref: 221a30378a420f55edb61fdb3cd0711e0de8d7e6
61+
ref: tags/3.0.0.0-beta1
6262
platforms:
6363
- linux
6464
- windows
6565
depends_on:
6666
- common-utils
6767
- name: ml-commons
6868
repository: https://github.com/opensearch-project/ml-commons.git
69-
ref: 37d79e6aaa0264dba7771c223ace922e883ae37a
69+
ref: tags/3.0.0.0-beta1
7070
platforms:
7171
- linux
7272
- windows
@@ -76,7 +76,7 @@ components:
7676
- opensearch-remote-metadata-sdk
7777
- name: neural-search
7878
repository: https://github.com/opensearch-project/neural-search.git
79-
ref: 39b4892a1dfe39b57d6b397feb1f3c81c609d510
79+
ref: tags/3.0.0.0-beta1
8080
platforms:
8181
- linux
8282
- windows
@@ -85,7 +85,7 @@ components:
8585
- k-NN
8686
- name: notifications-core
8787
repository: https://github.com/opensearch-project/notifications.git
88-
ref: 0c7e15a89662b4d2b23f1f6cfce27fc0658d9b8f
88+
ref: tags/3.0.0.0-beta1
8989
working_directory: notifications
9090
platforms:
9191
- linux
@@ -94,7 +94,7 @@ components:
9494
- common-utils
9595
- name: notifications
9696
repository: https://github.com/opensearch-project/notifications.git
97-
ref: 0c7e15a89662b4d2b23f1f6cfce27fc0658d9b8f
97+
ref: tags/3.0.0.0-beta1
9898
working_directory: notifications
9999
platforms:
100100
- linux
@@ -103,15 +103,15 @@ components:
103103
- common-utils
104104
- name: opensearch-observability
105105
repository: https://github.com/opensearch-project/observability.git
106-
ref: ae7c2b244d85a827a94507d0b28dc355dd6ce80e
106+
ref: tags/3.0.0.0-beta1
107107
platforms:
108108
- linux
109109
- windows
110110
depends_on:
111111
- common-utils
112112
- name: opensearch-reports
113113
repository: https://github.com/opensearch-project/reporting.git
114-
ref: d89c33a6637b3e5cb42c46e900dc08fab232dd8f
114+
ref: tags/3.0.0.0-beta1
115115
platforms:
116116
- linux
117117
- windows
@@ -120,7 +120,7 @@ components:
120120
- job-scheduler
121121
- name: sql
122122
repository: https://github.com/opensearch-project/sql.git
123-
ref: eb718fc25bdfa379a032af8699847c0930111fd6
123+
ref: tags/3.0.0.0-beta1
124124
platforms:
125125
- linux
126126
- windows
@@ -129,15 +129,15 @@ components:
129129
- geospatial
130130
- name: asynchronous-search
131131
repository: https://github.com/opensearch-project/asynchronous-search.git
132-
ref: beb5b46faeebd2b99d3432e18c0a33f230549c8f
132+
ref: tags/3.0.0.0-beta1
133133
platforms:
134134
- linux
135135
- windows
136136
depends_on:
137137
- common-utils
138138
- name: anomaly-detection
139139
repository: https://github.com/opensearch-project/anomaly-detection.git
140-
ref: 4a2448fb495dfdac606b9ce293c989444630fafa
140+
ref: tags/3.0.0.0-beta1
141141
platforms:
142142
- linux
143143
- windows
@@ -146,15 +146,15 @@ components:
146146
- job-scheduler
147147
- name: alerting
148148
repository: https://github.com/opensearch-project/alerting.git
149-
ref: 46f5e40b19dc4193218b6e5b1c8a1614067c48f4
149+
ref: tags/3.0.0.0-beta1
150150
platforms:
151151
- linux
152152
- windows
153153
depends_on:
154154
- common-utils
155155
- name: security-analytics
156156
repository: https://github.com/opensearch-project/security-analytics.git
157-
ref: dcd21685a1382049cb3b741f0ff888a2ebdfc820
157+
ref: tags/3.0.0.0-beta1
158158
platforms:
159159
- linux
160160
- windows
@@ -164,7 +164,7 @@ components:
164164
- job-scheduler
165165
- name: index-management
166166
repository: https://github.com/opensearch-project/index-management.git
167-
ref: a36dc829459ef9167a0d329d7630ced2fcb3b0a3
167+
ref: tags/3.0.0.0-beta1
168168
platforms:
169169
- linux
170170
- windows
@@ -173,18 +173,18 @@ components:
173173
- job-scheduler
174174
- name: performance-analyzer
175175
repository: https://github.com/opensearch-project/performance-analyzer.git
176-
ref: 45481300aa00547faa569febc67ed1df9c98a754
176+
ref: tags/3.0.0.0-beta1
177177
platforms:
178178
- linux
179179
- name: custom-codecs
180180
repository: https://github.com/opensearch-project/custom-codecs.git
181-
ref: 5d7af4c6d16c2be07400dfc1be1183b4a205d222
181+
ref: tags/3.0.0.0-beta1
182182
platforms:
183183
- linux
184184
- windows
185185
- name: flow-framework
186186
repository: https://github.com/opensearch-project/flow-framework.git
187-
ref: f8923ab04639a11e49b07ca6159291ab93d29db4
187+
ref: tags/3.0.0.0-beta1
188188
platforms:
189189
- linux
190190
- windows
@@ -193,7 +193,7 @@ components:
193193
- opensearch-remote-metadata-sdk
194194
- name: skills
195195
repository: https://github.com/opensearch-project/skills.git
196-
ref: d30e38df8669dcd25a6ac37426964047a64e3a2a
196+
ref: tags/3.0.0.0-beta1
197197
platforms:
198198
- linux
199199
- windows
@@ -204,13 +204,13 @@ components:
204204
- ml-commons
205205
- name: query-insights
206206
repository: https://github.com/opensearch-project/query-insights.git
207-
ref: 25a4ce671647dc513fa9cdae871011157003ad7c
207+
ref: tags/3.0.0.0-beta1
208208
platforms:
209209
- linux
210210
- windows
211211
- name: opensearch-system-templates
212212
repository: https://github.com/opensearch-project/opensearch-system-templates.git
213-
ref: 4a87dee7267c55f82b79614a73e7cb85226708b5
213+
ref: tags/3.0.0.0-beta1
214214
platforms:
215215
- linux
216216
- windows

manifests/3.0.0-beta1/opensearch-dashboards-3.0.0-beta1.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -10,52 +10,52 @@ ci:
1010
components:
1111
- name: OpenSearch-Dashboards
1212
repository: https://github.com/opensearch-project/OpenSearch-Dashboards.git
13-
ref: ae4d1ecc8264b45575e74facc4cdb3c4711312a7
13+
ref: tags/3.0.0-beta1
1414
- name: functionalTestDashboards
1515
repository: https://github.com/opensearch-project/opensearch-dashboards-functional-test.git
16-
ref: main
16+
ref: tags/3.0.0-beta1
1717
- name: observabilityDashboards
1818
repository: https://github.com/opensearch-project/dashboards-observability.git
19-
ref: c32611efbc718d6caf590d723ba894f5402091fe
19+
ref: tags/3.0.0.0-beta1
2020
- name: reportsDashboards
2121
repository: https://github.com/opensearch-project/dashboards-reporting.git
22-
ref: 696c5c5e0822f7dc41593ab4d638ce1613f6f6dc
22+
ref: tags/3.0.0.0-beta1
2323
- name: queryWorkbenchDashboards
2424
repository: https://github.com/opensearch-project/dashboards-query-workbench.git
25-
ref: 76784bcc06303e9642af567c72e70c904d7e52b5
25+
ref: tags/3.0.0.0-beta1
2626
- name: customImportMapDashboards
2727
repository: https://github.com/opensearch-project/dashboards-maps.git
28-
ref: e6d498c1e34663facc8957da8f39de5642b1702c
28+
ref: tags/3.0.0.0-beta1
2929
- name: anomalyDetectionDashboards
3030
repository: https://github.com/opensearch-project/anomaly-detection-dashboards-plugin.git
31-
ref: 6a07d17add49813d8f35aa1417426d3cb715192d
31+
ref: tags/3.0.0.0-beta1
3232
- name: mlCommonsDashboards
3333
repository: https://github.com/opensearch-project/ml-commons-dashboards.git
34-
ref: 25dda6ce07c2a0f112833b03a4e136c6ed195b7d
34+
ref: tags/3.0.0.0-beta1
3535
- name: indexManagementDashboards
3636
repository: https://github.com/opensearch-project/index-management-dashboards-plugin.git
37-
ref: f378f78758de35bd075cc8e90240bdebd01f3ac1
37+
ref: tags/3.0.0.0-beta1
3838
- name: notificationsDashboards
3939
repository: https://github.com/opensearch-project/dashboards-notifications.git
40-
ref: a0b60589dde9a6dae50b9a63e4bc47fccc2e01fa
40+
ref: tags/3.0.0.0-beta1
4141
- name: alertingDashboards
4242
repository: https://github.com/opensearch-project/alerting-dashboards-plugin.git
43-
ref: 82532860e740d260e281be4656ef47e4bbecf12b
43+
ref: tags/3.0.0.0-beta1
4444
- name: securityAnalyticsDashboards
4545
repository: https://github.com/opensearch-project/security-analytics-dashboards-plugin.git
46-
ref: ef5a6fbf24a20abbbe2fa27b7daf34345de99616
46+
ref: tags/3.0.0.0-beta1
4747
- name: securityDashboards
4848
repository: https://github.com/opensearch-project/security-dashboards-plugin.git
49-
ref: ca53a367f541a27e91822d806cb5a964007ca4da
49+
ref: tags/3.0.0.0-beta1
5050
- name: searchRelevanceDashboards
5151
repository: https://github.com/opensearch-project/dashboards-search-relevance.git
52-
ref: 4214d2654b9325f3c7cd7487b8b5a29564df7a11
52+
ref: tags/3.0.0.0-beta1
5353
- name: assistantDashboards
5454
repository: https://github.com/opensearch-project/dashboards-assistant.git
55-
ref: 0edce2fc445e2b64cb04b4a75804cdea04492bc3
55+
ref: tags/3.0.0.0-beta1
5656
- name: flowFrameworkDashboards
5757
repository: https://github.com/opensearch-project/dashboards-flow-framework.git
58-
ref: 4e87957ed2bedc119514b302e6179c86ae157d17
58+
ref: tags/3.0.0.0-beta1
5959
- name: queryInsightsDashboards
6060
repository: https://github.com/opensearch-project/query-insights-dashboards.git
61-
ref: 952246faeba1a99a4af38022cbbaa7a5737b6f10
61+
ref: tags/3.0.0.0-beta1

0 commit comments

Comments
 (0)