chore(ci): upgrade GHA runner image to Ubuntu 26.04#42191
Conversation
Signed-off-by: hainenber <dotronghai96@gmail.com>
|
Bito Automatic Review Skipped - Files Excluded |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #42191 +/- ##
==========================================
+ Coverage 65.08% 65.15% +0.07%
==========================================
Files 2758 2768 +10
Lines 155229 156065 +836
Branches 35572 35719 +147
==========================================
+ Hits 101026 101691 +665
- Misses 52288 52411 +123
- Partials 1915 1963 +48
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
Nice cleanup and CI's green, but check-python-deps.yml, the python-dependency-liccheck job, and both playwright-tests / playwright-tests-experimental are still on ubuntu-22.04 while everything else jumped to 26.04. Is that intentional (like the flaky-on-24.04 comment on cypress-matrix) or just missed? Leaving the two heaviest test jobs on the old image seems to undercut the job-init speedup this PR is going for. |
Signed-off-by: hainenber <dotronghai96@gmail.com>
✅ Deploy Preview for superset-docs-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
chore(ci): upgrade GHA runner image to Ubuntu 26.04
SUMMARY
Very much self-titled. Ubuntu 26.04 trims off quite a lot of installations so in theory, this should help with job init time
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
N/A
TESTING INSTRUCTIONS
Green CI as acceptance criterion
ADDITIONAL INFORMATION