Consolidate "rpm" Travis task with another task. (#3022)
Travis only allows us 5 simultaneous build jobs, so going from 6 to 5 jobs per build should reduce the wall time required to get a CI result on any given branch.
This commit is contained in:
parent
4ec662ee59
commit
08cd61bcfa
|
|
@ -38,14 +38,13 @@ env:
|
||||||
- PATH=$HOME/bin:$PATH # protoc gets installed here
|
- PATH=$HOME/bin:$PATH # protoc gets installed here
|
||||||
- GO15VENDOREXPERIMENT=1
|
- GO15VENDOREXPERIMENT=1
|
||||||
matrix:
|
matrix:
|
||||||
- RUN="vet fmt migrations integration godep-restore errcheck generate dashlint"
|
- RUN="vet fmt migrations integration godep-restore errcheck generate dashlint rpm"
|
||||||
# Config changes that have landed in master but not yet been applied to
|
# Config changes that have landed in master but not yet been applied to
|
||||||
# production can be made in boulder-config-next.json.
|
# production can be made in boulder-config-next.json.
|
||||||
- RUN="integration" BOULDER_CONFIG_DIR="test/config-next"
|
- RUN="integration" BOULDER_CONFIG_DIR="test/config-next"
|
||||||
- RUN="unit"
|
- RUN="unit"
|
||||||
- RUN="unit-next" BOULDER_CONFIG_DIR="test/config-next"
|
- RUN="unit-next" BOULDER_CONFIG_DIR="test/config-next"
|
||||||
- RUN="coverage"
|
- RUN="coverage"
|
||||||
- RUN="rpm"
|
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- ./test/travis-before-install.sh
|
- ./test/travis-before-install.sh
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue