Compare commits

2 Commits

2 changed files with 2 additions and 2 deletions

2
Jenkinsfile vendored
View File

@ -41,7 +41,7 @@ pipeline {
chmod +rx *goss
'''
withEnv(["GOSS_OPTS=-f junit", 'GOSS_PATH=./goss', "SQLALCHEMY_DATABASE_URI=sqlite:///:memory:"]) {
withEnv(['GOSS_OPTS=-f junit', 'GOSS_PATH=./goss', 'GOSS_SLEEP=1', 'SQLALCHEMY_DATABASE_URI=sqlite:///:memory:']) {
sh label: 'run image tests', script: './dgoss run -e SQLALCHEMY_DATABASE_URI=sqlite:///:memory: ${DOCKER_IMAGE} > goss_junit.xml'
}
}

View File

@ -4,5 +4,5 @@ port:
ip:
- 0.0.0.0
process:
python:
python3:
running: true