summaryrefslogtreecommitdiffstats
path: root/.redhat-ci.yml
Commit message (Collapse)AuthorAgeFilesLines
* redhat-ci: use requirements.txtJonathan Lebon2017-04-261-1/+1
| | | | | Use requirements.txt rather than hardcoding the ansible version here. Also update the comment re. `rpm-ostree status`.
* .redhat-ci.yml: also publish journal logsJonathan Lebon2017-04-251-20/+5
| | | | | | | - Update to only target v3.6.0-alpha.1 (will open another PR to target the newly released 1.5.0 on the 1.5 branch). - Move test script to its own file. - Upload journal logs on failure.
* repo: start testing PRs on Fedora Atomic HostJonathan Lebon2017-04-121-0/+45
This patch adds a YAML file to hook up the repo to redhat-ci: https://github.com/jlebon/redhat-ci It is much like Travis CI: a YAML file describes the testing environment as well as the tests themselves. However, it is more powerful than Travis CI in terms of what it can provision. (For example, in this patch, we're running two testsuites, each of them provisioning three nodes and one container). For more details on supported fields, see: https://github.com/jlebon/redhat-ci/blob/master/sample.redhat-ci.yml The tests we add here simply check that the installer runs successfully on Fedora Atomic Host and that the resulting cluster passes some basic conformance tests. We target both v1.5.0-rc.0 and v3.6.0-alpha.0.