From f901c46f1fdb96056f8925fef583fc112c72b043 Mon Sep 17 00:00:00 2001 From: Neeraj Krishna Gopalakrishna Date: Fri, 2 Jan 2026 18:02:39 +0530 Subject: [PATCH 1/2] Fix the PinnedImage test to set imageMinimumGCAge to 1s --- test/extended/testdata/machine_config/kubeletconfig/gcKC.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/extended/testdata/machine_config/kubeletconfig/gcKC.yaml b/test/extended/testdata/machine_config/kubeletconfig/gcKC.yaml index cca3734938e4..2fc232b514e0 100644 --- a/test/extended/testdata/machine_config/kubeletconfig/gcKC.yaml +++ b/test/extended/testdata/machine_config/kubeletconfig/gcKC.yaml @@ -7,6 +7,6 @@ spec: matchLabels: pools.operator.machineconfiguration.openshift.io/custom: "" kubeletConfig: - imageMinimumGCAge: 0s + imageMinimumGCAge: 1s imageGCHighThresholdPercent: 2 imageGCLowThresholdPercent: 1 From 4fa832edceaccabec6f738d26d239449484e8757 Mon Sep 17 00:00:00 2001 From: Neeraj Krishna Gopalakrishna Date: Mon, 5 Jan 2026 14:26:28 +0530 Subject: [PATCH 2/2] Fix the PinnedImage test to set imageMinimumGCAge to 1s --- test/extended/testdata/bindata.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/extended/testdata/bindata.go b/test/extended/testdata/bindata.go index 9dc689d04bb1..56a257b7aa9d 100644 --- a/test/extended/testdata/bindata.go +++ b/test/extended/testdata/bindata.go @@ -49007,7 +49007,7 @@ spec: matchLabels: pools.operator.machineconfiguration.openshift.io/custom: "" kubeletConfig: - imageMinimumGCAge: 0s + imageMinimumGCAge: 1s imageGCHighThresholdPercent: 2 imageGCLowThresholdPercent: 1 `)