forked from opensearch-project/opensearch-build
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add JAVA_HOME arguments in manifest workflow from template manifests. (…
…opensearch-project#2358) * Adding java home arg Signed-off-by: Zelin Hao <[email protected]> * Attach tests Signed-off-by: Zelin Hao <[email protected]> * Change to get ci data from templates instead of hardcoding Signed-off-by: Zelin Hao <[email protected]> * Fix flake8 error Signed-off-by: Zelin Hao <[email protected]> * Keep simplifying the workflow. Signed-off-by: Zelin Hao <[email protected]> * More changes Signed-off-by: Zelin Hao <[email protected]>
- Loading branch information
Showing
13 changed files
with
185 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
manifests/templates/opensearch-dashboards/1.x/manifest.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
schema-version: '1.0' | ||
build: | ||
name: OpenSearch Dashboards | ||
version: 'replace' | ||
ci: | ||
image: | ||
name: opensearchstaging/ci-runner:ci-runner-centos7-opensearch-dashboards-build-v2 | ||
components: | ||
- name: OpenSearch-Dashboards | ||
repository: https://github.com/opensearch-project/OpenSearch-Dashboards.git | ||
ref: main |
14 changes: 14 additions & 0 deletions
14
manifests/templates/opensearch-dashboards/2.x/manifest.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
schema-version: '1.0' | ||
build: | ||
name: OpenSearch Dashboards | ||
version: 'replace' | ||
ci: | ||
image: | ||
name: opensearchstaging/ci-runner:ci-runner-centos7-opensearch-dashboards-build-v2 | ||
components: | ||
- name: OpenSearch-Dashboards | ||
repository: https://github.com/opensearch-project/OpenSearch-Dashboards.git | ||
ref: main | ||
checks: | ||
- npm:package:version |
12 changes: 12 additions & 0 deletions
12
manifests/templates/opensearch-dashboards/3.x/manifest.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
schema-version: '1.0' | ||
build: | ||
name: OpenSearch Dashboards | ||
version: 'replace' | ||
ci: | ||
image: | ||
name: opensearchstaging/ci-runner:ci-runner-centos7-opensearch-dashboards-build-v2 | ||
components: | ||
- name: OpenSearch-Dashboards | ||
repository: https://github.com/opensearch-project/OpenSearch-Dashboards.git | ||
ref: main |
14 changes: 14 additions & 0 deletions
14
manifests/templates/opensearch-dashboards/default/manifest.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
schema-version: '1.0' | ||
build: | ||
name: OpenSearch Dashboards | ||
version: 'replace' | ||
ci: | ||
image: | ||
name: opensearchstaging/ci-runner:ci-runner-centos7-opensearch-dashboards-build-v2 | ||
components: | ||
- name: OpenSearch-Dashboards | ||
repository: https://github.com/opensearch-project/OpenSearch-Dashboards.git | ||
ref: main | ||
checks: | ||
- npm:package:version |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
schema-version: '1.0' | ||
build: | ||
name: OpenSearch | ||
version: 'replace' | ||
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: main | ||
checks: | ||
- gradle:publish | ||
- gradle:properties:version |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
schema-version: '1.0' | ||
build: | ||
name: OpenSearch | ||
version: 'replace' | ||
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: main | ||
checks: | ||
- gradle:publish | ||
- gradle:properties:version |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
schema-version: '1.0' | ||
build: | ||
name: OpenSearch | ||
version: 'replace' | ||
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: main | ||
checks: | ||
- gradle:publish | ||
- gradle:properties:version |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
schema-version: '1.0' | ||
build: | ||
name: OpenSearch | ||
version: 'replace' | ||
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: main | ||
checks: | ||
- gradle:publish | ||
- gradle:properties:version |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters