mirror of
https://github.com/logos-storage/logos-storage-nim-cs-dist-tests.git
synced 2026-06-03 06:59:28 +00:00
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:
parent
9b66c95ca4
commit
c0cbe608e2
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user