-
Notifications
You must be signed in to change notification settings - Fork 448
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: move back to ubuntu-latest for e2e-ct tests #8572
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
No changes to documentation |
Coverage Report
File CoverageNo changed files found. |
⚡️ Editor Performance ReportUpdated Mon, 10 Feb 2025 15:25:53 GMT
Detailed information🏠 Reference resultThe performance result of
🧪 Experiment resultThe performance result of this branch
📚 Glossary
|
Component Testing Report Updated Feb 10, 2025 3:26 PM (UTC) ❌ Failed Tests (2) -- expand for details
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
Description
This moves back to
ubuntu-latest
for component tests after we had to downgrade to 22.04 in #8245. Looks like switching toubuntu-22.04-m
for some reason brought back the issue, whileubuntu-latest-m
are working just fine. Not sure what's going on, but seems better to be on latest anyway.What to review
If CI is passing, we should be good.
Testing
yes 😆
Notes for release
n/a – internal