diff --git a/README.md b/README.md index aef206035..8b2c34f90 100644 --- a/README.md +++ b/README.md @@ -140,6 +140,7 @@ The table below lists the remaining parts of the project: | [`trace-forwarder`](src/tools/trace-forwarder) | utility | Agent tracing helper. | | [`runk`](src/tools/runk) | utility | Standard OCI container runtime based on the agent. | | [`ci`](.github/workflows) | CI | Continuous Integration configuration files and scripts. | +| [`ocp-ci`](ci/openshift-ci/README.md) | CI | Continuous Integration configuration for the OpenShift pipelines. | | [`katacontainers.io`](https://github.com/kata-containers/www.katacontainers.io) | Source for the [`katacontainers.io`](https://www.katacontainers.io) site. | | [`Webhook`](tools/testing/kata-webhook/README.md) | utility | Example of a simple admission controller webhook to annotate pods with the Kata runtime class | diff --git a/ci/openshift-ci/README.md b/ci/openshift-ci/README.md new file mode 100644 index 000000000..bc44a3ed5 --- /dev/null +++ b/ci/openshift-ci/README.md @@ -0,0 +1,10 @@ +OpenShift CI +============ + +This directory contains scripts used by +[the OpenShift CI](https://github.com/openshift/release/tree/master/ci-operator/config/kata-containers/kata-containers) +pipelines to monitor selected functional tests on OpenShift. +There are 2 pipelines, history and logs can be accessed here: + +* [main - currently supported OCP](https://prow.ci.openshift.org/job-history/gs/origin-ci-test/logs/periodic-ci-kata-containers-kata-containers-main-e2e-tests) +* [next - currently under development OCP](https://prow.ci.openshift.org/job-history/gs/origin-ci-test/logs/periodic-ci-kata-containers-kata-containers-main-next-e2e-tests)