mirror of
https://github.com/containers/podman.git
synced 2026-06-07 15:25:45 -04:00
docs: switch CI status badges from Cirrus to GitHub Actions
Signed-off-by: Tim Zhou <tizhou@redhat.com>
This commit is contained in:
@@ -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) [](https://cirrus-ci.com/github/containers/podman/main)
|
||||
* [Continuous Integration](#continuous-integration) [](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.
|
||||
|
||||
@@ -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:
|
||||
* [](https://cirrus-ci.com/github/containers/podman/main)
|
||||
* [](https://github.com/containers/podman/actions/workflows/ci.yml?query=branch%3Amain)
|
||||
* [GoDoc: ](https://godoc.org/github.com/containers/podman/libpod)
|
||||
* [Downloads](DOWNLOADS.md)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user