pipeline icon indicating copy to clipboard operation
pipeline copied to clipboard

Disable Matrix Validation for non Matrix Pipelines

Open khrm opened this issue 1 year ago • 25 comments
trafficstars

This disables the Matrix Validation for Results in non Matrixed Pipelines. This ensures that the controller doesn't encounter any crash or such for these pipelines as it did at issue https://github.com/tektoncd/pipeline/issues/8086

Fixes #8086

Changes

Submitter Checklist

As the author of this PR, please check off the items in this checklist:

  • [ ] Has Docs if any changes are user facing, including updates to minimum requirements e.g. Kubernetes version bumps
  • [ ] Has Tests included if any functionality added or changed
  • [ ] pre-commit Passed
  • [x] Follows the commit message standard
  • [ ] Meets the Tekton contributor standards (including functionality, content, code)
  • [ ] Has a kind label. You can add one by adding a comment on this PR that contains /kind <type>. Valid types are bug, cleanup, design, documentation, feature, flake, misc, question, tep
  • [ ] Release notes block below has been updated with any user facing changes (API changes, bug fixes, changes requiring upgrade notices or deprecation warnings). See some examples of good release notes.
  • [ ] Release notes contains the string "action required" if the change requires additional action from users switching to the new release

Release Notes

NONE

khrm avatar Jul 01 '24 19:07 khrm

The following is the coverage report on the affected files. Say /test pull-tekton-pipeline-go-coverage-df to re-run this coverage report

File Old Coverage New Coverage Delta
pkg/apis/pipeline/v1/pipeline_validation.go 99.2% 91.7% -7.5

tekton-robot avatar Jul 01 '24 19:07 tekton-robot

The following is the coverage report on the affected files. Say /test pull-tekton-pipeline-go-coverage to re-run this coverage report

File Old Coverage New Coverage Delta
pkg/apis/pipeline/v1/pipeline_validation.go 99.2% 91.7% -7.5

tekton-robot avatar Jul 01 '24 19:07 tekton-robot

The following is the coverage report on the affected files. Say /test pull-tekton-pipeline-go-coverage-df to re-run this coverage report

File Old Coverage New Coverage Delta
pkg/apis/pipeline/v1/pipeline_validation.go 99.2% 92.2% -7.1

tekton-robot avatar Jul 01 '24 19:07 tekton-robot

/retest

khrm avatar Jul 02 '24 06:07 khrm

Are tests failing due to WIP?

khrm avatar Jul 03 '24 06:07 khrm

/retest

khrm avatar Jul 03 '24 06:07 khrm

@vdemeester Sure. I am adding that.

khrm avatar Jul 03 '24 07:07 khrm

The following is the coverage report on the affected files. Say /test pull-tekton-pipeline-go-coverage-df to re-run this coverage report

File Old Coverage New Coverage Delta
pkg/apis/pipeline/v1/pipeline_validation.go 99.2% 99.0% -0.2

tekton-robot avatar Jul 03 '24 07:07 tekton-robot

The following is the coverage report on the affected files. Say /test pull-tekton-pipeline-go-coverage to re-run this coverage report

File Old Coverage New Coverage Delta
pkg/apis/pipeline/v1/pipeline_validation.go 99.2% 99.0% -0.2

tekton-robot avatar Jul 03 '24 07:07 tekton-robot

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: To complete the pull request process, please assign jeromeju after the PR has been reviewed. You can assign the PR to them by writing /assign @jeromeju in a comment when ready.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment Approvers can cancel approval by writing /approve cancel in a comment

tekton-robot avatar Jul 03 '24 09:07 tekton-robot

The following is the coverage report on the affected files. Say /test pull-tekton-pipeline-go-coverage-df to re-run this coverage report

File Old Coverage New Coverage Delta
pkg/apis/pipeline/v1/pipeline_validation.go 99.2% 99.0% -0.2

tekton-robot avatar Jul 03 '24 09:07 tekton-robot

The following is the coverage report on the affected files. Say /test pull-tekton-pipeline-go-coverage to re-run this coverage report

File Old Coverage New Coverage Delta
pkg/apis/pipeline/v1/pipeline_validation.go 99.2% 99.0% -0.2

