Created attachment 1967823 [details] Screenshot_vmi_creation Description of problem: Customize pipeline gets stuck during vm creation in the setup scripts Version-Release number of selected component (if applicable): 4.13.0 How reproducible: always Steps to Reproduce: 1. Run the pipeline with {'apiVersion': 'tekton.dev/v1', 'kind': 'PipelineRun', 'metadata': {'name': 'windows-customize-test', 'namespace': 'openshift-cnv', 'labels': {'created-by-dynamic-class-creator': 'Yes'}}, 'spec': {'pipelineref': {'name': 'windows-customize'}, 'params': [{'name': 'allowReplaceCustomizationTemplate', 'value': True}, {'name': 'allowReplaceGoldenTemplate', 'value': True}, {'name': 'sourceTemplateName', 'value': 'windows10-desktop-large'}, {'name': 'customizeTemplateName', 'value': 'windows10-desktop-large-customize-vs-code'}, {'name': 'goldenTemplateName', 'value': 'windows10-desktop-large-golden-vs-code'}, {'name': 'winImageDownloadURL', 'value': 'http://cnv-qe-server.rhos-psi.cnv-qe.rhood.us/files/cnv-tests/windows-images/install_iso/win10/Win10_22H2_English_x64.iso'}]}} - 2. 3. Actual results: pipeline hangs in between Expected results: Pipeline should work Additional info:
Deployed: OCP-4.13.4 Deployed: CNV-v4.13.1.rhel9-154 we are able to verify pipelines. Issue is fixed