-
Notifications
You must be signed in to change notification settings - Fork 27
Change to F5 runners for release builds #600
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
Conversation
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.
Pull Request Overview
This PR changes the GitHub Actions runner configuration to use F5 self-hosted runners for release builds while keeping standard Ubuntu runners for pull requests. The changes split CI and release functionality, introducing a dedicated release workflow and optimizing the existing CI workflow.
- Introduces a new dedicated release workflow with F5 runners for operator releases
- Updates CI workflow to conditionally use F5 runners for non-PR builds
- Removes tag-based triggers and certification steps from the main CI workflow
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
.github/workflows/release-operator.yml |
New dedicated workflow for operator releases using F5 runners |
.github/workflows/ci.yml |
Updated to conditionally use F5 runners and removed release-specific functionality |
.github/workflows/e2e-test.yml |
Added image existence check and conditional build steps for testing |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Co-authored-by: Copilot <[email protected]> Signed-off-by: Paul Abel <[email protected]>
Proposed changes
Checklist
Before creating a PR, run through this checklist and mark each as complete.