Skip to content

Commit 0614cc7

Browse files
authored
Use SQ 10.3 in CI builds to avoid flickering issues bug in SQ 10.4 (temporary solution) (#4758)
1 parent 283b1bb commit 0614cc7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.cirrus.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ plugin_qa_task:
146146
<<: *ORCHESTRATOR_CACHE_PREPARATION_DEFINITION
147147
matrix:
148148
- env:
149-
SQ_VERSION: LATEST_RELEASE
149+
SQ_VERSION: LATEST_RELEASE[10.3]
150150
orchestrator_LATEST_RELEASE_cache:
151151
<<: *ORCHESTRATOR_CACHE_ELEMENTS_DEFINITION
152152
- env:
@@ -208,7 +208,7 @@ ruling_task:
208208
- source cirrus-env QA
209209
- source set_maven_build_version $BUILD_NUMBER
210210
- cd its/ruling
211-
- mvn package "-Pit-ruling,$PROFILE" -Dsonar.runtimeVersion=LATEST_RELEASE -Dmaven.test.redirectTestOutputToFile=false -B -e -V -Dparallel=methods -DuseUnlimitedThreads=true
211+
- mvn package "-Pit-ruling,$PROFILE" -Dsonar.runtimeVersion=LATEST_RELEASE[10.3] -Dmaven.test.redirectTestOutputToFile=false -B -e -V -Dparallel=methods -DuseUnlimitedThreads=true
212212
cleanup_before_cache_script: cleanup_maven_repository
213213
on_failure:
214214
actual_artifacts:
@@ -237,7 +237,7 @@ ruling_win_task:
237237
- init_git_submodules its/sources
238238
- git submodule update --init --recursive
239239
- cd its/ruling
240-
- mvn package "-Pit-ruling,$PROFILE" -Dsonar.runtimeVersion=LATEST_RELEASE -Dmaven.test.redirectTestOutputToFile=false -B -e -V -Dparallel=methods -DuseUnlimitedThreads=true
240+
- mvn package "-Pit-ruling,$PROFILE" -Dsonar.runtimeVersion=LATEST_RELEASE[10.3] -Dmaven.test.redirectTestOutputToFile=false -B -e -V -Dparallel=methods -DuseUnlimitedThreads=true
241241
cleanup_before_cache_script: cleanup_maven_repository
242242

243243
autoscan_task:
@@ -262,7 +262,7 @@ autoscan_task:
262262
- source set_maven_build_version $BUILD_NUMBER
263263
- JAVA_HOME="${JAVA_21_HOME}" mvn clean compile --projects java-checks-test-sources --also-make-dependents
264264
- cd its/autoscan
265-
- mvn clean package --batch-mode --errors --show-version --activate-profiles it-autoscan -Dsonar.runtimeVersion=LATEST_RELEASE -Dmaven.test.redirectTestOutputToFile=false -Dparallel=methods -DuseUnlimitedThreads=true
265+
- mvn clean package --batch-mode --errors --show-version --activate-profiles it-autoscan -Dsonar.runtimeVersion=LATEST_RELEASE[10.3] -Dmaven.test.redirectTestOutputToFile=false -Dparallel=methods -DuseUnlimitedThreads=true
266266
cleanup_before_cache_script: cleanup_maven_repository
267267
on_failure:
268268
actual_artifacts:

0 commit comments

Comments
 (0)