File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4949 uses : actions/checkout@v2
5050 with :
5151 repository : opensearch-project/performance-analyzer
52- ref : main
52+ ref : 1.3
5353 path : ./tmp/performance-analyzer
5454 - name : Build PA gradle using the new RCA jar
5555 working-directory : ./tmp/performance-analyzer
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ distributions {
5454ext {
5555 opensearch_version = System . getProperty(" opensearch.version" , " 1.3.0-SNAPSHOT" )
5656 isSnapshot = " true" == System . getProperty(" build.snapshot" , " true" )
57- gitPaBranch = ' main '
57+ gitPaBranch = ' 1.3 '
5858 gitPaRepo = " https://github.com/opensearch-project/performance-analyzer.git"
5959 runGauntletTests = " true" == System . getProperty(" run.gauntlet.tests" , " false" )
6060}
You can’t perform that action at this time.
0 commit comments