Commit ba523b5
committed
pkg/monitortests/clusterversionoperator/legacycvomonitortests: Expand openshift-apiserver reason exceptions
To cover the hits in:
$ curl -s 'https://search.ci.openshift.org/search?maxAge=48h&type=junit&name=4.15.*upgrade&context=0&search=clusteroperator/openshift-apiserver.*condition/Available.*status/False' | jq -r 'to_entries[].value | to_entries[].value[].context[]' | sed 's|.*clusteroperator/\([^ ]*\) condition/Available reason/\([^ ]*\) status/False.*|\1 \2|' | sort | uniq -c | sort -n
2 openshift-apiserver APIServerDeployment_NoPod
2 openshift-apiserver APIServerDeployment_PreconditionNotFulfilled
19 openshift-apiserver APIServices_Error
22 openshift-apiserver APIServerDeployment_NoDeployment
I've also commented about these in [1], but I have no problem if folks
decide to fork that bug into multiple trackers and have specific
exceptions for each tracker.
[1]: https://issues.redhat.com/browse/OCPBUGS-237461 parent b319118 commit ba523b5
File tree
1 file changed
+1
-1
lines changed- pkg/monitortests/clusterversionoperator/legacycvomonitortests
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
0 commit comments