kubernetes-sigs / prow

Prow is a Kubernetes based CI/CD system developed to serve the Kubernetes community. This repository contains Prow source code and Hugo sources for Prow documentation site.
https://docs.prow.k8s.io
Apache License 2.0
109 stars 90 forks source link

Wrong prow status during Jenkins parallel pipeline test #142

Open smoshiur1237 opened 4 months ago

smoshiur1237 commented 4 months ago

We are having an issue where prow Jenkins operator is not supporting Jenkins parallel pipelines. Since migrating from ghprb, we have noticed instances where tests triggered from prow reported as passed on GitHub, while some of the parallel stages had failed/aborted on Jenkins.

The issue reproduced in the following test PR where it has parallel Jenkins job was running: Test PR . Here we can see metal3-centos-e2e-feature-test-main — Jenkins job succeeded. status for parallel run even though only one test was passing and two other tests were aborted/failed. Jenkins Reproduction 1 , Jenkins Reproduction 2

Also, adding the link to the parallel test pipeline code which was working properly before the prow migration from ghprb.

We expect to have correct prow response in case of any failure in the parallel test pipeline. In the above test cases prow response status should haveFailurestatus instead of Success.

smoshiur1237 commented 4 months ago

Increasing max prowjob age PR to 24h is not solving this issue. I can reproduce the issue in the following jenkins run on the Test PR.

k8s-triage-robot commented 1 month ago

The Kubernetes project currently lacks enough contributors to adequately respond to all issues.

This bot triages un-triaged issues according to the following rules:

You can:

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

k8s-triage-robot commented 1 week ago

The Kubernetes project currently lacks enough active contributors to adequately respond to all issues.

This bot triages un-triaged issues according to the following rules:

You can:

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle rotten

tuminoid commented 1 week ago

/remove-lifecycle rotten This is still an issue.