From 779bc6561e25b7990721ebdadf2df695c08fa171 Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Sat, 23 Sep 2017 10:23:33 -0400 Subject: [PATCH] Update git submodules * Update docs/submodules/releng from branch 'master' - Apex: Fixes iso verify depending on previous build workspace There is a bug where if there are multiple builds queued and daily build completes, the following iso verify job will try to use the workspace of the completed daily build to get the iso file. However, if another build job has already started it may clean and overwrite the workspace of the daily build job, and the iso verify job will fail because the file is now gone. This makes the build job copy the iso to a tmp directory for apex iso verify to consume. This should be safe since only one daily can run at a time on the host and daily jobs build and iso verify have to always execute on the same node. Change-Id: Ie8e32c4abefbc311e505688d6da2b26ae08ed98f 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 66799d851..426fd8603 160000 --- a/docs/submodules/releng +++ b/docs/submodules/releng @@ -1 +1 @@ -Subproject commit 66799d851d0a64563a59bb2d92840d46a527a79d +Subproject commit 426fd8603c24d0fdb5cc019f2aea6080ddba6744 -- 2.16.6