Created attachment 1849847[details]
Multiple Builds listed under DeploymentConfig
Description of problem: All Builds are getting listed in DeploymentConfig under workloads on OpenShift Console
Version-Release number of selected component (if applicable): 4.8.21 and above
How reproducible: 100%
Steps to Reproduce:
1. Create a project and deploy 2 applications in it using build.
2. Once application is deployed successfully navigate to following path on webconsole:
WebUI--> Home--> Projects--> Select project--> Click on Workloads--> Click on any DeploymentConfig--> Click on resources on right side and it will list all builds in that project.
3. Also If we click on start build, all the DeploymentConfig shows the progressing icon.
Actual results: A single DeploymentConfig is listing all the Builds in that particular project. If we initiate a new build for a particular deployment, all DeploymentConfig shows the progressing icon.
Expected results: DeploymentConfig should list its respective Build. If we initiate a new build for a particular deployment, then respective DeploymentConfig should show the progressing icon.
Additional info: Please see the attached screenshots for more details.
@pkhilare From development point of view `Target release` is required for merging to the codebase, which needs to start at the latest version and gets backported to earlier versions. We should see this subsequently getting backported to earlier versions.
Comment 4Christoph Jerolimov
2022-01-18 15:01:37 UTC
*** Bug 2039679 has been marked as a duplicate of this bug. ***
Comment 7Christoph Jerolimov
2022-01-24 20:01:42 UTC
Verified on 4.10.0-0.nightly-2022-01-24-181700
Comment 8Christoph Jerolimov
2022-02-01 16:02:32 UTC
*** Bug 2048656 has been marked as a duplicate of this bug. ***
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory (Moderate: OpenShift Container Platform 4.10.3 security update), and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
https://access.redhat.com/errata/RHSA-2022:0056
Created attachment 1849847 [details] Multiple Builds listed under DeploymentConfig Description of problem: All Builds are getting listed in DeploymentConfig under workloads on OpenShift Console Version-Release number of selected component (if applicable): 4.8.21 and above How reproducible: 100% Steps to Reproduce: 1. Create a project and deploy 2 applications in it using build. 2. Once application is deployed successfully navigate to following path on webconsole: WebUI--> Home--> Projects--> Select project--> Click on Workloads--> Click on any DeploymentConfig--> Click on resources on right side and it will list all builds in that project. 3. Also If we click on start build, all the DeploymentConfig shows the progressing icon. Actual results: A single DeploymentConfig is listing all the Builds in that particular project. If we initiate a new build for a particular deployment, all DeploymentConfig shows the progressing icon. Expected results: DeploymentConfig should list its respective Build. If we initiate a new build for a particular deployment, then respective DeploymentConfig should show the progressing icon. Additional info: Please see the attached screenshots for more details.