tektoncd / pipeline

A cloud-native Pipeline resource.
https://tekton.dev
Apache License 2.0
8.41k stars 1.77k forks source link

where is release-pipeline-nightly.yaml? #7282

Open pritidesai opened 10 months ago

pritidesai commented 10 months ago

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

AlanGreene commented 10 months ago

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

pritidesai commented 10 months ago

thanks @AlanGreene 👍

/kind documentation

kgcarr commented 4 months ago

@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 commented 4 months ago

I'll get a PR ready for this