Add CentOS jenkins ci hooks

This commit is contained in:
James Shubin
2016-01-29 06:00:11 -05:00
parent 08d5a3baae
commit fb8513094b
6 changed files with 86 additions and 1 deletions

View File

@@ -21,3 +21,8 @@ if env | grep -q -e '^TRAVIS=true$' -e '^JENKINS_URL='; then
go test -race
./test/test-shell.sh
fi
# run omv tests on jenkins physical hosts only
if env | grep -q -e '^JENKINS_URL='; then
./test/test-omv.sh
fi