Skip to content

Commit a6619d8

Browse files
SONARJAVA-5363 Restrict ITs to run only against 2025.1 (#5040)
1 parent fa2d48e commit a6619d8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.cirrus.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -149,11 +149,11 @@ plugin_qa_task:
149149
<<: *ORCHESTRATOR_CACHE_PREPARATION_DEFINITION
150150
matrix:
151151
- env:
152-
SQ_VERSION: LATEST_RELEASE
152+
SQ_VERSION: LATEST_RELEASE[2025.1]
153153
orchestrator_LATEST_RELEASE_cache:
154154
<<: *ORCHESTRATOR_CACHE_ELEMENTS_DEFINITION
155155
- env:
156-
SQ_VERSION: DEV
156+
SQ_VERSION: DEV[2025.1]
157157
orchestrator_DEV_cache:
158158
<<: *ORCHESTRATOR_CACHE_ELEMENTS_DEFINITION
159159

@@ -216,7 +216,7 @@ ruling_task:
216216
- source cirrus-env QA
217217
- source set_maven_build_version $BUILD_NUMBER
218218
- cd its/ruling
219-
- mvn package --batch-mode "-Pit-ruling,$PROFILE" -Dsonar.runtimeVersion=LATEST_RELEASE -Dmaven.test.redirectTestOutputToFile=false -B -e -V -Dparallel=methods -DuseUnlimitedThreads=true
219+
- mvn package --batch-mode "-Pit-ruling,$PROFILE" -Dsonar.runtimeVersion=LATEST_RELEASE[2025.1] -Dmaven.test.redirectTestOutputToFile=false -B -e -V -Dparallel=methods -DuseUnlimitedThreads=true
220220
cleanup_before_cache_script: cleanup_maven_repository
221221
on_failure:
222222
actual_artifacts:
@@ -246,7 +246,7 @@ ruling_win_task:
246246
- init_git_submodules its/sources
247247
- git submodule update --init --recursive
248248
- cd its/ruling
249-
- mvn package --batch-mode "-Pit-ruling,$PROFILE" -Dsonar.runtimeVersion=LATEST_RELEASE -Dmaven.test.redirectTestOutputToFile=false -B -e -V -Dparallel=methods -DuseUnlimitedThreads=true
249+
- mvn package --batch-mode "-Pit-ruling,$PROFILE" -Dsonar.runtimeVersion=LATEST_RELEASE[2025.1] -Dmaven.test.redirectTestOutputToFile=false -B -e -V -Dparallel=methods -DuseUnlimitedThreads=true
250250
cleanup_before_cache_script: cleanup_maven_repository
251251

252252
autoscan_task:
@@ -273,7 +273,7 @@ autoscan_task:
273273
- cd java-checks-test-sources
274274
- JAVA_HOME="${JAVA_LATEST_HOME}" mvn clean compile test-compile --batch-mode
275275
- cd ../its/autoscan
276-
- mvn clean package --batch-mode --errors --show-version --activate-profiles it-autoscan -Dsonar.runtimeVersion=LATEST_RELEASE -Dmaven.test.redirectTestOutputToFile=false -Dparallel=methods -DuseUnlimitedThreads=true
276+
- mvn clean package --batch-mode --errors --show-version --activate-profiles it-autoscan -Dsonar.runtimeVersion=LATEST_RELEASE[25.1] -Dmaven.test.redirectTestOutputToFile=false -Dparallel=methods -DuseUnlimitedThreads=true
277277
cleanup_before_cache_script: cleanup_maven_repository
278278
on_failure:
279279
actual_artifacts:

0 commit comments

Comments
 (0)