Skip to content

Commit

Permalink
murdock: split get_jobs()
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Jul 1, 2019
1 parent bc6303f commit 5c676de
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .murdock
Expand Up @@ -287,9 +287,13 @@ static_tests() {
BUILDTEST_MCU_GROUP=static-tests ./dist/tools/ci/build_and_test.sh
}

get_jobs() {
get_non_compile_jobs() {
[ "$STATIC_TESTS" = "1" ] && \
echo "$0 static_tests###{ \"jobdir\" : \"exclusive\" }"
}

get_jobs() {
get_non_compile_jobs
get_compile_jobs
}

Expand Down

0 comments on commit 5c676de

Please sign in to comment.