File tree Expand file tree Collapse file tree 4 files changed +7
-16
lines changed
Expand file tree Collapse file tree 4 files changed +7
-16
lines changed Original file line number Diff line number Diff line change 1717 uses : actions/setup-java@v1
1818 with :
1919 java-version : 14
20- # dependencies: OpenSearch
21- - name : Checkout OpenSearch
22- uses : actions/checkout@v2
23- with :
24- repository : ' opensearch-project/OpenSearch'
25- path : OpenSearch
26- ref : ' 1.1'
27- - name : Build OpenSearch
28- working-directory : ./OpenSearch
29- run : ./gradlew publishToMavenLocal
30-
3120 # Performance Analyzer in ./tmp/performance-analyzer
3221 - name : Checkout Performance Analyzer package
3322 uses : actions/checkout@v2
4635 ./gradlew build -Dperformance-analyzer-rca.build=true \
4736 -Dperformance-analyzer-rca.repo="https://github.com/opensearch-project/performance-analyzer-rca.git" \
4837 -Dperformance-analyzer-rca.branch=main \
49- -Dopensearch.version=1.1 .0-SNAPSHOT
38+ -Dopensearch.version=1.2 .0-SNAPSHOT
5039 - name : Generate Jacoco coverage report
5140 working-directory : ./tmp/performance-analyzer
5241 run : ./gradlew jacocoTestReport
5746 run : bash <(curl -s https://codecov.io/bash) -f ./build/reports/jacoco/test/jacocoTestReport.xml
5847 - name : Run Integration Tests
5948 working-directory : ./tmp/performance-analyzer
60- run : ./gradlew integTest -Dtests.enableIT -Dtests.useDockerCluster -Dopensearch.version=1.1 .0-SNAPSHOT
49+ run : ./gradlew integTest -Dtests.enableIT -Dtests.useDockerCluster -Dopensearch.version=1.2 .0-SNAPSHOT
Original file line number Diff line number Diff line change 2727buildscript {
2828
2929 ext {
30- opensearch_version = System . getProperty(" opensearch.version" , " 1.1 .0-SNAPSHOT" )
30+ opensearch_version = System . getProperty(" opensearch.version" , " 1.2 .0-SNAPSHOT" )
3131 }
3232
3333 // Used to resolve build file dependencies
@@ -36,6 +36,7 @@ buildscript {
3636 mavenLocal()
3737 maven { url " https://plugins.gradle.org/m2/" }
3838 jcenter()
39+ maven { url " https://aws.oss.sonatype.org/content/repositories/snapshots" }
3940 }
4041
4142 dependencies {
@@ -154,6 +155,7 @@ repositories {
154155 mavenLocal()
155156 maven { url " https://plugins.gradle.org/m2/" }
156157 jcenter()
158+ maven { url " https://aws.oss.sonatype.org/content/repositories/snapshots" }
157159}
158160
159161configurations {
File renamed without changes.
Original file line number Diff line number Diff line change 2727description =Performance Analyzer Plugin
2828#
2929# 'version': plugin's version
30- version =1.1 .0.0
30+ version =1.2 .0.0
3131#
3232# 'name': the plugin name
3333name =performance-analyzer
@@ -42,4 +42,4 @@ classname=org.opensearch.performanceanalyzer.PerformanceAnalyzerPlugin
4242java.version =1.8
4343#
4444# 'opensearch.version' version of opensearch compiled against
45- opensearch.version =1.1 .0
45+ opensearch.version =1.2 .0
You can’t perform that action at this time.
0 commit comments