Skip to content

Commit

Permalink
Adding 1.3.11 manifest (#3626)
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Lu <chunglu@amazon.com>
  • Loading branch information
jordarlu authored Jun 14, 2023
1 parent 0f3a053 commit dc2e55e
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 7 deletions.
1 change: 1 addition & 0 deletions jenkins/check-for-build.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ pipeline {
H 1 * * * %INPUT_MANIFEST=2.9.0/opensearch-2.9.0.yml;TARGET_JOB_NAME=distribution-build-opensearch;BUILD_PLATFORM=linux macos windows;BUILD_DISTRIBUTION=tar rpm deb zip
H 1 * * * %INPUT_MANIFEST=2.8.1/opensearch-2.8.1.yml;TARGET_JOB_NAME=distribution-build-opensearch;BUILD_PLATFORM=linux macos windows;BUILD_DISTRIBUTION=tar rpm deb zip
H 1 * * * %INPUT_MANIFEST=1.4.0/opensearch-1.4.0.yml;TARGET_JOB_NAME=distribution-build-opensearch;BUILD_PLATFORM=linux macos windows;BUILD_DISTRIBUTION=tar rpm zip
H 1 * * * %INPUT_MANIFEST=1.3.11/opensearch-1.3.11.yml;TARGET_JOB_NAME=distribution-build-opensearch;BUILD_PLATFORM=linux macos windows;BUILD_DISTRIBUTION=tar rpm deb zip
H 1 * * * %INPUT_MANIFEST=1.4.0/opensearch-dashboards-1.4.0.yml;TARGET_JOB_NAME=distribution-build-opensearch-dashboards;BUILD_PLATFORM=linux windows;BUILD_DISTRIBUTION=tar rpm zip
H 1 * * * %INPUT_MANIFEST=3.0.0/opensearch-3.0.0.yml;TEST_MANIFEST=3.0.0/opensearch-3.0.0-test.yml;TARGET_JOB_NAME=distribution-build-opensearch;BUILD_PLATFORM=linux macos windows;BUILD_DISTRIBUTION=tar rpm deb zip
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
Expand Down
16 changes: 16 additions & 0 deletions manifests/1.3.11/opensearch-1.3.11.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
schema-version: '1.0'
build:
name: OpenSearch
version: 1.3.11
ci:
image:
name: opensearchstaging/ci-runner:ci-runner-centos7-opensearch-build-v2
args: -e JAVA_HOME=/opt/java/openjdk-11
components:
- name: OpenSearch
repository: https://github.com/opensearch-project/OpenSearch.git
ref: '1.3'
checks:
- gradle:publish
- gradle:properties:version
10 changes: 3 additions & 7 deletions tests/test_run_manifests.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,13 @@ def test_main_list(self, mock_logging: Mock, *mocks: Any) -> None:
main()

mock_logging.info.assert_has_calls([
call("OpenSearch 1.3.0"),
call("OpenSearch 1.3.1"),
call("OpenSearch 1.3.10"),
call("OpenSearch 1.3.2"),
call("OpenSearch 1.3.3"),
call("OpenSearch 1.3.4")
call("OpenSearch 1.3.11")
])

mock_logging.info.assert_has_calls([
call("OpenSearch 2.0.0"),
call("OpenSearch 2.0.1")
call("OpenSearch 2.7.1"),
call("OpenSearch 2.8.0")
])

mock_logging.info.assert_has_calls([
Expand Down

0 comments on commit dc2e55e

Please sign in to comment.