Skip to content

Commit

Permalink
SLE-996: Update Orchestrator and adjust CI
Browse files Browse the repository at this point in the history
With the release of SQ-S 10.8 the versioning shifted to a new format. We have to incorporate it.

The MQR/Standard Mode IT needed to be ignored due to issue coming with the released 10.8!
  • Loading branch information
thahnen committed Dec 3, 2024
1 parent 7b74655 commit a687109
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .cirrus.default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ qa_connectedModeSonarQube_task:
SQ_VERSION: 'LATEST_RELEASE'
QA_CATEGORY: 'LATEST_RELEASE'
- env:
SQ_VERSION: 'DEV[10.8]'
SQ_VERSION: 'DEV'
QA_CATEGORY: 'DEV'
<<: *SETUP_MAVEN_CACHE_QA
<<: *SETUP_ORCHESTRATOR_CACHE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@ public void shouldAutomaticallyUpdateRuleSetWhenChangedOnServer() throws Excepti
}

@Test
@Ignore("12/2024: Due to last minute changes in SQ-S 10.8 and onwards the change of the setting does not work anymore")
public void switch_between_modes() throws Exception {
Assume.assumeTrue(orchestrator.getServer().version().isGreaterThanOrEquals(10, 8));

Expand Down
6 changes: 3 additions & 3 deletions target-platforms/commons-its.target
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>2.1.214</version>
<version>2.2.222</version>
<type>jar</type>
</dependency>
<dependency>
Expand Down Expand Up @@ -83,7 +83,7 @@
<dependency>
<groupId>org.sonarsource.orchestrator</groupId>
<artifactId>sonar-orchestrator</artifactId>
<version>4.0.0.404</version>
<version>5.1.0.2254</version>
<type>jar</type>
</dependency>
</dependencies>
Expand All @@ -104,7 +104,7 @@ DynamicImport-Package: *
<dependency>
<groupId>org.sonarsource.orchestrator</groupId>
<artifactId>sonar-orchestrator-junit4</artifactId>
<version>4.0.0.404</version>
<version>5.1.0.2254</version>
<type>jar</type>
</dependency>
</dependencies>
Expand Down

0 comments on commit a687109

Please sign in to comment.