Split automatic and pre-release test workflows #492
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The automatic test workflow currently schedules privileged self-hosted Firecracker integration on pull requests and pushes. Split CI so the required automatic gate runs only unit tests, Docker integration, and their combined coverage. Move the complete backend matrix, including Firecracker and macOS, into a manually dispatched pre-release test workflow.
Marking as high priority because CI slowdown is starting to gate speed