From 84b328c814fd5be8af53738128aa3f5ef75ca3c7 Mon Sep 17 00:00:00 2001 From: Dan Smith Date: Fri, 26 Mar 2021 07:17:42 -0700 Subject: [PATCH] Default to parallel execution Several jobs have been running in parallel since the late Wallaby cycle, and other developers have had it enabled locally. I have heard no async-related stability or debug-ability complaints thus far. I think that we should convert the default to parallel early in the Xena cycle in an attempt to spread the speed improvements across the board, while also collecting data on a wider set of configurations. Change-Id: I83d56c9363d481bb6d5921f5e1f9b024f136044b --- inc/async | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/async b/inc/async index d29168f2f5..c63bc2045a 100644 --- a/inc/async +++ b/inc/async @@ -11,7 +11,7 @@ # async_wait my_shell_func # -DEVSTACK_PARALLEL=$(trueorfalse False DEVSTACK_PARALLEL) +DEVSTACK_PARALLEL=$(trueorfalse True DEVSTACK_PARALLEL) _ASYNC_BG_TIME=0 # Keep track of how much total time was spent in background tasks