From 21e5f1965a299c19ef8255f8cd4681a22c5fc346 Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Tue, 19 Sep 2017 18:33:33 +0000 Subject: Update git submodules * Update docs/submodules/releng from branch 'master' - Merge "Apex: Renables async builds and fixes blocking bug" - Apex: Renables async builds and fixes blocking bug Previously we had apex-verify-master running multiple instances on virtual-slaves. Apex-verify-master would kick off a build on our build server, and then apex-verify-master would execute deploy multijob and then functest multijob. However we found a bug where jenkins build blocker would see that a deploy finished on the virtual slave, and then execute functest multijob as well as deploy multijob (for the next verify job) at the same time. This patch adds a parent job apex-virtual-{stream} which calls deploy and functest multijob and will block correctly. It also renables having more than 1 apex-verify job running at a time on the virtual slaves. Change-Id: Id15b2415407fc3318f333e3dfc59076d04db4ffb Signed-off-by: Tim Rozet --- docs/submodules/releng | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/submodules/releng b/docs/submodules/releng index 010d617b8..03d2c56fe 160000 --- a/docs/submodules/releng +++ b/docs/submodules/releng @@ -1 +1 @@ -Subproject commit 010d617b8c00383063c90f42dc436d1c49b77b44 +Subproject commit 03d2c56fe3a43c69de91e0b97f90df10fc117319 -- cgit 1.2.3-korg