Add option to clone CI from OpenCI repository
To test patches submitted to OpenCI, a Jenkins job is created
here (https://gerrit.oss.arm.com/172749) that uses OpenCI
instead of Arm internal CI. This patch adds the necessary
modifications to be able to clone and checkout patches from
OpenCI when needed.
By default the internal CI is used. Alternatively OpenCI
can be used by specifying the new CI_SRC_REPO_URL parameter
when launching a tf-ci-gateway job.
Change-Id: I9378da1a3f7820033c5f8916fd2caa4542550c3e
Signed-off-by: Zelalem <zelalem.aweke@arm.com>
diff --git a/script/translate_refspec.py b/script/translate_refspec.py
index 567f706..eba7844 100755
--- a/script/translate_refspec.py
+++ b/script/translate_refspec.py
@@ -35,6 +35,7 @@
"tforg": {
"trusted-firmware": gerrit.GerritProject("TF-A/trusted-firmware-a", gerrit_tforg),
"trusted-firmware-tf": gerrit.GerritProject("TF-A/tf-a-tests", gerrit_tforg),
+ "trusted-firmware-ci": gerrit.GerritProject("ci/tf-a-ci-scripts", gerrit_tforg),
},
}