Description of problem: In an OCP 3.7 latest environments, build numbers are non sequential. For instance, duing a series of builds, builds 1,2 are shown in the build history, build 3 is skipped, and builds 4,5 are shown. This seems very similar to the upstream issue below: https://github.com/kubernetes/kubernetes/issues/26818 Version-Release number of selected component (if applicable): atomic-openshift-3.7.42-1.git.0.5a85d33.el7.x86_64 How reproducible: Have not been able to reproduce this in house. Steps to Reproduce: 1.na 2. 3. Actual results: Builds 1,2,4,5,7 are shown in the build history. Expected results: Builds 1-7 are all shown. Additional info:
your issue says builds but your screenshot shows deployments...which one are you having issues with?
The end user is complaining about the screenshot. So this should probably be under deployments. Sorry for the confusion. I'll try to get the node logs showing these deployments as well. Not sure if they went to the same node or not yet.
ok, i've reassigned and fixed the bug title.
Seems that the sequence is broken after the previous deployment was cancelled. Can you verify using `oc get rc` if this is not just a web-console rendering issue? Also I can't reproduce this on 3.9 or 3.10, so if this was a bug it is likely fixed in the recent version.