diff options
author | Rodolfo Carvalho <rhcarvalho@gmail.com> | 2017-05-09 15:42:55 +0200 |
---|---|---|
committer | Rodolfo Carvalho <rhcarvalho@gmail.com> | 2017-05-09 15:42:55 +0200 |
commit | 4faec6f85181cff1cc75dbde6bd5c99b986b2e4f (patch) | |
tree | f35079dd776828f9b87ccab39cb9f96ddf1aac39 | |
parent | 53cdc13944d1e4b60f3db328097a4eb929d01092 (diff) | |
download | openshift-4faec6f85181cff1cc75dbde6bd5c99b986b2e4f.tar.gz openshift-4faec6f85181cff1cc75dbde6bd5c99b986b2e4f.tar.bz2 openshift-4faec6f85181cff1cc75dbde6bd5c99b986b2e4f.tar.xz openshift-4faec6f85181cff1cc75dbde6bd5c99b986b2e4f.zip |
Note existence of Fedora tests and how to rerun
-rw-r--r-- | docs/pull_requests.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/pull_requests.md b/docs/pull_requests.md index 953563fb2..fcc3e275c 100644 --- a/docs/pull_requests.md +++ b/docs/pull_requests.md @@ -43,6 +43,15 @@ simplifying the workflow towards a single infrastructure in the future. job is also posted to the Pull Request as comments and summarized at the bottom of the Pull Request page. +### Fedora tests + +There are a set of tests that run on Fedora infrastructure. They are started +automatically with every pull request. + +They are implemented using the [`redhat-ci` framework](https://github.com/jlebon/redhat-ci). + +To re-run tests, write a comment containing `bot, retest this please`. + ## Triggering merge After a PR is properly reviewed and a set of |