From 91ad0c2a13d809efd36420e24d3db8854630d537 Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Thu, 8 Mar 2018 23:16:49 +0100 Subject: [PATCH] Fix a typo which runs all jobs in parallel MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I454ff72c377a96aa769919348b27813ad434eb89 Signed-off-by: Cédric Ollivier --- jjb/functest/functest-daily-jobs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/functest/functest-daily-jobs.yml b/jjb/functest/functest-daily-jobs.yml index 2d93b5e31..23fc98173 100644 --- a/jjb/functest/functest-daily-jobs.yml +++ b/jjb/functest/functest-daily-jobs.yml @@ -274,7 +274,7 @@ builders: - multijob: name: 'Run functest tests' - execution-type: SEQUENTIAL + execution-type: SEQUENTIALLY projects: - name: 'functest-{installer}-{pod}-daily-healthcheck-{stream}' <<: *build-job-settings -- 2.16.6