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

SCANCLI-118 Run ITs on macOS #202

Closed
wants to merge 1 commit into from
Closed
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
27 changes: 27 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,34 @@
cleanup_before_cache_script:
- cleanup_maven_repository

macos_qa_java17_task:
depends_on:
- build
<<: *ONLY_SONARSOURCE_QA
persistent_worker:
resources:
tart-vms: 1
labels:
envname: prod
isolation:
tart:
image: ghcr.io/cirruslabs/macos-sonoma-xcode:latest
cpu: 4
memory: 8G
env:
matrix:
- SQ_VERSION: LATEST_RELEASE
maven_cache:
folder: ${CIRRUS_WORKING_DIR}/.m2/repository
qa_script:
- source cirrus-env QA
- source set_maven_build_version $BUILD_NUMBER
- cd it
- mvn -B -e -Dsonar.runtimeVersion="$SQ_VERSION" -Dmaven.test.redirectTestOutputToFile=false verify
cleanup_before_cache_script:
- cleanup_maven_repository

promote_task:

Check warning on line 165 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L165

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

Check warning on line 165 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L165

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

Check warning on line 165 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L165

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

Check warning on line 165 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L165

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

Check warning on line 165 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L165

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

Check warning on line 165 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L165

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