From 7a4a2cbab518bf70eecf90ae2799e0f5d1762ba5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Doktor?= Date: Wed, 8 Apr 2026 14:14:06 +0200 Subject: [PATCH] ci.ocp: Update links to pipeline results MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit we expanded the test matrix, update the links in docs to simplify finding the results. Signed-off-by: Lukáš Doktor --- ci/openshift-ci/README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/ci/openshift-ci/README.md b/ci/openshift-ci/README.md index fa75cd4a3e..fdb441c998 100644 --- a/ci/openshift-ci/README.md +++ b/ci/openshift-ci/README.md @@ -4,10 +4,13 @@ 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: +There several pipelines available, 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) +* [main](https://prow.ci.openshift.org/job-history/gs/origin-ci-test/logs/periodic-ci-kata-containers-kata-containers-main-e2e-tests) +* [main-1](https://prow.ci.openshift.org/job-history/gs/origin-ci-test/logs/periodic-ci-kata-containers-kata-containers-main-minus1-e2e-tests) +* [main-2](https://prow.ci.openshift.org/job-history/gs/origin-ci-test/logs/periodic-ci-kata-containers-kata-containers-main-minus2-e2e-tests) +* [main-3](https://prow.ci.openshift.org/job-history/gs/origin-ci-test/logs/periodic-ci-kata-containers-kata-containers-main-minus3-e2e-tests) +* [peer-pods](https://prow.ci.openshift.org/job-history/gs/origin-ci-test/logs/periodic-ci-kata-containers-kata-containers-main-peer-pods-e2e-tests) Running openshift-tests on OCP with kata-containers manually