about summary refs log tree commit diff
path: root/maintainers/scripts/travis-nox-review-pr.sh
Commit message (Collapse)AuthorAge
* travis-nox-review-pr: Try to detect if the build ran out of memoryTuomas Tynkkynen2015-06-20
| | | | | | | | Travis builds sometimes fail because Travis doesn't have much memory. When it happens, the failure reason is often hard to see in the logs and is confusing (especially for new contributors). Try to detect OOM errors in dmesg and give a warning when it happens.
* Travis: disable tarball creating check, because travis can't handle itGeorges Dubus2015-03-04
|
* Travis: check tarball creation even for pull requestsGeorges Dubus2015-01-04
| | | | | This will help us catch PR that break the tarball creation, for example by breaking evaluation on other platforms.
* Make travis use "nox-review pr"Georges Dubus2014-10-31
| | | | This should put an end to all the false rebuilds reported by travis.
* travis build: oopswmertens2014-10-15
| | | | | Evaluation is too long - shouldn't have removed /dev/nulling I wish I had a travis test environment :sad:
* travis build: Revert silly ideawmertens2014-10-15
| | | nox-review should review against master, it's travis that should check out a hydra-available master commit to set the PR on. Perhaps we could rebase the current HEAD on the hydra-built commitish instead?
* Travis build: source environment before buildwmertens2014-10-15
| | | :poop:
* Travis: Make it work with non-PRWout Mertens2014-10-15
|
* Travis: chop build in install and build phasesWout Mertens2014-10-15
| | | | | This allows us to see how long install takes. Also, build from hydra binaries as much as possible.
* travis build: Silence gitwmertens2014-10-14
| | | Last one I promise :grin:
* travis build: More silencewmertens2014-10-14
|
* travis build: Make curl silent (but report errors)wmertens2014-10-14
|
* Made the travis build check the metadataGeorges Dubus2014-10-07
|
* Fixes to the travis scriptGeorges Dubus2014-09-23
| | | | | - Build 4 jobs at a time (might help with the timeout) - Be quiet with pip (should make the output more readable)
* travis-nox-review: build tarball job as evaluation testDomen Kožar2014-09-23
|
* Review PR in travis with nox-reviewGeorges Dubus2014-09-21