mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-27 11:31:05 +00:00
ci.ocp: Document how to run openshift-tests with kata
document the ocp pipeline. Signed-off-by: Lukáš Doktor <ldoktor@redhat.com>
This commit is contained in:
parent
ea081bd882
commit
a556ad7e01
@ -140,6 +140,7 @@ The table below lists the remaining parts of the project:
|
|||||||
| [`trace-forwarder`](src/tools/trace-forwarder) | utility | Agent tracing helper. |
|
| [`trace-forwarder`](src/tools/trace-forwarder) | utility | Agent tracing helper. |
|
||||||
| [`runk`](src/tools/runk) | utility | Standard OCI container runtime based on the agent. |
|
| [`runk`](src/tools/runk) | utility | Standard OCI container runtime based on the agent. |
|
||||||
| [`ci`](.github/workflows) | CI | Continuous Integration configuration files and scripts. |
|
| [`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. |
|
| [`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 |
|
| [`Webhook`](tools/testing/kata-webhook/README.md) | utility | Example of a simple admission controller webhook to annotate pods with the Kata runtime class |
|
||||||
|
|
||||||
|
10
ci/openshift-ci/README.md
Normal file
10
ci/openshift-ci/README.md
Normal file
@ -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)
|
Loading…
Reference in New Issue
Block a user