Exclude releases directory from links checker
Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>
This commit is contained in:
parent
f67c1632f5
commit
98526c9d38
2
.github/workflows/links.yml
vendored
2
.github/workflows/links.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
# Fail action on broken links
|
# Fail action on broken links
|
||||||
fail: true
|
fail: true
|
||||||
args: --exclude-path vendor --timeout 30 --no-progress './**/*.md'
|
args: --exclude-path vendor --exclude-path releases --timeout 30 --no-progress './**/*.md'
|
||||||
format: markdown
|
format: markdown
|
||||||
# Write GitHub job summary
|
# Write GitHub job summary
|
||||||
jobSummary: true
|
jobSummary: true
|
||||||
|
@ -310,7 +310,7 @@ The `cri` plugin has reached GA status, representing that it is:
|
|||||||
* Passes all [node e2e tests](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-node/e2e-node-tests.md).
|
* Passes all [node e2e tests](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-node/e2e-node-tests.md).
|
||||||
* Passes all [e2e tests](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-testing/e2e-tests.md).
|
* Passes all [e2e tests](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-testing/e2e-tests.md).
|
||||||
|
|
||||||
See results on the containerd k8s [test dashboard](https://prow.k8s.io/?repo=containerd%2Fcontainerd)
|
See results on the containerd k8s [test dashboard](https://testgrid.k8s.io/containerd)
|
||||||
|
|
||||||
#### Validating Your `cri` Setup
|
#### Validating Your `cri` Setup
|
||||||
A Kubernetes incubator project, [cri-tools](https://github.com/kubernetes-sigs/cri-tools), includes programs for exercising CRI implementations. More importantly, cri-tools includes the program `critest` which is used for running [CRI Validation Testing](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-node/cri-validation.md).
|
A Kubernetes incubator project, [cri-tools](https://github.com/kubernetes-sigs/cri-tools), includes programs for exercising CRI implementations. More importantly, cri-tools includes the program `critest` which is used for running [CRI Validation Testing](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-node/cri-validation.md).
|
||||||
|
Loading…
Reference in New Issue
Block a user