From bc6f6a6067a2a69fbcfd65dd08391a944a3ab62f Mon Sep 17 00:00:00 2001
From: Raphael Defosseux <raphael.defosseux@eurecom.fr>
Date: Fri, 26 Jun 2020 16:54:56 +0200
Subject: [PATCH] CI: no workspace clean when running phy-sim

Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
---
 ci-scripts/xml_files/ldpc_gpu_test.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci-scripts/xml_files/ldpc_gpu_test.xml b/ci-scripts/xml_files/ldpc_gpu_test.xml
index 136cd72b1e1..a0191fbd768 100644
--- a/ci-scripts/xml_files/ldpc_gpu_test.xml
+++ b/ci-scripts/xml_files/ldpc_gpu_test.xml
@@ -33,7 +33,7 @@
 		<class>Build_PhySim</class>
 		<desc>Build for physical simulator</desc>
 		<physim_build_args>--phy_simulators --ninja</physim_build_args>
-		<forced_workspace_cleanup>TRUE</forced_workspace_cleanup>
+		<forced_workspace_cleanup>FALSE</forced_workspace_cleanup>
 	</testCase>
 
 	<testCase id="000002">
-- 
GitLab