The document has been moved over to the sig-release repository, which is
now reflected with that change.
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
* Describe how to find and report failing tests
Co-authored-by: Joyce Kung <thejoycekung@users.noreply.github.com>
Co-authored-by: Jorge Alarcon Ochoa <alejandrox1@users.noreply.github.com>
* updates TestGrid screen shot
* adds fixes for review comments
* adds a generated toc
* adds generated toc
* removes duplicated toc heading
* removes toc comment
* adds capitalization feedback
* adds grammar and typo fixes
* clarifies that this doc is about CI on Kubernetes
* fixes a markdown issue
* adds fixes for review comments
adds a generated toc
* adds generated toc
removes duplicated toc heading
* removes toc comment
* adds capitalization feedback
* adds grammar and typo fixes
* clarifies that this doc is about CI on Kubernetes
* fixes a markdown issue
* Revert "fixes a markdown issue"
This reverts commit 78a8e2f257.
* Revert "clarifies that this doc is about CI on Kubernetes"
This reverts commit 53acc8991a.
* Revert "adds grammar and typo fixes"
This reverts commit 4c81b457fc.
* Revert "adds capitalization feedback"
This reverts commit b56a4469ee.
* Revert "removes toc comment"
This reverts commit 12423175e4.
* Revert "adds generated toc"
This reverts commit 9725c9efc5.
* Revert "adds fixes for review comments"
This reverts commit d9a6347e4b.
Co-authored-by: Joyce Kung <thejoycekung@users.noreply.github.com>
Co-authored-by: Jorge Alarcon Ochoa <alejandrox1@users.noreply.github.com>
The issue triage instructions referenced `lifecycle/needs-information`, but the correct label is `triage/needs-information`. I also added the Prow command corresponding to this label.
Update the kubernetes-versions guide to avoid referencing `gsutil` and
URI's that have GCS bucket names hardcoded in them where possible.
We don't have a CLI accessible way to list the contents of a given build
through dl.k8s.io, so it was necessary to keep it there.
Anything else that uses http or https to download kubernetes artifacts
should always use dl.k8s.io. It greatly reduces the amount of code that
will need to change whenever a different location is used (GCS bucket
rename, some other backing store, etc.)