From 6cfd51bd2de8dd438d972f66def82ae48ec1a19c Mon Sep 17 00:00:00 2001 From: opensearch-ci-bot Date: Tue, 15 Nov 2022 00:30:00 +0000 Subject: [PATCH] Updated manifests. Signed-off-by: opensearch-ci-bot --- .github/workflows/increment-plugin-versions.yml | 1 + jenkins/check-for-build.jenkinsfile | 1 + manifests/2.5.0/opensearch-2.5.0.yml | 16 ++++++++++++++++ 3 files changed, 18 insertions(+) create mode 100644 manifests/2.5.0/opensearch-2.5.0.yml diff --git a/.github/workflows/increment-plugin-versions.yml b/.github/workflows/increment-plugin-versions.yml index 65ac0f28d9..7fd851118f 100644 --- a/.github/workflows/increment-plugin-versions.yml +++ b/.github/workflows/increment-plugin-versions.yml @@ -48,6 +48,7 @@ jobs: - '3.0' - '2.3' - 1.x + - '2.5' exclude: - {entry: {repo: geospatial}, branch: '1.3'} - {entry: {repo: notifications, path: notifications}, branch: '1.3'} diff --git a/jenkins/check-for-build.jenkinsfile b/jenkins/check-for-build.jenkinsfile index 4c10edc702..c3ecad6257 100644 --- a/jenkins/check-for-build.jenkinsfile +++ b/jenkins/check-for-build.jenkinsfile @@ -14,6 +14,7 @@ pipeline { } triggers { parameterizedCron ''' + H 1 * * * %INPUT_MANIFEST=2.5.0/opensearch-2.5.0.yml;TARGET_JOB_NAME=distribution-build-opensearch H 1 * * * %INPUT_MANIFEST=1.3.7/opensearch-1.3.7.yml;TARGET_JOB_NAME=distribution-build-opensearch;BUILD_PLATFORM=linux macos H 1 * * * %INPUT_MANIFEST=1.3.7/opensearch-dashboards-1.3.7.yml;TARGET_JOB_NAME=distribution-build-opensearch-dashboards;BUILD_PLATFORM=linux H 1 * * * %INPUT_MANIFEST=1.4.0/opensearch-1.4.0.yml;TARGET_JOB_NAME=distribution-build-opensearch;BUILD_PLATFORM=linux macos diff --git a/manifests/2.5.0/opensearch-2.5.0.yml b/manifests/2.5.0/opensearch-2.5.0.yml new file mode 100644 index 0000000000..d6ec89fda3 --- /dev/null +++ b/manifests/2.5.0/opensearch-2.5.0.yml @@ -0,0 +1,16 @@ +--- +schema-version: '1.0' +build: + name: OpenSearch + version: 2.5.0 +ci: + image: + name: opensearchstaging/ci-runner:ci-runner-centos7-opensearch-build-v2 + args: -e JAVA_HOME=/opt/java/openjdk-17 +components: + - name: OpenSearch + repository: https://github.com/opensearch-project/OpenSearch.git + ref: 2.x + checks: + - gradle:publish + - gradle:properties:version