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.18% 65.18%
=======================================
Files 2768 2768
Lines 156099 156099
Branches 35727 35727
=======================================
+ Hits 101749 101750 +1
+ Misses 52385 52384 -1
Partials 1965 1965
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. |
rusackas
left a comment
There was a problem hiding this comment.
Thanks for bumping the remaining jobs to 26.04, @hainenber! LGTM.
One nit: the comment above cypress-matrix in superset-e2e.yml about flaking on 24.04 is stale now that it jumped straight to 26.04, might want to update or drop it.
…mport paths (#42205) Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
…end (#42235) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…3 in /superset-frontend (#42233) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…#42232) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…nd (#42231) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…docs (#42228) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…#42137) Co-authored-by: José Teixeira <jose.teixeira@douroeci.com>
Signed-off-by: hainenber <dotronghai96@gmail.com>
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