Skip to content

Commit

Permalink
Merge pull request #860 from qu1queee/qu1queee/fix_br_doc_table
Browse files Browse the repository at this point in the history
Ensure Note msg doesn't belong to the conditions Table
  • Loading branch information
openshift-merge-robot authored Sep 2, 2021
2 parents a9916c9 + dd8f2eb commit f223f1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/buildrun.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ The following table illustrates the different states a BuildRun can have under i
| False | BuildRunCanceled | Yes | The BuildRun and underlying TaskRun were canceled successfully. |
| False | BuildRunNameInvalid | Yes | The defined `BuildRun` name (`metadata.name`) is invalid. The `BuildRun` name should be a [valid label value](https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#syntax-and-character-set). |
| False | PodEvicted | Yes | The BuildRun Pod was evicted from the node it was running on. See [API-initiated Eviction](https://kubernetes.io/docs/concepts/scheduling-eviction/api-eviction/) and [Node-pressure Eviction](https://kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-eviction/) for more information. |

_Note_: We heavily rely on the Tekton TaskRun [Conditions](https://github.com/tektoncd/pipeline/blob/main/docs/taskruns.md#monitoring-execution-status) for populating the BuildRun ones, with some exceptions.

### Understanding failed BuildRuns
Expand Down

0 comments on commit f223f1d

Please sign in to comment.