tekton-robot avatar Jul 03 '24 10:07 tekton-robot

@vdemeester I have added one regression test.

khrm avatar Jul 03 '24 10:07 khrm

The following is the coverage report on the affected files. Say /test pull-tekton-pipeline-go-coverage-df to re-run this coverage report

File Old Coverage New Coverage Delta
pkg/apis/pipeline/v1/pipeline_validation.go 99.2% 99.0% -0.2

tekton-robot avatar Jul 03 '24 10:07 tekton-robot

The following is the coverage report on the affected files. Say /test pull-tekton-pipeline-go-coverage to re-run this coverage report

File Old Coverage New Coverage Delta
pkg/apis/pipeline/v1/pipeline_validation.go 99.2% 99.0% -0.2

tekton-robot avatar Jul 03 '24 11:07 tekton-robot

The following is the coverage report on the affected files. Say /test pull-tekton-pipeline-go-coverage-df to re-run this coverage report

File Old Coverage New Coverage Delta
pkg/apis/pipeline/v1/pipeline_validation.go 99.2% 99.0% -0.2

tekton-robot avatar Jul 03 '24 11:07 tekton-robot

The following is the coverage report on the affected files. Say /test pull-tekton-pipeline-go-coverage to re-run this coverage report

File Old Coverage New Coverage Delta
pkg/apis/pipeline/v1/pipeline_validation.go 99.2% 99.2% 0.0

tekton-robot avatar Jul 04 '24 08:07 tekton-robot

The following is the coverage report on the affected files. Say /test pull-tekton-pipeline-go-coverage-df to re-run this coverage report

File Old Coverage New Coverage Delta
pkg/apis/pipeline/v1/pipeline_validation.go 99.2% 99.2% 0.0

tekton-robot avatar Jul 04 '24 08:07 tekton-robot

The following is the coverage report on the affected files. Say /test pull-tekton-pipeline-go-coverage-df to re-run this coverage report

File Old Coverage New Coverage Delta
pkg/apis/pipeline/v1/pipeline_validation.go 99.2% 99.0% -0.2

tekton-robot avatar Jul 04 '24 08:07 tekton-robot

The following is the coverage report on the affected files. Say /test pull-tekton-pipeline-go-coverage-df to re-run this coverage report

File Old Coverage New Coverage Delta
pkg/apis/pipeline/v1/pipeline_validation.go 99.2% 99.0% -0.2

tekton-robot avatar Jul 04 '24 08:07 tekton-robot

The following is the coverage report on the affected files. Say /test pull-tekton-pipeline-go-coverage-df to re-run this coverage report

File Old Coverage New Coverage Delta
pkg/apis/pipeline/v1/pipeline_validation.go 99.2% 99.2% 0.0

tekton-robot avatar Jul 04 '24 08:07 tekton-robot

@vdemeester Examples aren't run as upgrade tests. We need a more complex pipeline for upgrade tests.

khrm avatar Jul 19 '24 04:07 khrm

#8086 is marked as closed by #8089, but this is meant to fix the same issue. Do we need to reopen #8086, was the fix incomplete?

afrittoli avatar Jul 25 '24 10:07 afrittoli

@afrittoli I would say it's a partial fix. Error can happen in some other flow also.

khrm avatar Jul 31 '24 15:07 khrm

@vdemeester Examples aren't run as upgrade tests. We need a more complex pipeline for upgrade tests.

I think @vdemeester question was about why did you modify the upgrade test instead of the regular integration test.

afrittoli avatar Sep 24 '24 14:09 afrittoli

Hi @khrm, thank you for your work on this, will you be continuing work on this ?

waveywaves avatar Aug 19 '25 19:08 waveywaves

I think we can close this for now. There was another pr which solve this.

khrm avatar Aug 19 '25 19:08 khrm

Oh. As I said, we fixed one flow, but error can happen in this flow also. I needed to change test for this. Let me check.

khrm avatar Aug 20 '25 05:08 khrm

@khrm this needs a rebase 👼🏼

vdemeester avatar Oct 06 '25 10:10 vdemeester