vmware-archive / cascade

A Just-In-Time Compiler for Verilog from VMware Research
Other
433 stars 44 forks source link

Travis improvements #233

Closed eschkufz closed 4 years ago

eschkufz commented 4 years ago

Overview

Travis scripts are working correctly now, but incorrectly returning failed because coverage times out (all tests on all targets are running correctly). Increase the timeout on coverage and only run coverage on pull requests --- coverage looks like it takes about an hour and we don't want it triggering on every single branch commit. Travis also supports a configuration which will automatically cancel all but the most recent set of tests, let's make sure that's turned on.

Deliverables