Skip to content

Commit dc9de83

Browse files
authored
Merge pull request #79197 from aireilly/updating-prow-docs
Updating Prow docs with new job config
2 parents 4cd43bb + 680d44b commit dc9de83

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

scripts/prow/README.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Then, open a pull request against the https://github.com/openshift/release repos
77

88
To add a new job to Prow CI, do the following:
99

10-
. Install link:https://podman.io/docs/installation[podman].
10+
. Install link:https://podman.io/docs/installation[Podman].
1111

1212
. Fork and clone the https://github.com/openshift/release repository to `$HOME/release`.
1313

@@ -57,6 +57,8 @@ make CONTAINER_ENGINE=podman ci-operator-config WHAT=openshift/openshift-docs
5757

5858
make jobs CONTAINER_ENGINE=podman WHAT=openshift/openshift-docs
5959
----
60+
+
61+
Ensure that the `make` build target succeeds.
6062

6163
. Open a PR against the link:https://github.com/openshift/release[openshift/release] `master` branch.
6264
Ensure that all Prow CI tests pass. Add a `/pj-rehearse` comment in the pull request to verify the new build.

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

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,21 @@ resources:
99
limits:
1010
memory: 4Gi
1111
requests:
12-
cpu: 200m
13-
memory: 400Mi
12+
cpu: 400m
13+
memory: 800Mi
1414
tests:
15-
- as: deploy-preview
15+
- as: validate-asciidoc
1616
steps:
1717
env:
1818
DISTROS: ${DISTROS}
1919
PREVIEW_SITE: ocpdocs-pr
2020
test:
2121
- ref: openshift-docs-build-docs
2222
- ref: openshift-docs-preview-comment-pages
23-
- as: validate-asciidoc
24-
steps:
25-
test:
2623
- ref: openshift-docs-asciidoctor
2724
- ref: openshift-docs-lint-topicmaps
28-
- ref: openshift-docs-vale-review
2925
- ref: openshift-docs-jira-links
26+
- ref: openshift-docs-vale-review
3027
- as: validate-portal
3128
steps:
3229
env:

0 commit comments

Comments
 (0)