Skip to content

feat(ci): run intensive CI steps in parallel#42200

Draft
hainenber wants to merge 1 commit into
masterfrom
build/running-ci-steps-in-parallel
Draft

feat(ci): run intensive CI steps in parallel#42200
hainenber wants to merge 1 commit into
masterfrom
build/running-ci-steps-in-parallel

Conversation

@hainenber

Copy link
Copy Markdown
Contributor

feat(ci): run intensive CI steps in parallel

SUMMARY

Utilize newest GHA feature to allow CI steps to be ran in parallel. This is different from matrix which would spawn additional runners for each job while this one runs stuffs within 1 runner to be parallel.

BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF

N/A

TESTING INSTRUCTIONS

Green CI for acceptance criterion

ADDITIONAL INFORMATION

  • Has associated issue:
  • Required feature flags:
  • Changes UI
  • Includes DB Migration (follow approval process in SIP-59)
    • Migration is atomic, supports rollback & is backwards-compatible
    • Confirm DB migration upgrade and downgrade tested
    • Runtime estimates and downtime expectations provided
  • Introduces new feature or API
  • Removes existing feature or API

Signed-off-by: hainenber <dotronghai96@gmail.com>
@dosubot dosubot Bot added the github_actions Pull requests that update GitHub Actions code label Jul 18, 2026
@bito-code-review

bito-code-review Bot commented Jul 18, 2026

Copy link
Copy Markdown
Contributor

Bito Automatic Review Skipped - Files Excluded

Bito didn't auto-review this change because all changed files are in the exclusion list for automatic reviews. No action is needed if you didn't intend for the agent to review it. Otherwise, to manually trigger a review, type /review in a comment and save.
You can change the excluded files settings here, or contact your Bito workspace admin at evan@preset.io.

@netlify

netlify Bot commented Jul 18, 2026

Copy link
Copy Markdown

Deploy Preview for superset-docs-preview ready!

Name Link
🔨 Latest commit 9de2728
🔍 Latest deploy log https://app.netlify.com/projects/superset-docs-preview/deploys/6a5b8596faa3fd000844ce1c
😎 Deploy Preview https://deploy-preview-42200--superset-docs-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@codecov

codecov Bot commented Jul 18, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 64.48%. Comparing base (8299e7f) to head (9de2728).
⚠️ Report is 23 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master   #42200      +/-   ##
==========================================
- Coverage   65.08%   64.48%   -0.60%     
==========================================
  Files        2758     2758              
  Lines      155229   155229              
  Branches    35572    35572              
==========================================
- Hits       101026   100102     -924     
- Misses      52288    53212     +924     
  Partials     1915     1915              
Flag Coverage Δ
hive 38.94% <ø> (ø)
javascript 70.77% <ø> (-0.01%) ⬇️
mysql 57.62% <ø> (ø)
postgres 57.68% <ø> (ø)
presto 40.90% <ø> (ø)
python 57.89% <ø> (-1.22%) ⬇️
sqlite 57.29% <ø> (ø)
unit ?

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

☔ View full report in Codecov by Harness.
📢 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.

@hainenber

Copy link
Copy Markdown
Contributor Author

Welp, 2 things:

  • Find a way to run pytest in parallel with proper data isolation.
  • action-validator can accept steps.parallel syntax

Until then, the PR needs to be in draft mode

@hainenber
hainenber marked this pull request as draft July 18, 2026 14:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

github_actions Pull requests that update GitHub Actions code size/M

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant