summaryrefslogtreecommitdiffstats
path: root/docs/repo_structure.md
diff options
context:
space:
mode:
authorJonathan Lebon <jlebon@redhat.com>2017-06-13 10:16:07 -0400
committerJonathan Lebon <jlebon@redhat.com>2017-06-14 13:28:37 -0400
commitd840f53aaaf4243c412ed1652ea74bccedcaa54b (patch)
tree4fa2b36bf878a4c14501fecc69e44b0801e9d926 /docs/repo_structure.md
parentef2f54d7c48458c0f65a0953c6900e541b46328d (diff)
downloadopenshift-d840f53aaaf4243c412ed1652ea74bccedcaa54b.tar.gz
openshift-d840f53aaaf4243c412ed1652ea74bccedcaa54b.tar.bz2
openshift-d840f53aaaf4243c412ed1652ea74bccedcaa54b.tar.xz
openshift-d840f53aaaf4243c412ed1652ea74bccedcaa54b.zip
docs: better documentation for PAPR
Add a section in `repo_structure.md`, and rename from `redhat-ci` to `PAPR` and point to the new upstream repo in `pull_requests.md`. Closes: #4078
Diffstat (limited to 'docs/repo_structure.md')
-rw-r--r--docs/repo_structure.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/repo_structure.md b/docs/repo_structure.md
index 693837fba..f598f22c3 100644
--- a/docs/repo_structure.md
+++ b/docs/repo_structure.md
@@ -52,3 +52,16 @@ These are plugins used in playbooks and roles:
.
└── test Contains tests.
```
+
+### CI
+
+These files are used by [PAPR](https://github.com/projectatomic/papr),
+It is very similar in workflow to Travis, with the test
+environment and test scripts defined in a YAML file.
+
+```
+.
+├── .papr.yml
+├── .papr.sh
+└── .papr.inventory
+```