opensearch-project / performance-analyzer-rca

The Performance Analyzer RCA is a framework that builds on the Performance Analyzer engine to support root cause analysis (RCA) of performance and reliability problems for OpenSearch instances.
https://opensearch.org/docs/latest/monitoring-plugins/pa/rca/index/
Apache License 2.0
30 stars 56 forks source link

Handle string split on branch ref in gradle.yml #484

Closed khushbr closed 1 year ago

khushbr commented 1 year ago

Handle string split on branch ref in gradle.yml. Without quotes, the string was getting split, leading to a branch reference as 2.1.0 instead of 2.10

Execution failed for task ':updateShas'.
> Could not resolve all files for configuration ':runtimeClasspath'.
   > Could not find org.opensearch:performanceanalyzer-rca:2.1.0.0-SNAPSHOT.
     Searched in the following locations:
       - https://repo.maven.apache.org/maven2/org/opensearch/performanceanalyzer-rca/2.1.0.0-SNAPSHOT/maven-metadata.xml
       - https://repo.maven.apache.org/maven2/org/opensearch/performanceanalyzer-rca/2.1.0.0-SNAPSHOT/performanceanalyzer-rca-2.1.0.0-SNAPSHOT.pom
       - file:/home/runner/.m2/repository/org/opensearch/performanceanalyzer-rca/2.1.0.0-SNAPSHOT/maven-metadata.xml
> Task :updateShas FAILED
       - file:/home/runner/.m2/repository/org/opensearch/performanceanalyzer-rca/2.1.0.0-SNAPSHOT/performanceanalyzer-rca-2.1.0.0-SNAPSHOT.pom

Check List

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.