Removes post-build checks for NSOFF builds.
Removes the attempt to run a post_build script on the platforms
which do not have an NS side being built. This is because the
post_build script is expecting artifacts which are only built in
the NS case, which has been causing failures on the CI when it could
not find those artifacts.
Signed-off-by: Matthew Dalzell <matthew.dalzell@arm.com>
Change-Id: Ia8cabb9fdfab4dc329bf834d403b29a56d182ff6
diff --git a/tfm_ci_pylib/tfm_build_manager.py b/tfm_ci_pylib/tfm_build_manager.py
index 1c59d95..aec6138 100644
--- a/tfm_ci_pylib/tfm_build_manager.py
+++ b/tfm_ci_pylib/tfm_build_manager.py
@@ -429,6 +429,7 @@
if "NSOFF" in i.extra_params:
build_cfg["nspe_config_template"] = ""
build_cfg["nspe_cmake_build"] = ""
+ build_cfg["post_build"]=""
return build_cfg