From dcf237a438eff2e4b8b58e5704aa34e743616e04 Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Mon, 31 Dec 2018 08:47:02 +0200 Subject: [PATCH] ci_template: Remove the j = 1 restriction from check Previously we were forcing tests to run with j 1 to avoid random failures/races that occurred due to tests being racy. Majority of those tests have been blacklisted and this should no longer be needed. --- gitlab/ci_template.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/gitlab/ci_template.yml b/gitlab/ci_template.yml index fd52786fb8..0523f2ebb9 100644 --- a/gitlab/ci_template.yml +++ b/gitlab/ci_template.yml @@ -182,7 +182,6 @@ build android arm64 api28: ./gst-uninstalled.py gst-validate-launcher ${TEST_SUITE} -fs - -j=1 --mute --shuffle --no-display