Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enable OS process IO logging + upload for Travis and Jenkins tests | Nick Vatamaniuc | 2017-06-14 | 1 | -0/+3 |
| | | | | Issue #551 | ||||
* | Add auto log uploader for CI workflow | Joan Touzet | 2017-05-15 | 1 | -4/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | This commit is intended to improve failure analysis in Travis and Jenkins runs by uploading couch log files after failed test runs. A new script has been added that, upon invocation from the top-level directory, tars up all EUnit logfiles and the dev/logs/node1.log file. It then constructs a document based on the running environment (Travis, Jenkins, manual). The document is posted to a CouchDB instance running on couchdb-vm.apache.org with credentials passed in the COUCHAUTH environment variable. The .travis.yml file has been updated to install the script's prerequisites (python-requests) and with the secret credentials, and to instruct travis to run the log uploader after any test failure. Similar steps will be taken to reconfigure Jenkins after these changes are merged to master. The test/javascript/run harness had to be modified to terminate after the first failure. This is because each new test wipes the logfile of the previous run. All tests can still be run, regardless of failure, by specifing the -a/--all flag, however it is expected that the reduction in test suite execution time when a test fails will be appreciated by many. | ||||
* | Switch to using Travis containerised builds | Joan Touzet | 2017-05-05 | 1 | -11/+48 |
| | |||||
* | Simplify exit on first test suite failure | Alexander Shorin | 2015-10-19 | 1 | -1/+1 |
| | |||||
* | Test against Erlang 18.1 on Travis | Alexander Shorin | 2015-10-14 | 1 | -0/+1 |
| | |||||
* | install shunit2 | Robert Newson | 2015-10-09 | 1 | -0/+1 |
| | |||||
* | drop TeX for now | Robert Newson | 2015-10-09 | 1 | -3/+0 |
| | |||||
* | Ensure libmozjs185-dev gets installed | Nick Vatamaniuc | 2015-10-09 | 1 | -1/+1 |
| | | | | | | This closes #359 Signed-off-by: Alexander Shorin <kxepal@apache.org> | ||||
* | Remove fauxton from Travis run for now | Robert Newson | 2015-10-06 | 1 | -1/+1 |
| | |||||
* | Stop on first test suite error | Robert Newson | 2015-10-05 | 1 | -4/+1 |
| | |||||
* | reduce build matrix | Robert Newson | 2015-10-05 | 1 | -3/+0 |
| | |||||
* | Disable docs in travis for now | Robert Newson | 2015-10-02 | 1 | -1/+1 |
| | | | | | | | because of; Sphinx version error: This project needs at least Sphinx v1.2 and therefore cannot be built with this version. | ||||
* | remove R14 from travis | Robert Newson | 2015-09-29 | 1 | -1/+0 |
| | |||||
* | add erlang 18.0 | Robert Newson | 2015-07-22 | 1 | -0/+1 |
| | |||||
* | add erlang 17.5 to travis | Robert Newson | 2015-07-22 | 1 | -0/+1 |
| | |||||
* | speed up build by caching apt repos | Robert Newson | 2015-02-18 | 1 | -0/+1 |
| | |||||
* | Travis replaced Erlang 17.3 with 17.4 | Alexander Shorin | 2015-02-03 | 1 | -1/+0 |
| | |||||
* | Build with Erlang 17.4 on Travis | Alexander Shorin | 2015-01-13 | 1 | -0/+1 |
| | |||||
* | just 17.3 then | Robert Newson | 2014-10-12 | 1 | -0/+1 |
| | |||||
* | Revert "test 17.{2,3}" | Robert Newson | 2014-10-12 | 1 | -2/+0 |
| | | | | This reverts commit b43d9e47325bec0f3e1a0d612beaf56bd8d9ba01. | ||||
* | test 17.{2,3} | Robert Newson | 2014-10-12 | 1 | -0/+2 |
| | |||||
* | Run JS tests in travis | Robert Newson | 2014-10-12 | 1 | -2/+2 |
| | |||||
* | Travis: Drop R15 build, add 17.1 | Joan Touzet | 2014-09-06 | 1 | -1/+1 |
| | |||||
* | make CI build faster | Peter Dave Hello | 2014-08-16 | 1 | -0/+2 |
| | |||||
* | use make check for Travis | Robert Newson | 2014-07-10 | 1 | -1/+1 |
| | |||||
* | Merge branch '1843-feature-bigcouch' | Robert Newson | 2014-07-10 | 1 | -1/+1 |
|\ | |||||
* | | docs: update supported Erlang/OTP and SpiderMonkey versions | Dave Cottlehuber | 2014-05-01 | 1 | -2/+3 |
| | | | | | | | | | | | | - matches what the code can support after last Mochiweb update - update .travis.yml file to match 17.0 release - update docs | ||||
* | | added fauxton grunt test stuff to .travis.yml | BigBlueHat | 2014-01-16 | 1 | -1/+5 |
| | | |||||
* | | Skip R15B02, R15B01, R15B, R14B03 for Travis tests. | Dirkjan Ochtman | 2013-05-20 | 1 | -4/+0 |
| | | |||||
* | | Include R15B03 and R16B in travis-ci build matrix | Dave Cottlehuber | 2013-04-25 | 1 | -0/+2 |
|/ | |||||
* | Integrate Sphinx into autotools | Noah Slater | 2012-12-11 | 1 | -2/+6 |
| | | | | | | | | | | | | | | | | Integrate Sphinx into autotools - Remove M4 macros and require as external dependencies instead - Skip help2man generation if help2man is not installed - ensure THANKS file is only updated during make distcheck - Add TexInfo, PDF, HTML doc targets via Sphinx - Add licenses and header compliance checking - support optional builds of PDF, HTML, texinfo via Sphinx and pdflatex - support skipping docs or compiler tests for happy developers Travis: clean up package dependencies - include sphinx via aptitude - use spidermonkey 1.8.5 instead of default libmozjs - include latex components for building PDFs | ||||
* | Build against R15B02 also | Robert Newson | 2012-09-24 | 1 | -0/+1 |
| | |||||
* | .travis.yml: make distcheck | Robert Newson | 2012-04-23 | 1 | -1/+1 |
| | |||||
* | Expand erlang releases tested by Travis | Robert Newson | 2012-04-22 | 1 | -0/+3 |
| | |||||
* | Configure for travis. | Robert Newson | 2012-03-23 | 1 | -0/+8 |