Add tf-m-tests repo dependency
Change-Id: I906d2299b682069e3e4042e0ad6760d89dadfb2c
Signed-off-by: Kevin Peng <kevin.peng@arm.com>
diff --git a/jenkins/build-config.jpl b/jenkins/build-config.jpl
index ecfa1a7..c62fbc9 100644
--- a/jenkins/build-config.jpl
+++ b/jenkins/build-config.jpl
@@ -73,6 +73,20 @@
set -e
unzip -o -d CMSIS_5 cmsis.pack
"""
+ dir("tf-m-tests") {
+ checkout(
+ changelog: false,
+ poll: false,
+ scm: [
+ $class: 'GitSCM',
+ branches: [[name: 'FETCH_HEAD']],
+ userRemoteConfigs: [[
+ refspec: '$TFM_TESTS_REFSPEC',
+ url: params.TFM_TESTS_URL
+ ]]
+ ]
+ )
+ }
if (env.PSA_API_SUITE != "") {
dir("psa-arch-tests") {
checkout(