summaryrefslogtreecommitdiff
path: root/shippable.yml
Commit message (Collapse)AuthorAgeFilesLines
* Split up unit tests on Shippable. (#21931)Matt Clay2017-02-241-1/+5
| | | | | * Add more verbose output to coverage combine. * Run unit tests on CI separately by version.
* Disable Network integration tests (#21273)John R Barker2017-02-101-2/+0
| | | | | | This will disable the integration tests for all network platforms & modules, though the unit tests will still run. This is needed while a large refactor of the networking code is done.
* Restore FreeBSD 11.0 tests for CI.Matt Clay2017-02-081-0/+1
|
* Temporarily remove FreeBSD 11.0 from CI.Matt Clay2017-01-271-1/+0
|
* Disable pull of updated Shippable docker image.Matt Clay2017-01-191-0/+3
| | | | | | | This should improve reliability of our jobs on Shippable. The Shippable AMIs should already have the latest docker image, per Shippable support, so pull doesn't provide any benefit for us.
* Add docker image output to Shippable pre_ci.Matt Clay2017-01-171-0/+2
|
* Enable first network tests on Shippable. (#20208)Matt Clay2017-01-121-0/+2
|
* Enable FreeBSD 11.0 for CI.Matt Clay2017-01-041-0/+1
|
* Run tests on opensuse42.2Robin Roth2017-01-031-3/+6
| | | | | | * add to shippable * add to completion/readme * Fixes #18645
* Update Fedora tests to use releases 24 and 25.Matt Clay2017-01-031-6/+6
|
* Initial ansible-test implementation. (#18556)Matt Clay2016-11-291-44/+35
|
* Add PRIVILEGED to freebsd because testing of mount keys off of that. (#17803)Toshio Kuratomi2016-09-281-1/+1
|
* Turn mount test back on (#17797)Toshio Kuratomi2016-09-281-8/+8
| | | | | | | | | | | | | | | | | | | | | * Turn mount test back on * Mount tests need PRIVILEGED so turn that back on Revert "Revert "Set PRIVILEGED=true for non_destructive tests. (#17733)" (#17738)" This reverts commit dc0fb1c212df5f08490c3e959b9dce64ff540169. * Add a needs_privileged tag so that we can skip mount tests on centos6 Some containers timeout on shippable tests when run with privileged. Unfortunately, some tests require that in order to run. Tagging those allows us to skip those tests on the platforms that timeout when we get ready to run the integration test in shippable. * Centos6 times out with PRIVILEGED set so remove that (will disable the mount tests on centos6) * Remove false start
* Revert "Set PRIVILEGED=true for non_destructive tests. (#17733)" (#17738)Matt Clay2016-09-231-9/+9
| | | This reverts commit 1384270ccd50cc7660c9375708fda148639ab797.
* Set PRIVILEGED=true for non_destructive tests. (#17733)Matt Clay2016-09-231-9/+9
| | | This should allow test_mount tests to run on Shippable.
* Enable more integration tests for python 3. (#17473)Matt Clay2016-09-081-2/+3
| | | | | | | | | * Enable more integration tests for python 3. * Split out python 3 integration tests. Now that we're running more integration tests on python 3, the tests are taking long enough that they warrant splitting out in the same way the python 2 tests are split.
* We've decided that python-3.5 is the minimum python version (#17270)Toshio Kuratomi2016-08-291-2/+0
|
* Enable Python 3 CI for Ubuntu 16.04 on Shippable. (#17210)Matt Clay2016-08-231-0/+2
|
* Add support for OS X CI on Shippable. (#17160)Matt Clay2016-08-231-0/+2
|
* Add FreeBSD to Shippable CI. (#16883)Matt Clay2016-08-011-0/+2
|
* Add Windows integration tests to Shippable. (#16803)Matt Clay2016-07-281-0/+4
| | | Enable Windows integration tests on Shippable.
* Run shippable tests in unprivileged containers. (#16481)Matt Clay2016-06-281-4/+6
| | | * Run shippable tests in unprivileged containers.
* Revert "Enable Shippable email notifications. (#16429)"Matt Clay2016-06-241-4/+2
| | | | This reverts commit 5fdcc2f2b0d4012daad80409c77142e645468cd6.
* Enable Shippable email notifications. (#16429)Matt Clay2016-06-231-2/+4
|
* Add Slack notifications for Shippable. (#16428)Matt Clay2016-06-231-0/+8
|
* Run slowest tests first to minimize run time.Matt Clay2016-06-141-20/+25
|
* Add IRC notifications to shippable.yml.Matt Clay2016-06-041-0/+8
|
* Split integration tests into multiple groups.Matt Clay2016-06-041-8/+26
| | | | This will allow tests to complete much faster.
* Fix YAML source and check it on Shippable (#15678)Adrien Vergé2016-06-041-1/+1
| | | Fix YAML source and check it on Shippable
* Update how shippable scripts are called.Matt Clay2016-06-031-1/+1
|
* Add full support for Shippable CI.Matt Clay2016-06-011-12/+22
|
* Add support for shippable.com CI tests.Matt Clay2016-05-201-0/+29
This will allow offloading sanity tests from Travis to Shippable.