| Index: common/proto/milo/annotations.proto
|
| diff --git a/common/proto/milo/annotations.proto b/common/proto/milo/annotations.proto
|
| index 76efd5460792b4316df8416fb6884d98bd85a5d8..a77a82f0f0dca6e7c4b5c97c2ddf18dd3141d2aa 100644
|
| --- a/common/proto/milo/annotations.proto
|
| +++ b/common/proto/milo/annotations.proto
|
| @@ -37,6 +37,9 @@ message FailureDetails {
|
| DM_DEPENDENCY_FAILED = 3;
|
| // The step was cancelled.
|
| CANCELLED = 4;
|
| + // The failure was due to an resource exhausion. The step was scheduled
|
| + // but never ran, and never will run.
|
| + EXPIRED = 5;
|
| }
|
| Type type = 1;
|
|
|
|
|