-
Bug
-
Resolution: Obsolete
-
Normal
-
None
-
4.18
-
Moderate
-
None
-
1
-
MCO Sprint 266
-
1
-
False
-
Description of problem:
When OCB is enabled, and many builds are executed at the same time the MachineOSBuild resources are never updated with the build information once the build pods have finished
Version-Release number of selected component (if applicable):
IPI on AWS 4.18.0-0.nightly-2024-10-01-234940
How reproducible:
Always
Steps to Reproduce:
1. Enable techpreview 2. Create 5 custom MCPs 3. Create one MOSC resource for each new MCP
Actual results:
When the build pods successfully finish, MachineOSBuild resources are not updated with the right status $ oc get machineosbuild NAME PREPARED BUILDING SUCCEEDED INTERRUPTED FAILED infra-0-rendered-infra-0-7b02e911606cff5198353c4b6e4cf1e3-builder False True False False False infra-1-rendered-infra-1-7b02e911606cff5198353c4b6e4cf1e3-builder False True False False False infra-2-rendered-infra-2-7b02e911606cff5198353c4b6e4cf1e3-builder False True False False False infra-3-rendered-infra-3-7b02e911606cff5198353c4b6e4cf1e3-builder False True False False False infra-4-rendered-infra-4-7b02e911606cff5198353c4b6e4cf1e3-builder False True False False False
Expected results:
The builds should be executed without problems for the MCPs building OCL builds at the same time and the MOSB resources should be updated accordingly.
Additional info: