ci: migrate workflows to tenki - #1
Merged
Merged
Conversation
|
tenki-staging[bot] does not have a Code Reviewer seat assigned. You can manage seats in your settings. |
Reviewer's guide (collapsed on small PRs)Reviewer's GuideMigrates existing GitHub Actions workflows to use Tenki staging runners by updating runs-on labels and performing minor YAML formatting cleanups across CI workflows for tests, code quality, licensing, and Docker builds. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
tenki-staging[bot] does not have a Code Reviewer seat assigned. You can manage seats in your settings. |
There was a problem hiding this comment.
Hey - I've left some high level feedback:
- Several jobs that are CPU-intensive (e.g., fuzz tests, Docker build/test matrix) were downgraded from
tenki-standard-large-plus-16c-32gtotenki-staging-standard-small-2c-4g; consider whether these workflows still meet timing/performance expectations on much smaller runners before committing this change broadly. - There are a number of whitespace-only changes (e.g., unchanged
run: make checkandcache-fromlines, and removed blank lines underon:blocks); reverting these would keep the diff focused strictly on the runner migration and make future history/blame easier to follow.
Prompt for AI Agents
Please address the comments from this code review:
## Overall Comments
- Several jobs that are CPU-intensive (e.g., fuzz tests, Docker build/test matrix) were downgraded from `tenki-standard-large-plus-16c-32g` to `tenki-staging-standard-small-2c-4g`; consider whether these workflows still meet timing/performance expectations on much smaller runners before committing this change broadly.
- There are a number of whitespace-only changes (e.g., unchanged `run: make check` and `cache-from` lines, and removed blank lines under `on:` blocks); reverting these would keep the diff focused strictly on the runner migration and make future history/blame easier to follow.Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
👋 Hey there, reviewer!
Experience the fastest GitHub Actions with Tenki, built for performance and cost efficiency.
What does this PR do?
This pull request was automatically generated by Tenki's Migration Wizard.
Here's what's new once you merge:
⚡ Faster Runners: Your workflows now use Tenki's high-performance bare-metal infrastructure ~35% faster than
default GitHub-hosted runners.
Learn more about Tenki's instance types →
💵 Cheaper Runners: as you now use Tenki's high-performance bare-metal infrastructure and WE manage the costs,
that means for you: 50% cheaper than default GitHub-hosted runners.
Learn more about Tenki's pricing →
Any questions ?
- Is this free?
Yes, we give you 1,700 free minutes to try Tenki with no strings attached.
If you add a credit card, you’ll also get $5 in free credits every month, renewed automatically.
- Do I need to complete any other steps to migrate to Tenki?
Nope. Hit Merge, and you are good to go 🎊
- Who's can I contact if I have any other questions?
Reach out at hello@tenki.cloud, we will answer you within 24hrs.
Summary by Sourcery
Update GitHub Actions workflows to run on Tenki staging runners instead of production-sized runners.
CI: