Bug 2177969
Summary: | Tekton pipelines fails during retriving of tasks | ||||||
---|---|---|---|---|---|---|---|
Product: | Container Native Virtualization (CNV) | Reporter: | Geetika Kapoor <gkapoor> | ||||
Component: | Infrastructure | Assignee: | Karel Šimon <ksimon> | ||||
Status: | CLOSED ERRATA | QA Contact: | Geetika Kapoor <gkapoor> | ||||
Severity: | high | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 4.13.0 | CC: | dholler, ksimon | ||||
Target Milestone: | --- | ||||||
Target Release: | 4.14.0 | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | kubevirt-ssp-operator-rhel9-container-v4.14.0-108 | Doc Type: | If docs needed, set a value | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2023-11-08 14:05:05 UTC | 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: |
|
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 Is the clean-up working like expected, when bug #2227957 is fixed? Yes it should be fixed but since both use cases are different and needs testing https://bugzilla.redhat.com/show_bug.cgi?id=2227957 --> for successful run and cleanup of leftovers https://bugzilla.redhat.com/show_bug.cgi?id=2177969 --> for failed run and cleanup of leftovers moving this bug to ON_QE, because bug #2227957 is ON_QE Test Env: Deployed: OCP-4.14.0-ec.3 Deployed: CNV-v4.14.0.rhel9-1867 For a failed pipelinerun,delete pipelinerun, dv & pvc exists. This issue should be already fixed. The problems you are describing were caused by https://bugzilla.redhat.com/show_bug.cgi?id=2237916. This bug works in most cases. Might not work when we hit https://issues.redhat.com/browse/SRVKP-3297(which is known for now ). In automation, we do forced cleanup when this situation happens 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 (Important: OpenShift Virtualization 4.14.0 Images security and bug fix 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-2023:6817 |
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: