Bug 2177969

Summary: Tekton pipelines fails during retriving of tasks
Product: Container Native Virtualization (CNV) Reporter: Geetika Kapoor <gkapoor>
Component: InfrastructureAssignee: Dominik Holler <dholler>
Status: NEW --- QA Contact: Geetika Kapoor <gkapoor>
Severity: high Docs Contact:
Priority: unspecified    
Version: 4.13.0CC: ksimon
Target Milestone: ---   
Target Release: 4.14.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
pipeline_run_describe_yaml none

Description Geetika Kapoor 2023-03-14 05:24:39 UTC
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:

Comment 2 Karel Šimon 2023-03-21 08:50:09 UTC
This looks like some tasks were not deployed by TTO. Can you provide testing cluster to find out whats wrong?

Comment 3 Geetika Kapoor 2023-07-19 11:26:00 UTC
I will retry on new 4.14 builds

Comment 4 Geetika Kapoor 2023-07-27 16:23:46 UTC
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