You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 5, 2019. It is now read-only.
Time spent scheduling the pod shouldn't count toward the build's timeout and this should be considered as a separate resource timeout. Throw useful error msg if build is not scheduled under resource timeout.
Actual Behavior
Time spent scheduling the pod is counted toward the build's timeout.
Additional Info
Update build status with build duration and startup duration.
Continuation effort from issue to have granular timeouts
Break down current build timeout into timeout for allocating resource and actual build execution.
/area API
/area monitoring
/kind dev
/assign @shashwathi
Expected Behavior
Time spent scheduling the pod shouldn't count toward the build's timeout and this should be considered as a separate resource timeout. Throw useful error msg if build is not scheduled under resource timeout.
Actual Behavior
Time spent scheduling the pod is counted toward the build's timeout.
Additional Info