Merge "Fix ostestr invocation"

This commit is contained in:
Zuul 2019-05-04 15:35:32 +00:00 committed by Gerrit Code Review
commit b8824f052b
2 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,7 @@ SRC_DIR=$(python -c "import os; print os.path.dirname(os.path.realpath('$0'))")
cd ${SRC_DIR} > /dev/null cd ${SRC_DIR} > /dev/null
export TESTS_DIR=${SRC_DIR}/test/functional export TESTS_DIR=${SRC_DIR}/test/functional
ARGS="--serial ${@:-"--pretty"}" ARGS="--concurrency 1 ${@:-"--pretty"}"
ostestr $ARGS ostestr $ARGS
rvalue=$? rvalue=$?
cd - > /dev/null cd - > /dev/null

View File

@ -401,6 +401,7 @@
- ^(api-ref|doc|releasenotes)/.*$ - ^(api-ref|doc|releasenotes)/.*$
- ^test/probe/.*$ - ^test/probe/.*$
- ^(.gitreview|.mailmap|AUTHORS|CHANGELOG)$ - ^(.gitreview|.mailmap|AUTHORS|CHANGELOG)$
voting: false
gate: gate:
jobs: jobs:
# For gate jobs, err towards running more jobs (so, generally avoid # For gate jobs, err towards running more jobs (so, generally avoid