pipeline icon indicating copy to clipboard operation
pipeline copied to clipboard

where is release-pipeline-nightly.yaml?

Open pritidesai opened this issue 2 years ago • 4 comments

https://github.com/tektoncd/pipeline/blob/main/tekton/README.md#nightly-releases has a broken link - The nightly release pipeline

Screenshot 2023-10-25 at 10 47 35 AM

Are we using release-pipeline-nightly.yaml anymore? or was it replaced with something else?

It is also referenced in https://github.com/tektoncd/pipeline/blob/main/tekton/README.md#install-tasks-and-pipelines but https://github.com/tektoncd/pipeline/tree/main/tekton does not have that pipeline.

/kind bug

pritidesai avatar Oct 25 '23 18:10 pritidesai

The pipeline used for the tektoncd/pipeline nightly release is the regular release pipeline: https://github.com/tektoncd/pipeline/blob/main/tekton/release-pipeline.yaml

See https://dashboard.dogfooding.tekton.dev/#/namespaces/tekton-nightly/pipelines/pipeline-pipeline-release?view=yaml

This is configured via https://github.com/tektoncd/plumbing/tree/main/tekton/resources/nightly-release/overlays/pipeline

AlanGreene avatar Oct 25 '23 18:10 AlanGreene

thanks @AlanGreene 👍

/kind documentation

pritidesai avatar Oct 27 '23 00:10 pritidesai

@pritidesai @AlanGreene I noticed we fixed the link, but at line we are still referencing tekton/release-pipeline-nightly.yaml, but that file no longer exists. Should we remove this line as well?

I'm happy to make this change if we feel it is needed

kgcarr avatar Apr 08 '24 16:04 kgcarr

I'll get a PR ready for this

kgcarr avatar Apr 08 '24 18:04 kgcarr