diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-05-10 13:46:37 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-10 13:46:37 -0400 |
commit | e8feac55dc8d7a16df224550a8870fc8841f8054 (patch) | |
tree | 1abea6280e5e24812a355a6ee1d4eb5646772c3b | |
parent | 6e1f175f4539ca9b2c0c0f059da507bd8f04ccb3 (diff) | |
parent | 4faec6f85181cff1cc75dbde6bd5c99b986b2e4f (diff) | |
download | openshift-e8feac55dc8d7a16df224550a8870fc8841f8054.tar.gz openshift-e8feac55dc8d7a16df224550a8870fc8841f8054.tar.bz2 openshift-e8feac55dc8d7a16df224550a8870fc8841f8054.tar.xz openshift-e8feac55dc8d7a16df224550a8870fc8841f8054.zip |
Merge pull request #4129 from rhcarvalho/document-redhat-ci-job
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 |