We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04a26bf commit 70400c3Copy full SHA for 70400c3
build/v1/consts.go
@@ -84,6 +84,9 @@ const (
84
// range of build failures.
85
StatusReasonGenericBuildFailed StatusReason = "GenericBuildFailed"
86
87
+ // StatusReasonOOMKilled indicates that the build pod was killed for its memory consumption
88
+ StatusReasonOOMKilled StatusReason = "OOMKilled"
89
+
90
// StatusCannotRetrieveServiceAccount is the reason associated with a failure
91
// to look up the service account associated with the BuildConfig.
92
StatusReasonCannotRetrieveServiceAccount StatusReason = "CannotRetrieveServiceAccount"
0 commit comments