summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2017-12-03 10:28:59 +0100
committerEdward Hervey <bilboed@bilboed.com>2017-12-03 10:28:59 +0100
commitf9b3667cf6402e9a75a5fde85f5eca3edd2c2f48 (patch)
tree555e8cb86b00e4c65d925c003465fe0cb1decb5b
parent259cab5b9eeae91b80eaf262656f860b1500c5a8 (diff)
ci-build: Remove hardcoded validate -j option
The launcher can figure out on its own the number of cores available
-rwxr-xr-xci-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci-build.sh b/ci-build.sh
index 83ef38a..ee73835 100755
--- a/ci-build.sh
+++ b/ci-build.sh
@@ -354,7 +354,7 @@ beach()
build "gst-editing-services"
cd $WORKSPACE
mkdir -p "validate-output"
- gst-validate-launcher $VALIDATE_MODULES -j3 -fs -m -n --check-bugs --fail-on-testlist-change -M $WORKSPACE/validate-output --xunit-file $WORKSPACE/xunit.xml --http-server-port $VALIDATE_HTTP_PORT
+ gst-validate-launcher $VALIDATE_MODULES -fs -m -n --check-bugs --fail-on-testlist-change -M $WORKSPACE/validate-output --xunit-file $WORKSPACE/xunit.xml --http-server-port $VALIDATE_HTTP_PORT
fi
echo