ci: add capability to clone and build RF-A
* Add support to clone the RF-A repository using
local CI and also add necessary hooks to build RF-A.
* Update run_local_ci script to pass missing paramters
like no_rfa.
Change-Id: Icad55bc3321f524009636f554f6d751cc536eaf6
Signed-off-by: Tomás González <tomasagustin.gonzalezorlando@arm.com>
diff --git a/model/fvp_common.sh b/model/fvp_common.sh
index 42a09f9..6ced4e0 100644
--- a/model/fvp_common.sh
+++ b/model/fvp_common.sh
@@ -121,7 +121,7 @@
# runs, so that FVP trace log was properly dumped (and parsed by LAVA).
# Don't use it for other OpenCI runs, as it may lead to race condition
# with LAVA's capturing of FVP output.
-if echo "$RUN_CONFIG" | grep -Eiq 'tftf|spm|next'; then
+if echo "$RUN_CONFIG" | grep -Eiq 'tftf|spm|rfa'; then
is_arm_env=0
if is_arm_jenkins_env; then
is_arm_env=1