Created attachment 1950434 [details] pipeline_run_describe_yaml Description of problem: Pipelines fails with error : Pipeline openshift-cnv/windows-efi-installer can't be Run; it contains Tasks that don't exist: Couldn't retrieve Task "create-vm-from-template": rpc error: code = Unknown desc = malformed header: missing HTTP content-type But we have this task in our pipeline runs . Attached is the screenshot and also it fails for Task "create-vm-from-template" but it didn't trigger the task before it as well. Version-Release number of selected component (if applicable): 4.13 How reproducible: quite often after couple of pipelineruns Steps to Reproduce: 1.Run automation to trigger pipelineref windows-efi-installer 2. 3. Actual results: Task exist. Pipeline failed and doesn't trigger any task. Expected results: Task exist. Pipeline should work Additional info:
This looks like some tasks were not deployed by TTO. Can you provide testing cluster to find out whats wrong?
I will retry on new 4.14 builds
Test env: CNV 4.14 While trying this test case, observed , pipelines get timeout since http server is not reachable: BIOS: cleanup doesn't happen,(VM,dv,pvc everything stays even after pipeline deletion). EFI : In case pf efi pipelines, delete-vm-rootdisk is being run but pod logs is empty even though task is a success and nothing is deleted . Also as we delete pipelines all the dv,vm,pvc stays. Pod logs should populate something as taskrun is a success. Since they are empty as a user i am unsure what happens there