Skip to content

Commit

Permalink
Add v1 docker-compose installation for 1.3 branch (opensearch-project…
Browse files Browse the repository at this point in the history
…#768)

* Add v1 docker-compose installation for now

Signed-off-by: Peter Zhu <[email protected]>

* Add more

Signed-off-by: Peter Zhu <[email protected]>

* Add more

Signed-off-by: Peter Zhu <[email protected]>

---------

Signed-off-by: Peter Zhu <[email protected]>
  • Loading branch information
peterzhuamazon authored Dec 2, 2024
1 parent 7cc8947 commit 7d6e086
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
jobs:
build_pa_pkg:
strategy:
fail-fast: false
matrix:
java:
- 8
Expand All @@ -25,9 +26,12 @@ jobs:
java-version: ${{matrix.java}}
# Performance Analyzer in ./tmp/performance-analyzer
- name: Checkout Performance Analyzer package
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: ./tmp/performance-analyzer
- uses: KengoTODA/actions-setup-docker-compose@v1
with:
version: '1.29.2'
# Explicitly set the docker-compose program path so that our build scripts in RCA can run the program
# This is necessary because of the Github Actions environment and the workingDir of the Gradle environment
- name: Set docker-compose path
Expand Down

0 comments on commit 7d6e086

Please sign in to comment.