feat: add FLEX_START to Scheduling.strategy

PiperOrigin-RevId: 670984417
This commit is contained in:
Google APIs 2024-09-04 08:43:14 -07:00 committed by Copybara-Service
parent 8c6de209d3
commit fa23e3050b

View file

@ -366,10 +366,10 @@ message Scheduling {
// Strategy will default to STANDARD.
STRATEGY_UNSPECIFIED = 0;
// Regular on-demand provisioning strategy.
// Deprecated. Regular on-demand provisioning strategy.
ON_DEMAND = 1 [deprecated = true];
// Low cost by making potential use of spot resources.
// Deprecated. Low cost by making potential use of spot resources.
LOW_COST = 2 [deprecated = true];
// Standard provisioning strategy uses regular on-demand resources.
@ -377,6 +377,9 @@ message Scheduling {
// Spot provisioning strategy uses spot resources.
SPOT = 4;
// Flex Start strategy uses DWS to queue for resources.
FLEX_START = 6;
}
// The maximum job running time. The default is 7 days.