Skip to content

Commit

Permalink
Revert temporary changes done earlier to test JDK 11,17 CI
Browse files Browse the repository at this point in the history
Signed-off-by: Sagar Upadhyaya <[email protected]>
  • Loading branch information
sgup432 committed Apr 6, 2022
1 parent 8d79b98 commit 3ccf711
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
java:
- 11
- 17
fail-fast: false
runs-on: [ubuntu-latest]
name: Building RCA package
steps:
Expand Down Expand Up @@ -53,8 +54,8 @@ jobs:
- name: Checkout Performance Analyzer
uses: actions/checkout@v2
with:
repository: sgup432/performance-analyzer
ref: jdk_gradle_7_OS2.0
repository: opensearch-project/performance-analyzer
ref: main
path: ./tmp/performance-analyzer
- name: Build PA gradle using the new RCA jar
working-directory: ./tmp/performance-analyzer
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ ext {
if (isSnapshot) {
opensearch_build += "-SNAPSHOT"
}
gitPaBranch = 'jdk_gradle_7_OS2.0'
gitPaRepo = "https://github.com/sgup432/performance-analyzer.git"
gitPaBranch = 'main'
gitPaRepo = "https://github.com/opensearch-project/performance-analyzer.git"
runGauntletTests = "true" == System.getProperty("run.gauntlet.tests", "false")
}

Expand Down

0 comments on commit 3ccf711

Please sign in to comment.