Bug 1705128

Summary: Builds Do Not Expose Evictions on Build Pods as Specific Errors
Product: OpenShift Container Platform Reporter: Steve Kuznetsov <skuznets>
Component: BuildAssignee: Adam Kaplan <adam.kaplan>
Status: CLOSED DUPLICATE QA Contact: wewang <wewang>
Severity: medium Docs Contact:
Priority: medium    
Version: 3.11.0CC: aos-bugs, pweil, wzheng
Target Milestone: ---   
Target Release: 4.2.0   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Cause: if a build pod was evicted, build reported a GenericBuildFailure Consequence: cluster administrators could not determine why builds failed if the node was under resource pressure Fix: new failure reason `BuildPodEvicted` added Result: builds that fail due to pod eviction report `BuildPodEvicted` in their status reason
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-05-14 15:51:35 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Steve Kuznetsov 2019-05-01 14:54:03 UTC
When a build has its pod evicted, the "GenericBuildFailed: Generic Build failure" is used, which is opaque.

Comment 1 Adam Kaplan 2019-05-14 14:43:52 UTC
Note - this was fixed in 4.1.0 via #1689061 [1].

[1] https://bugzilla.redhat.com/show_bug.cgi?id=1689061

Comment 2 Steve Kuznetsov 2019-05-14 15:51:35 UTC

*** This bug has been marked as a duplicate of bug 1689061 ***