mirror of
https://github.com/logos-storage/logos-storage-nim-cs-dist-tests.git
synced 2026-05-26 11:09:32 +00:00
Remove spot tolerations for now, since we moved to using on demand VMs
This commit is contained in:
parent
b601762365
commit
2296352586
@ -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);
|
||||
|
||||
@ -14,7 +14,6 @@ namespace LogosStorageDiscordBotPlugin
|
||||
var config = startupConfig.Get<RewarderBotStartupConfig>();
|
||||
|
||||
ScheduleInPoolsWithLabel("workload-type", "tests-pods");
|
||||
AddToleration("cloud.google.com/gke-spot", "true", "NoSchedule");
|
||||
|
||||
AddEnvVar("DISCORDBOTHOST", config.DiscordBotHost);
|
||||
AddEnvVar("DISCORDBOTPORT", config.DiscordBotPort.ToString());
|
||||
|
||||
@ -15,7 +15,6 @@ namespace MetricsPlugin
|
||||
var config = startupConfig.Get<PrometheusStartupConfig>();
|
||||
|
||||
ScheduleInPoolsWithLabel("workload-type", "tests-pods");
|
||||
AddToleration("cloud.google.com/gke-spot", "true", "NoSchedule");
|
||||
|
||||
AddExposedPortAndVar("PROM_PORT", PortTag);
|
||||
AddEnvVar("PROM_CONFIG", config.PrometheusConfigBase64);
|
||||
|
||||
@ -29,9 +29,8 @@ namespace StoragePlugin
|
||||
SetResourcesRequest(milliCPUs: 100, memory: 100.MB());
|
||||
//SetResourceLimits(milliCPUs: 4000, memory: 12.GB());
|
||||
|
||||
// Schedule storage nodes on the spot node pool, away from the test runner.
|
||||
// Schedule storage nodes on the tests node pool, away from the test runner.
|
||||
ScheduleInPoolsWithLabel("workload-type", "tests-pods");
|
||||
AddToleration("cloud.google.com/gke-spot", "true", "NoSchedule");
|
||||
|
||||
var config = startupConfig.Get<LogosStorageStartupConfig>();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user