Skip to content

Fix nightly benchmark publishing when some test suites fail#2541

Merged
albertlockett merged 1 commit intoopen-telemetry:mainfrom
cijothomas:cijothomas/uploadresultsevenwhensomefails
Apr 6, 2026
Merged

Fix nightly benchmark publishing when some test suites fail#2541
albertlockett merged 1 commit intoopen-telemetry:mainfrom
cijothomas:cijothomas/uploadresultsevenwhensomefails

Conversation

@cijothomas
Copy link
Copy Markdown
Member

Ensures passing test suite results are still published to benchmark pages even when other suites fail.

- Add if: !cancelled() to update-benchmarks job so it runs even when
  pipeline-perf-test has failures
- Add if: !cancelled() to syslog TCP upload step (was the only upload
  step missing it)
- Add if: !cancelled() to all consolidation steps in update-benchmarks
- Add if: !cancelled() && hashFiles() guard to all publish steps so
  each suite publishes independently and skips cleanly when no data exists
- Change scaling-efficiency download to use pattern/merge-multiple
  instead of exact name match to avoid failure when artifact is missing
- Update consolidate-benchmarks.sh to exit gracefully when input
  directory is empty or missing
@cijothomas cijothomas requested a review from a team as a code owner April 5, 2026 01:13
@github-actions github-actions bot added the ci-repo Repository maintenance, build, GH workflows, repo cleanup, or other chores label Apr 5, 2026
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 5, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.34%. Comparing base (d8e64e0) to head (293ffdb).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2541      +/-   ##
==========================================
- Coverage   88.34%   88.34%   -0.01%     
==========================================
  Files         613      613              
  Lines      222675   222675              
==========================================
- Hits       196731   196725       -6     
- Misses      25420    25426       +6     
  Partials      524      524              
Components Coverage Δ
otap-dataflow 90.24% <ø> (-0.01%) ⬇️
query_abstraction 80.61% <ø> (ø)
query_engine 90.74% <ø> (ø)
syslog_cef_receivers ∅ <ø> (∅)
otel-arrow-go 52.45% <ø> (ø)
quiver 91.92% <ø> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@drewrelmas drewrelmas added this pull request to the merge queue Apr 5, 2026
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Apr 5, 2026
@albertlockett albertlockett added this pull request to the merge queue Apr 6, 2026
Merged via the queue into open-telemetry:main with commit 5247a88 Apr 6, 2026
117 of 119 checks passed
@cijothomas cijothomas deleted the cijothomas/uploadresultsevenwhensomefails branch April 6, 2026 16:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci-repo Repository maintenance, build, GH workflows, repo cleanup, or other chores

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

4 participants