Skip to content

[ci] Don t try push results if they dont exist#33789

Merged
rmarinho merged 1 commit intomainfrom
clear-warnings
Jan 30, 2026
Merged

[ci] Don t try push results if they dont exist#33789
rmarinho merged 1 commit intomainfrom
clear-warnings

Conversation

@rmarinho
Copy link
Member

Description of Change

The default template tries always to push trx, but on helix this is done by Helix itself.

This pull request makes a small configuration change to the Helix test stage in the pipeline. The change disables the publishing of test results for this stage by setting enablePublishTestResults to false.

Copilot AI review requested due to automatic review settings January 30, 2026 10:51
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR addresses a configuration issue in the Helix test pipeline where test results were being published twice - once by the pipeline template and once by Helix itself. The change disables the redundant pipeline-level test result publishing.

Changes:

  • Modified the Helix test stage configuration to disable duplicate test result publishing

publishAssetsImmediately: true
enablePublishBuildArtifacts: true
enablePublishTestResults: true
enablePublishTestResults: false
Copy link

Copilot AI Jan 30, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR title contains spelling errors: 'Don t' should be 'Don't' and 'dont' should be 'don't'.

Copilot uses AI. Check for mistakes.
@rmarinho rmarinho merged commit 71e5c2f into main Jan 30, 2026
23 of 28 checks passed
@rmarinho rmarinho deleted the clear-warnings branch January 30, 2026 13:46
kubaflo pushed a commit to kubaflo/maui that referenced this pull request Feb 2, 2026
### Description of Change

The default template tries always to push trx, but on helix this is done
by Helix itself.

This pull request makes a small configuration change to the Helix test
stage in the pipeline. The change disables the publishing of test
results for this stage by setting `enablePublishTestResults` to `false`.
@github-actions github-actions bot locked and limited conversation to collaborators Mar 2, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants