Skip to content

Make pipeline perf test a required CI check#2778

Closed
cijothomas wants to merge 1 commit intomainfrom
cijothomas/require-perf-test-ci
Closed

Make pipeline perf test a required CI check#2778
cijothomas wants to merge 1 commit intomainfrom
cijothomas/require-perf-test-ci

Conversation

@cijothomas
Copy link
Copy Markdown
Member

Summary

Make the pipeline performance test a required check for PR merges to catch performance regressions before they land.

Changes

  • rust-ci.yml: Add pipeline_perf_test job (runs on ubuntu-latest) and include it in rust-required-status-check aggregator
  • pipeline-perf-on-label.yaml: Simplify to only run on dedicated Oracle bare-metal hardware when pipelineperf label is present — the basic validation path is removed since rust-ci.yml now covers it

Motivation

Previously, PRs could merge even when the perf test was failing. This change ensures perf regressions block the merge queue.

- Add pipeline_perf_test job to rust-ci.yml running on ubuntu-latest
- Include it in rust-required-status-check aggregator to gate merges
- Simplify pipeline-perf-on-label.yaml to only run on dedicated Oracle
  hardware when 'pipelineperf' label is present (no more basic path
  since rust-ci.yml now covers that)
@github-actions github-actions Bot added the ci-repo Repository maintenance, build, GH workflows, repo cleanup, or other chores label Apr 29, 2026
@cijothomas cijothomas closed this Apr 29, 2026
@cijothomas cijothomas deleted the cijothomas/require-perf-test-ci branch April 29, 2026 02:43
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 29, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.07%. Comparing base (0ddaeb4) to head (af92a0d).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2778      +/-   ##
==========================================
- Coverage   86.08%   86.07%   -0.01%     
==========================================
  Files         694      694              
  Lines      262622   262622              
==========================================
- Hits       226066   226060       -6     
- Misses      36032    36038       +6     
  Partials      524      524              
Components Coverage Δ
otap-dataflow 87.04% <ø> (-0.01%) ⬇️
query_abstraction 80.61% <ø> (ø)
query_engine 90.75% <ø> (ø)
otel-arrow-go 52.45% <ø> (ø)
quiver 92.25% <ø> (ø)
🚀 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.

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.

1 participant