Skip to content

Commit

Permalink
tests: break out command, command/agent on Travis
Browse files Browse the repository at this point in the history
The command and command/agent packages are taking 5+ minutes on Travis
and this contributes to build timeouts. While this doesn't address
underlying issues, breaking these out can reduce re-runs until that
work is done.
  • Loading branch information
tgross committed Aug 8, 2019
1 parent 8c301f0 commit 0fc1116
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,16 @@ matrix:
sudo: required
env: GOTEST_PKGS="./client"
<<: *skip_for_ui_branches
- os: linux
dist: xenial
sudo: required
env: GOTEST_PKGS="./command" GOTEST_PKGS_EXCLUDE="./command/agent"
<<: *skip_for_ui_branches
- os: linux
dist: xenial
sudo: required
env: GOTEST_PKGS="./command/agent"
<<: *skip_for_ui_branches
- os: linux
dist: xenial
sudo: required
Expand All @@ -46,7 +56,7 @@ matrix:
- os: linux
dist: xenial
sudo: required
env: GOTEST_PKGS_EXCLUDE="./api|./client|./drivers/docker|./drivers/exec|./nomad"
env: GOTEST_PKGS_EXCLUDE="./api|./client|./command|./command/agent|./drivers/docker|./drivers/exec|./nomad"
<<: *skip_for_ui_branches
- os: linux
dist: xenial
Expand Down

0 comments on commit 0fc1116

Please sign in to comment.