From 6a39b178f3657e008e85a09c6ada8f9ffd8c7c6c Mon Sep 17 00:00:00 2001 From: E M <5089238+emizzle@users.noreply.github.com> Date: Tue, 28 Apr 2026 19:46:23 +1000 Subject: [PATCH] fix: remove system critical priority In Google Cloud, the system critical priority is reserved for GKE internals and not needed here. This is likely blocking pods from being created within the tests container --- ProjectPlugins/StoragePlugin/ContainerRecipe.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/ProjectPlugins/StoragePlugin/ContainerRecipe.cs b/ProjectPlugins/StoragePlugin/ContainerRecipe.cs index 7cde8761..1bb4b587 100644 --- a/ProjectPlugins/StoragePlugin/ContainerRecipe.cs +++ b/ProjectPlugins/StoragePlugin/ContainerRecipe.cs @@ -30,7 +30,6 @@ namespace StoragePlugin //SetResourceLimits(milliCPUs: 4000, memory: 12.GB()); SetSchedulingAffinity(notIn: "false"); - SetSystemCriticalPriority(); var config = startupConfig.Get();