Skip to content

Commit

Permalink
travis: Also let the HDMI2USB targets fail.
Browse files Browse the repository at this point in the history
They non-deterministically take >50minutes to fail.
  • Loading branch information
mithro committed Jan 29, 2020
1 parent 8a7b8b5 commit 78bf579
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,9 @@ jobs:
# Need to rebuilt Xilinx toolchain to add NeTV2 FPGA Part (Artix 7 35T+50T parts)
- env: C=vexriscv TC="vivado" P=netv2 T="base net"
- env: C=vexriscv TC="vivado" P=netv2 T="hdmi2pcie"
# Occasionally these builds take longer than 50minute limit on Travis.
- env: C=lm32 TC="ise" P=atlys T="hdmi2usb"
- env: C=lm32 TC="ise" P=opsis T="hdmi2usb"

notifications:
email:
Expand Down

0 comments on commit 78bf579

Please sign in to comment.