From c270df7a9c9497c2414540fc26137e780269fb94 Mon Sep 17 00:00:00 2001 From: Gabriela Cervantes Date: Mon, 1 Jul 2024 20:26:35 +0000 Subject: [PATCH] docs: Remove jenkins reference from unit testing presentation This PR removes the jenkins reference from unit testing presentation as this is not longer supported on the kata containers project. Signed-off-by: Gabriela Cervantes --- .../unit-testing/kata-containers-unit-testing.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/presentations/unit-testing/kata-containers-unit-testing.md b/docs/presentations/unit-testing/kata-containers-unit-testing.md index 44f7ea4b8..63bee9a57 100644 --- a/docs/presentations/unit-testing/kata-containers-unit-testing.md +++ b/docs/presentations/unit-testing/kata-containers-unit-testing.md @@ -202,11 +202,6 @@ attributes of each environment (local and CI): - The hardware architecture. - Number (and spec) of the CPUs. -## Gotchas (part 3) - -If in doubt, look at the -["test artifacts" attached to the failing CI test](http://jenkins.katacontainers.io). - ## Before raising a PR - Remember to check that the test runs locally: