Skip to content

Commit 3e07759

Browse files
BUILD-4459 fix orchestrator.configUrl lookup
1 parent 34e2ca7 commit 3e07759

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.cirrus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ gradle_its_template: &GRADLE_ITS_TEMPLATE
8989
- source cirrus-env QA
9090
- ./gradlew "${GRADLE_TASK}" "-P${ITS_PROJECT}"
9191
"-Dsonar.runtimeVersion=${SQ_VERSION}"
92-
"-Dorchestrator.configUrl=https://repox.jfrog.io/repox/orchestrator.properties/orch-h2.properties"
92+
"-Dorchestrator.configUrl=file:///$CIRRUS_WORKING_DIR/orchestrator.properties"
9393
"-Dorchestrator.artifactory.accessToken=${ARTIFACTORY_ACCESS_TOKEN}"
9494
"-DbuildNumber=$BUILD_NUMBER"
9595
-Pqa --info --console plain --no-daemon --build-cache
@@ -214,7 +214,7 @@ qa_ruling_kotlin_compiler_task:
214214
- source cirrus-env QA
215215
- ./gradlew :its:ruling:test --tests "org.sonarsource.slang.SlangRulingTest.test_kotlin_compiler" -Pruling
216216
"-Dsonar.runtimeVersion=${SQ_VERSION}"
217-
"-Dorchestrator.configUrl=https://repox.jfrog.io/repox/orchestrator.properties/orch-h2.properties"
217+
"-Dorchestrator.configUrl=file:///$CIRRUS_WORKING_DIR/orchestrator.properties"
218218
"-Dorchestrator.artifactory.accessToken=${ARTIFACTORY_ACCESS_TOKEN}"
219219
"-DbuildNumber=$BUILD_NUMBER"
220220
-Pqa --info --console plain --no-daemon --build-cache

orchestrator.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
java.io.tmpdir=${SONAR_TMP}
2+
sonar.jdbc.dialect=h2
3+
orchestrator.updateCenterUrl=http://update.sonarsource.org/update-center-dev.properties

0 commit comments

Comments
 (0)