File tree Expand file tree Collapse file tree 1 file changed +16
-4
lines changed Expand file tree Collapse file tree 1 file changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ The script uses the `./openshift-openshift-docs-BRANCH.yaml` template file to cr
5
5
After you create the job config, you run the CI make jobs to create the Prow jobs.
6
6
Then, open a pull request against the https://github.com/openshift/release repository to make the Prow job live for that branch.
7
7
8
- To add a new job to Prow CI, do the following:
8
+ .Prerequisites
9
9
10
10
. Install link:https://podman.io/docs/installation[Podman].
11
11
12
- . Fork and clone the https://github.com/openshift/release repository to `$HOME/release` .
12
+ . Fork and clone the https://github.com/openshift/release repository to `$HOME/release` and create a new branch .
13
13
+
14
14
[NOTE]
15
15
====
@@ -27,9 +27,21 @@ git checkout <your_new_branch> <1>
27
27
----
28
28
<1> Replace `<your_new_branch>` with an appropriate branch name.
29
29
====
30
+ . On MacOS, you must install the `gettext` package.
31
+ +
32
+ [source,terminal]
33
+ ----
34
+ brew install gettext
35
+ brew link -- force gettext
36
+ ----
37
+
38
+ .Procedure
39
+
40
+ To add a new job to Prow CI, run the following commands:
41
+
42
+ . Switch to you `openshift-docs` directory.
30
43
31
- . Create the new branch config by running the `add-new-prow-config.sh` script passing the `$VERSION` , `$BRANCH` and `$DISTROS` variables.
32
- Open a shell prompt in the `openshift-docs/` directory, and run the script passing in the required variables, for example:
44
+ . Create the new branch config by running the `add-new-prow-config.sh` script passing the `$VERSION` , `$BRANCH` and `$DISTROS` variables, for example:
33
45
+
34
46
[source,terminal]
35
47
----
You can’t perform that action at this time.
0 commit comments