chore: remove gke-spot toleration from dist-tests runner

The release-tests GKE cluster now provisions on-demand (standard) nodes
rather than spot instances, so node pools no longer carry the
cloud.google.com/gke-spot taint. The matching toleration is therefore a
no-op and is removed; pod scheduling still relies on the
workload-type=tests-pods pool label selector.
This commit is contained in:
E M 2026-06-01 19:22:59 +10:00
parent 9b66c95ca4
commit c0cbe608e2
No known key found for this signature in database

View File

@ -16,7 +16,6 @@ namespace LogosStorageDiscordBotPlugin
var config = startupConfig.Get<DiscordBotStartupConfig>();
ScheduleInPoolsWithLabel("workload-type", "tests-pods");
AddToleration("cloud.google.com/gke-spot", "true", "NoSchedule");
AddEnvVar("TOKEN", config.Token);
AddEnvVar("SERVERNAME", config.ServerName);