move shorter running tests into pre test phase

This commit is contained in:
Michael Hobbs
2015-01-16 12:29:17 -08:00
parent 78238785ba
commit 7d9adaffc3

View File

@@ -16,10 +16,12 @@ dependencies:
- sudo sed -e 's:/home/ubuntu:/root:g' ~root/.ssh/config
####
- sudo -E make -e setup-deploy-tests
test:
override:
post:
- sudo -E make -e lint
test:
pre:
- sudo -E make -e unit-tests
override:
### deploy tests (against buildstep release) ####
- sudo -E make -e deploy-tests: { timeout: 1800 }
### deploy tests (against buildstep master) ####