From a556ad7e013693ad41bd82a24f379c8266bd8f32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Doktor?= Date: Thu, 4 Apr 2024 09:44:52 +0200 Subject: [PATCH] ci.ocp: Document how to run openshift-tests with kata MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit document the ocp pipeline. Signed-off-by: Lukáš Doktor --- README.md | 1 + ci/openshift-ci/README.md | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100644 ci/openshift-ci/README.md 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)