diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-06-14 19:53:30 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-14 19:53:30 -0400 |
commit | 916ea2cadd358e443f57963312a7c22f96d9cd2f (patch) | |
tree | 649e3607f19745b1b1b000de2390e7935f78fd8b /docs/repo_structure.md | |
parent | 6790ffaebdc6349d844ab3fdc3b3a58e56d63384 (diff) | |
parent | b122e6a655a3a9807ea38741bfc6be6cc5f28436 (diff) | |
download | openshift-916ea2cadd358e443f57963312a7c22f96d9cd2f.tar.gz openshift-916ea2cadd358e443f57963312a7c22f96d9cd2f.tar.bz2 openshift-916ea2cadd358e443f57963312a7c22f96d9cd2f.tar.xz openshift-916ea2cadd358e443f57963312a7c22f96d9cd2f.zip |
Merge pull request #4422 from jlebon/pr/papr
PAPR updates
Diffstat (limited to 'docs/repo_structure.md')
-rw-r--r-- | docs/repo_structure.md | 13 |
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 +``` |