Commit Graph

17 Commits

Author SHA1 Message Date
Mahmood Ali
d72b7044be ci: ignore background ping errors
We attempt to kill background ping process twice, and sometimes the
second kill fails, e.g.
https://travis-ci.org/hashicorp/nomad/jobs/486050357, let's not fail the job.
2019-01-29 21:21:32 -05:00
Michael Schurter
60c98e4356 Skip QEMU graceful shutdown test except on Travis
Hopefully we can reuse the SkipSlow helper elsewhere.
2018-01-31 15:47:26 -08:00
Michael Lange
bd23d4989b Lock down nodejs version
The new Travis Trusty image uses node 8 (latest LTS) as the default.
Node 8 is incompatible with some modules used for the UI.
2017-12-15 10:50:06 -08:00
Alex Dadgar
5ee8609655 Run linters 2017-11-02 16:37:46 -07:00
Alex Dadgar
0aa838d48f show env 2017-11-02 16:24:15 -07:00
Alex Dadgar
7fab0e1c9e seperate linting from testing 2017-10-24 10:52:26 -07:00
Alex Dadgar
c231089cfd Only check scripts on linux and don't double lint 2017-10-19 16:49:58 -07:00
James Nugent
e8c17e2aba build: Lint shell scripts, and make all shell scripts lint cleanly 2017-09-08 19:50:39 -05:00
Alex Dadgar
296f1ee5cf reset travis script 2017-07-22 22:25:20 -07:00
Alex Dadgar
9e114d41cc whats going on 2017-07-22 21:44:53 -07:00
Alex Dadgar
08c2ba9bc6 Parallel client tests (#2890)
* alloc_runner

* Random tests

* parallel task_runner and no exec compatible check

* Parallel client

* Fail fast and use random ports

* Fix docker port mapping

* Make concurrent pull less timing dependant

* up parallel

* Fixes

* don't build chroots in parallel on travis

* Reduce parallelism on travis with lxc/rkt

* make java test app not run forever

* drop parallelism a little

* use docker ports that are out of the os's ephemeral port range

* Limit even more on travis

* rkt deadline
2017-07-22 19:04:36 -07:00
Alex Dadgar
3cb16aa9a8 small fixes 2017-07-22 12:25:02 -07:00
Alex Dadgar
9bf9f59f8f Force parallelism on travis 2017-07-20 22:47:10 -07:00
Michael Schurter
2f0550cfc4 Cache build deps prior to running tests 2017-01-27 16:08:21 -08:00
Alex Dadgar
7647e15266 Add set -e 2016-08-19 16:40:37 -07:00
Diptanu Choudhury
1d94641692 Changed build script 2016-08-17 15:18:37 -07:00
Alex Dadgar
a7fd23c706 More advance travis timeout circumvention 2016-08-16 21:46:53 -07:00