Skip to content

Commit 8816c60

Browse files
Update github ci checks opensearch build image to al2 (#4744)
Signed-off-by: Peter Zhu <[email protected]>
1 parent 35c22d7 commit 8816c60

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/ISSUE_TEMPLATE/release_template.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Release blog is ready | :red_circle: | |
5858

5959
### [Campaigns](https://github.com/opensearch-project/opensearch-build/wiki/Releasing-the-Distribution#campaigns)
6060

61-
- [ ] [Component Release Issue](https://github.com/opensearch-project/opensearch-build/wiki/Releasing-the-Distribution#component-release-issue).
61+
- [ ] [Component Release Issue](https://github.com/opensearch-project/opensearch-build/wiki/Releasing-the-Distribution#component-release-issues).
6262
- [ ] [Release Campaigns](https://github.com/opensearch-project/opensearch-build/wiki/Releasing-the-Distribution#release-campaigns).
6363

6464
### [Release Branch and Version Increment](https://github.com/opensearch-project/opensearch-build/wiki/Releasing-the-Distribution#release-branch-readiness) - _Ends __REPLACE_RELEASE-minus-4-days__
@@ -185,4 +185,4 @@ __Replace with links to all component tracking issues.__
185185
| :red_circle: | Missed multiple milestones |
186186

187187
</p>
188-
</details>
188+
</details>

.github/workflows/get-ci-image-tag.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
TYPE=${{ inputs.type }}
5151
if [[ -z "$PLATFORM" ]]; then
5252
if [[ "$PRODUCT" = "opensearch" ]]; then
53-
PLATFORM="centos7" # Temp measure before centos7 deprecation on opensearch for k-NN
53+
PLATFORM="al2" # Temp measure before al2 deprecation on opensearch for k-NN
5454
else
5555
PLATFORM="almalinux8"
5656
fi

jenkins/check-for-build.jenkinsfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ pipeline {
2424
triggers {
2525
parameterizedCron '''
2626
H 1 * * * %INPUT_MANIFEST=2.14.1/opensearch-2.14.1.yml;TARGET_JOB_NAME=distribution-build-opensearch;BUILD_PLATFORM=linux macos windows;BUILD_DISTRIBUTION=tar rpm deb zip
27-
H 1 * * * %INPUT_MANIFEST=2.15.0/opensearch-2.15.0.yml;TARGET_JOB_NAME=distribution-build-opensearch;BUILD_PLATFORM=linux macos windows;BUILD_DISTRIBUTION=tar rpm deb zip
28-
H 1 * * * %INPUT_MANIFEST=2.15.0/opensearch-dashboards-2.15.0.yml;TARGET_JOB_NAME=distribution-build-opensearch-dashboards;BUILD_PLATFORM=linux windows;BUILD_DISTRIBUTION=tar rpm deb zip
27+
H */6 * * * %INPUT_MANIFEST=2.15.0/opensearch-2.15.0.yml;TARGET_JOB_NAME=distribution-build-opensearch;BUILD_PLATFORM=linux macos windows;BUILD_DISTRIBUTION=tar rpm deb zip
28+
H */6 * * * %INPUT_MANIFEST=2.15.0/opensearch-dashboards-2.15.0.yml;TARGET_JOB_NAME=distribution-build-opensearch-dashboards;BUILD_PLATFORM=linux windows;BUILD_DISTRIBUTION=tar rpm deb zip
2929
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
3030
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
3131
'''

0 commit comments

Comments
 (0)