From a7a6c83b42c698c5960ba57f1f6c5f91ecb5caf5 Mon Sep 17 00:00:00 2001 From: David Caravello <119438707+dcaravel@users.noreply.github.com> Date: Thu, 30 Oct 2025 13:22:10 -0500 Subject: [PATCH 1/2] chore(ci): Fix Broken CI Tests (#2362) --- e2etests/testcase_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/e2etests/testcase_test.go b/e2etests/testcase_test.go index 408ac92f1..5a01f54a6 100644 --- a/e2etests/testcase_test.go +++ b/e2etests/testcase_test.go @@ -4797,7 +4797,7 @@ All OpenShift Container Platform 4.10 users are advised to upgrade to these upda NamespaceName: "rhel:8", VersionFormat: "rpm", Version: "1:17.0.11.0.9-2.el8.x86_64", - FixedBy: "1:17.0.16.0.8-2.el8", + FixedBy: "1:17.0.17.0.10-1.el8", AddedBy: "sha256:06c7a3d491f551a56296ccb9bee8a68c83776991e73a9005e8b5ebb533002097", }, }, @@ -4816,7 +4816,7 @@ All OpenShift Container Platform 4.10 users are advised to upgrade to these upda NamespaceName: "rhel:8", VersionFormat: "rpm", Version: "1:17.0.13.0.11-3.el8.x86_64", - FixedBy: "1:17.0.16.0.8-2.el8", + FixedBy: "1:17.0.17.0.10-1.el8", AddedBy: "sha256:2f7b9495af5ddc85b0be7ca9411fddb54f37999ea73b03cbf1115dd0c5bd4f95", }, }, From 999c0cb56b9af43b24bdd0935ea299af2c65bb6d Mon Sep 17 00:00:00 2001 From: "J. Victor Martins" Date: Wed, 22 Oct 2025 12:59:09 -0700 Subject: [PATCH 2/2] chore: Fix e2e vim-minimal ubi9 test (#2345) --- e2etests/testcase_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2etests/testcase_test.go b/e2etests/testcase_test.go index 5a01f54a6..c18e7e48a 100644 --- a/e2etests/testcase_test.go +++ b/e2etests/testcase_test.go @@ -3595,7 +3595,7 @@ For more details about the security issue(s), including the impact, a CVSS score }, { AddedBy: "sha256:2412e60e610160d090f7e974a208c6ffd26b2d530361b7c9aa8967e160ac7996", - FixedBy: "2:8.2.2637-22.el9_6", + FixedBy: "2:8.2.2637-22.el9_6.1", Name: "vim-minimal", NamespaceName: "rhel:9", Version: "2:8.2.2637-16.el9_0.2.x86_64",