[CI]: GitHub Actions replaces Cirrus-CI#285
Merged
Merged
Conversation
c2435bf to
10d1a14
Compare
kolyshkin
reviewed
Apr 23, 2026
kolyshkin
reviewed
Apr 23, 2026
Luap99
reviewed
Apr 23, 2026
kolyshkin
reviewed
Apr 23, 2026
332f3b3 to
0b29da1
Compare
091a886 to
0b7f1a3
Compare
cfergeau
reviewed
Apr 27, 2026
Replace Cirrus EC2 (AWS OIDC, bare metal) with GHA jobs: validate and cross-build on ubuntu-latest, e2e on windows-latest via winmake.ps1. Remove .cirrus.yml. Signed-off-by: Tim Zhou <tizhou@redhat.com>
0b7f1a3 to
dd117ce
Compare
Luap99
reviewed
Apr 28, 2026
Member
Luap99
left a comment
There was a problem hiding this comment.
LGTM, overall. @baude PTAL
There is something to be done about the test log output,https://github.com/containers/libhvee/actions/runs/25051643474/job/73380700310?pr=285
It just spams with progress bars making the actual test output really hard to read in case of failures as you would need to scroll to the right lines first.
baude
approved these changes
Apr 28, 2026
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.
Disclosure:
I have used Cursor(coding agent) to plan this change, and I have reviewed the change, which aligns with our goal to moving away from cirrus.
goal: is the tests continue to work with github runner instance.
also. this process is not officially supported by Microsoft, we will continuously monitor the stability of CI.
details:
Migrates CI from Cirrus (AWS OIDC + EC2 bare metal) to GitHub Actions.
make validateand Windows cross-compile viamake buildwinmake.ps1 localtestRemoves
.cirrus.yml. Updatesdocs/cirrus-ci-aws-oidc.mdwith current CI notes and a short historical pointer.If
windows-e2efails on hosted runners (nested Hyper-V), follow-up can switch that job to a self-hosted Windows runner.