Skip to content

Commit

Permalink
BUILD-4459 fix orchestrator.configUrl lookup
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-carsique-sonarsource committed Feb 9, 2024
1 parent 34e2ca7 commit 3e07759
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ gradle_its_template: &GRADLE_ITS_TEMPLATE
- source cirrus-env QA
- ./gradlew "${GRADLE_TASK}" "-P${ITS_PROJECT}"
"-Dsonar.runtimeVersion=${SQ_VERSION}"
"-Dorchestrator.configUrl=https://repox.jfrog.io/repox/orchestrator.properties/orch-h2.properties"
"-Dorchestrator.configUrl=file:///$CIRRUS_WORKING_DIR/orchestrator.properties"
"-Dorchestrator.artifactory.accessToken=${ARTIFACTORY_ACCESS_TOKEN}"
"-DbuildNumber=$BUILD_NUMBER"
-Pqa --info --console plain --no-daemon --build-cache
Expand Down Expand Up @@ -214,7 +214,7 @@ qa_ruling_kotlin_compiler_task:
- source cirrus-env QA
- ./gradlew :its:ruling:test --tests "org.sonarsource.slang.SlangRulingTest.test_kotlin_compiler" -Pruling
"-Dsonar.runtimeVersion=${SQ_VERSION}"
"-Dorchestrator.configUrl=https://repox.jfrog.io/repox/orchestrator.properties/orch-h2.properties"
"-Dorchestrator.configUrl=file:///$CIRRUS_WORKING_DIR/orchestrator.properties"
"-Dorchestrator.artifactory.accessToken=${ARTIFACTORY_ACCESS_TOKEN}"
"-DbuildNumber=$BUILD_NUMBER"
-Pqa --info --console plain --no-daemon --build-cache
Expand Down
3 changes: 3 additions & 0 deletions orchestrator.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
java.io.tmpdir=${SONAR_TMP}
sonar.jdbc.dialect=h2
orchestrator.updateCenterUrl=http://update.sonarsource.org/update-center-dev.properties

0 comments on commit 3e07759

Please sign in to comment.