Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SLCORE-1048 Use fixed development reference for SQ instead of version number #1166

Merged
merged 1 commit into from
Nov 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
- mvn -B -e -V -Pits dependency:go-offline # populate cache including ITs deps too
cleanup_before_cache_script: cleanup_maven_repository

test_linux_task:

Check warning on line 91 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L91

task "test_linux" depends on task "build", but their only_if conditions are different

Check warning on line 91 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L91

task "test_linux" depends on task "build", but their only_if conditions are different
# Run unit tests on Linux with Java 17 and SonarQube analysis on Next
depends_on:
- build
Expand All @@ -108,7 +108,7 @@
path: '**/target/surefire-reports/TEST-*.xml'
format: junit

test_windows_task:

Check warning on line 111 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L111

task "test_windows" depends on task "build", but their only_if conditions are different

Check warning on line 111 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L111

task "test_windows" depends on task "build", but their only_if conditions are different
# Run UTs on Windows (Java 17)
depends_on:
- build
Expand All @@ -129,7 +129,7 @@
path: '**/target/surefire-reports/TEST-*.xml'
format: junit

inspect_orchestrator_cache_task:

Check warning on line 132 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L132

task "inspect_orchestrator_cache" depends on task "build", but their only_if conditions are different

Check warning on line 132 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L132

task "inspect_orchestrator_cache" depends on task "build", but their only_if conditions are different
<<: *ONLY_IF_EXCEPT_NIGHTLY
depends_on: build
eks_container:
Expand Down Expand Up @@ -166,7 +166,7 @@
ws_artifacts:
path: "whitesource/**/*"

qa_task:

Check warning on line 169 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L169

task "qa" depends on task "build", but their only_if conditions are different

Check warning on line 169 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L169

task "qa" depends on task "build", but their only_if conditions are different

Check warning on line 169 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L169

task "qa" depends on task "build", but their only_if conditions are different

Check warning on line 169 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L169

task "qa" depends on task "build", but their only_if conditions are different

Check warning on line 169 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L169

task "qa" depends on task "build", but their only_if conditions are different

Check warning on line 169 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L169

task "qa" depends on task "build", but their only_if conditions are different

Check warning on line 169 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L169

task "qa" depends on task "build", but their only_if conditions are different

Check warning on line 169 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L169

task "qa" depends on task "build", but their only_if conditions are different
# Run ITs
depends_on:
- build
Expand All @@ -188,7 +188,7 @@
SONARCLOUD_IT_PASSWORD: VAULT[development/team/sonarlint/kv/data/sonarcloud-it data.password]
QA_CATEGORY: SonarCloud
- env:
SQ_VERSION: "10.8.0.99052"
SQ_VERSION: "DEV[10.8]"
JDK_VERSION: "17"
CATEGORY: "-DexcludedGroups=SonarCloud"
QA_CATEGORY: SQDogfood
Expand Down Expand Up @@ -221,7 +221,7 @@
log_artifacts:
path: "**/target/**/sonarqube*/logs/*.log"

promote_task:

Check warning on line 224 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L224

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

Check warning on line 224 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L224

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

Check warning on line 224 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L224

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

Check warning on line 224 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L224

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