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

Collect JUnit reports in Cirrus #201

Merged
merged 1 commit into from
Dec 19, 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
5 changes: 5 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@
script:
- source cirrus-env BUILD
- regular_mvn_build_deploy_analyze -Pdist-linux-x64,dist-linux-aarch64,dist-windows-x64,dist-macosx-x64,dist-macosx-aarch64
always:
junit_artifacts:
path: "**/surefire-reports/**.xml"
type: text/xml
format: junit
cleanup_before_cache_script:
- cleanup_maven_repository

Expand Down Expand Up @@ -135,7 +140,7 @@
cleanup_before_cache_script:
- cleanup_maven_repository

promote_task:

Check warning on line 143 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L143

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

Check warning on line 143 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L143

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

Check warning on line 143 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L143

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

Check warning on line 143 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L143

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

Check warning on line 143 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L143

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

Check warning on line 143 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L143

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

Check warning on line 143 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L143

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

Check warning on line 143 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L143

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

Check warning on line 143 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L143

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

Check warning on line 143 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L143

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

Check warning on line 143 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L143

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

Check warning on line 143 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L143

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
Loading