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

ci/transformers: add baseline checks for test cases #1269

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dvrogozh
Copy link
Contributor

@dvrogozh dvrogozh commented Jan 9, 2025

Baseline is set in a python script. Script looks into the results and categorizes test cases as:

  • New failures - if detected workflow is marked as failed
  • New passes - if detected workflow is marked as failed (since baseline requires an update)
  • Skipped flickies - if detected workflow is marked as failed (since baseline requires an update)
  • Known failures - these are failing tests knowing to fail per baseline, workflow is marked as passed (if nothing from above detected)

Test cases from above categories are printed into summary.

@dvrogozh dvrogozh force-pushed the transformers2 branch 4 times, most recently from e7c9448 to 1b7ce58 Compare January 9, 2025 20:35
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.

1 participant