Skip to content

Commit

Permalink
Use Java 17 for CI and remove test for SQ 8.9 (#241)
Browse files Browse the repository at this point in the history
Co-authored-by: Tibor Blenessy <tibor.blenessy@sonarsource.com>
  • Loading branch information
ilia-kebets-sonarsource and saberduck committed Feb 1, 2023
1 parent 8578aff commit 24f41ed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ env:
CIRRUS_SHELL: bash

container_definition: &CONTAINER_DEFINITION
image: ${CIRRUS_AWS_ACCOUNT}.dkr.ecr.eu-central-1.amazonaws.com/base:j11-latest
image: ${CIRRUS_AWS_ACCOUNT}.dkr.ecr.eu-central-1.amazonaws.com/base:j17-latest
cluster_name: ${CIRRUS_CLUSTER_NAME}
region: eu-central-1
namespace: default
Expand Down Expand Up @@ -92,7 +92,7 @@ build_win_task:
- source cirrus-env CI
- mvn test
cleanup_before_cache_script: cleanup_maven_repository

plugin_qa_task:
depends_on:
- build
Expand All @@ -103,7 +103,7 @@ plugin_qa_task:
memory: 8G
env:
matrix:
- SQ_VERSION: LATEST_RELEASE[8.9]
- SQ_VERSION: LATEST_RELEASE
- SQ_VERSION: DEV
maven_cache:
folder: ${CIRRUS_WORKING_DIR}/.m2/repository
Expand Down Expand Up @@ -132,7 +132,7 @@ ruling_task:
- cd its/ruling
- mvn verify -Dsonar.runtimeVersion=LATEST_RELEASE -Dmaven.test.redirectTestOutputToFile=false -B -e -V
cleanup_before_cache_script: cleanup_maven_repository

promote_task:

Check warning on line 136 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L136

task "promote" depends on task "ws_scan", but their only_if conditions are different

Check warning on line 136 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L136

task "promote" depends on task "build_win", but their only_if conditions are different

Check warning on line 136 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L136

task "promote" depends on task "ws_scan", but their only_if conditions are different

Check warning on line 136 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L136

task "promote" depends on task "build_win", but their only_if conditions are different
depends_on:
- build
Expand Down

0 comments on commit 24f41ed

Please sign in to comment.