Skip to content

ci: Add Impit HTTP client to scheduled E2E templates matrix#1886

Merged
vdusek merged 1 commit intomasterfrom
ci/e2e-add-impit-to-matrix
May 9, 2026
Merged

ci: Add Impit HTTP client to scheduled E2E templates matrix#1886
vdusek merged 1 commit intomasterfrom
ci/e2e-add-impit-to-matrix

Conversation

@vdusek
Copy link
Copy Markdown
Collaborator

@vdusek vdusek commented May 9, 2026

Summary

The e2e template test parametrization and the project template CLI both already support the impit HTTP client, but the scheduled CI matrix in on_schedule_tests.yaml only exercised httpx and curl_impersonate, leaving the impit variant untested.

This PR adds "impit" to the http-client matrix so the daily scheduled run covers all three HTTP client variants the templates ship with.

Matrix size goes from 7×2×3 = 42 jobs to 7×3×3 = 63 jobs (max-parallel stays at 12).

The e2e template test parametrization and the project template CLI both
support the impit HTTP client, but the scheduled CI matrix only exercised
httpx and curl-impersonate, leaving the impit variant untested.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@vdusek vdusek added t-tooling Issues with this label are in the ownership of the tooling team. adhoc Ad-hoc unplanned task added during the sprint. labels May 9, 2026
@vdusek vdusek self-assigned this May 9, 2026
@github-actions github-actions Bot added this to the 140th sprint - Tooling team milestone May 9, 2026
@vdusek vdusek changed the title ci: add impit http client to scheduled e2e templates matrix ci: Add Impit HTTP client to scheduled E2E templates matrix May 9, 2026
@vdusek vdusek merged commit a60c17b into master May 9, 2026
30 checks passed
@vdusek vdusek deleted the ci/e2e-add-impit-to-matrix branch May 9, 2026 07:53
@codecov
Copy link
Copy Markdown

codecov Bot commented May 9, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.70%. Comparing base (6a1995e) to head (b9259b0).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1886      +/-   ##
==========================================
- Coverage   92.71%   92.70%   -0.01%     
==========================================
  Files         161      161              
  Lines       11356    11356              
==========================================
- Hits        10529    10528       -1     
- Misses        827      828       +1     
Flag Coverage Δ
unit 92.70% <ø> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ 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.
  • 📦 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

adhoc Ad-hoc unplanned task added during the sprint. t-tooling Issues with this label are in the ownership of the tooling team.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants