citrusframework / yaks

YAKS is a platform to enable Cloud Native BDD testing on Kubernetes
Apache License 2.0
82 stars 27 forks source link

Tests not starting when jobs from previous runs are still on namespace in Openshift #466

Open jah755 opened 1 year ago

jah755 commented 1 year ago

I'm running yaks tests through task in tekton pipeline. First run succeeds and performed jobs are present on a namespace: image In the next run of pipeline tests are not being performed: image I noticed that after manually removing existing completed jobs tests are performed again. Is this an expected behaviour?

christophd commented 1 year ago

No, not expected behavior. I think this is an issue with YAKS related to Tekton pipelines and I have to admit that Tekton pipeline integration for YAKS has not been a focus, yet.

Could you please provide the pipeline details and how you integrate the YAKS tests in Tekton? Thx