Test "make bridge" in CI

Change-Id: I5b248a530cc9c914a423e7f427b36c6e9cc15da6
This commit is contained in:
Leo 2021-08-28 15:33:58 +02:00 committed by Leopold Schabel
parent a69d76494c
commit 82280559bd
1 changed files with 4 additions and 0 deletions

View File

@ -28,6 +28,10 @@ pipeline {
timeout(time: 60, unit: 'MINUTES') {
sh "tilt ci -- --ci --namespace=$DEPLOY_NS --num=1"
}
timeout(time: 1, unit: 'MINUTES') {
sh "make node"
}
}
post {
success {