From bc4bb12bb3073b06b5ca6815409b7334ae4dc3fc Mon Sep 17 00:00:00 2001 From: Tim Zhou Date: Tue, 2 Jun 2026 10:51:52 -0400 Subject: [PATCH] docs: switch CI status badges from Cirrus to GitHub Actions Signed-off-by: Tim Zhou --- CONTRIBUTING.md | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5b0fadb692..ac395e8d0c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,7 +10,7 @@ Below summarizes the processes that we follow. * [Reporting Issues](#reporting-issues) * [Working On Issues](#working-on-issues) * [Contributing to Podman](#contributing-to-podman) -* [Continuous Integration](#continuous-integration) [![Build Status](https://api.cirrus-ci.com/github/containers/podman.svg)](https://cirrus-ci.com/github/containers/podman/main) +* [Continuous Integration](#continuous-integration) [![Build Status](https://github.com/containers/podman/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/containers/podman/actions/workflows/ci.yml?query=branch%3Amain) * [Submitting Pull Requests](#submitting-pull-requests) * [Communications](#communications) @@ -350,7 +350,7 @@ For example, a documentation-only PR with no code changes will run a substantial To force a PR to run all tests, you can include the string `[CI:ALL]` in the PR title, but this is almost never necessary. There is always additional complexity added by automation, and so it sometimes can fail for any number of reasons. -This includes post-merge testing on all branches, which you may occasionally see [red bars on the status graph](https://cirrus-ci.com/github/containers/podman/main). +This includes post-merge testing on all branches, which you may occasionally see [failed runs on the workflow history](https://github.com/containers/podman/actions/workflows/ci.yml?query=branch%3Amain+is%3Afailure). Most notably, the tests will occasionally flake. If you see a single test on your PR has failed, and you do not believe it is caused by your changes, you can rerun the tests. diff --git a/README.md b/README.md index ec82e6971d..87639f7956 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Podman is based on libpod, a library for container lifecycle management that is Podman releases a new major or minor release 4 times a year, during the second week of February, May, August, and November. Patch releases are more frequent and may occur at any time to get bugfixes out to users. All releases are PGP signed. Public keys of members of the team approved to make releases are located [here](https://github.com/containers/release-keys/tree/main/podman). * Continuous Integration: - * [![Build Status](https://api.cirrus-ci.com/github/containers/podman.svg)](https://cirrus-ci.com/github/containers/podman/main) + * [![Build Status](https://github.com/containers/podman/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/containers/podman/actions/workflows/ci.yml?query=branch%3Amain) * [GoDoc: ![GoDoc](https://godoc.org/github.com/containers/podman/libpod?status.svg)](https://godoc.org/github.com/containers/podman/libpod) * [Downloads](DOWNLOADS.md)