Skip to content

Conversation

@paulz
Copy link
Contributor

@paulz paulz commented Mar 6, 2025

No description provided.

tkersey and others added 6 commits March 6, 2025 14:57
Signed-off-by: Paul Zabelin <[email protected]>
Signed-off-by: Paul Zabelin <[email protected]>
Signed-off-by: Paul Zabelin <[email protected]>
Signed-off-by: Paul Zabelin <[email protected]>
@tkersey tkersey requested a review from Copilot March 6, 2025 23:22
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.

PR Overview

This PR updates the CI workflow to show statistics related to test failures. It adds a push trigger for branches matching "ci-experiment/**" and modifies the test failure reporting step by replacing a direct warning message with a call to an external script for calculating an error margin.

Reviewed Changes

File Description
.github/workflows/cat-test-examples.yml Updated workflow trigger and revised failure reporting implementation

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

Comments suppressed due to low confidence (2)

.github/workflows/cat-test-examples.yml:4

  • The branch trigger pattern 'ci-experiment/**' may not work as intended if branch names include multiple directory levels. Please verify that this wildcard pattern meets the desired triggering behavior.
push:

.github/workflows/cat-test-examples.yml:62

  • The previous version issued a warning directly when failures were detected, but this change replaces it with a script call. Please confirm that the calculate-error-margin.sh script adequately logs failure details or informs the user about the issues.
if: always()

@tkersey tkersey merged commit 0219e28 into main Mar 6, 2025
2 checks passed
@tkersey tkersey deleted the ci-experiment/show-stats branch March 6, 2025 23:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants