8000 Stop benchmark reporting if benchmark action is skipped by TimMonko · Pull Request #8037 · napari/napari · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Stop benchmark reporting if benchmark action is skipped #8037

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

Merged
merged 1 commit into from
Jun 20, 2025

Conversation

TimMonko
Copy link
Contributor
@TimMonko TimMonko commented Jun 19, 2025

References and relevant issues

When I merge PRs, I get spammed in my notifications that benchmarks reporting has failed -- it looks like it only succeeds on the chron run lately. https://github.com/napari/napari/actions/workflows/benchmarks_report.yml
The problem is that combine-artifacts always runs, regardless of whether benchmarks is skipped. The action triggers on PR merge, but is skipped unless the benchmarks label is added.

Description

  1. now combine-artifacts only runs if benchmarks is not skipped.
  2. Benchmark reporting only happens if Benchmarks succeeds, which I'm pretty sure is False if actions are skipped.

Thus, the benchmark report action will stop triggering fails if benchmarks are skipped.

Alternative

Remove running the benchmark action on merging of benchmark labeled PRs, but this would be a regression. I'm guessing this functionality is there to double check affected PRs.

@TimMonko TimMonko requested a review from a team as a code owner June 19, 2025 19:07
@github-actions github-actions bot added the maintenance PR with maintance changes, label Jun 19, 2025
@TimMonko TimMonko added this to the 0.6.2 milestone Jun 19, 2025
Copy link
codecov bot commented Jun 19, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.05%. Comparing base (86e6d27) to head (a76531e).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8037      +/-   ##
==========================================
+ Coverage   93.01%   93.05%   +0.04%     
==========================================
  Files         648      648              
  Lines       61463    61463              
==========================================
+ Hits        57171    57196      +25     
+ Misses       4292     4267      -25     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@TimMonko TimMonko added the ready to merge Last chance for comments! Will be merged in ~24h label Jun 20, 2025
@TimMonko TimMonko merged commit e022599 into napari:main Jun 20, 2025
45 checks passed
@github-actions github-actions bot removed the ready to merge Last chance for comments! Will be merged in ~24h label Jun 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance PR with maintance changes,
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0