Merge "Fix ostestr invocation"
This commit is contained in:
commit
b8824f052b
@ -7,7 +7,7 @@ SRC_DIR=$(python -c "import os; print os.path.dirname(os.path.realpath('$0'))")
|
||||
|
||||
cd ${SRC_DIR} > /dev/null
|
||||
export TESTS_DIR=${SRC_DIR}/test/functional
|
||||
ARGS="--serial ${@:-"--pretty"}"
|
||||
ARGS="--concurrency 1 ${@:-"--pretty"}"
|
||||
ostestr $ARGS
|
||||
rvalue=$?
|
||||
cd - > /dev/null
|
||||
|
@ -401,6 +401,7 @@
|
||||
- ^(api-ref|doc|releasenotes)/.*$
|
||||
- ^test/probe/.*$
|
||||
- ^(.gitreview|.mailmap|AUTHORS|CHANGELOG)$
|
||||
voting: false
|
||||
gate:
|
||||
jobs:
|
||||
# For gate jobs, err towards running more jobs (so, generally avoid
|
||||
|
Loading…
Reference in New Issue
Block a user