Skip to content

Commit 6f287a9

Browse files
authored
Merge pull request #74761 from aireilly/update-defalt-prow-template
Update Prow template to include Vale and RN link checker
2 parents 485f36f + 12e424c commit 6f287a9

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

scripts/prow/README.adoc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,8 @@ For example, when the current version is 4.15, and you create a enterprise-4.16
3636
+
3737
[NOTE]
3838
====
39-
You can optionally add an `openshift-docs-vale-review` test step to the `validate-asciidoc` job.
40-
For example, review the `validate-asciidoc` test steps: link:https://github.com/openshift/release/blob/master/ci-operator/config/openshift/openshift-docs/openshift-openshift-docs-main.yaml[openshift-openshift-docs-main.yaml].
41-
This test step adds a Vale linting run on open PRs.
39+
You can optionally add an `openshift-docs-vale-review` and `openshift-docs-jira-links` test step to the `validate-asciidoc` job.
40+
For more information, see link:https://steps.ci.openshift.org/job?org=openshift&repo=openshift-docs&branch=main&test=validate-asciidoc[openshift-docs test steps].
4241
====
4342
4443
. Change to the `$HOME/release` directory and verify that the new build config has been added.

scripts/prow/openshift-openshift-docs-BRANCH.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ tests:
2525
test:
2626
- ref: openshift-docs-asciidoctor
2727
- ref: openshift-docs-lint-topicmaps
28+
- ref: openshift-docs-vale-review
29+
- ref: openshift-docs-jira-links
2830
- as: validate-portal
2931
steps:
3032
env:

0 commit comments

Comments
 (0)