Synchronize new proto/yaml changes.
PiperOrigin-RevId: 284568564
This commit is contained in:
parent
a69a974976
commit
df8a1707a9
|
|
@ -1159,7 +1159,7 @@ message WorkerPool {
|
|||
// `WorkerPool` is running.
|
||||
RUNNING = 2;
|
||||
|
||||
// `WorkerPool` is being deleting: cancelling builds and draining workers.
|
||||
// `WorkerPool` is being deleted: cancelling builds and draining workers.
|
||||
DELETING = 3;
|
||||
|
||||
// `WorkerPool` is deleted.
|
||||
|
|
|
|||
Loading…
Reference in New Issue