Point to integration instead of master branch for TF-A project
By default, jobs, specially tf-daily and derivatives (tf-main and
tf-coverity), should point to the project integration branch instead
of master. Although test level jobs (L1 and L2) are not usually
triggered manually nor intended for testing the integration branch,
for consistency, point these to the latter branch.
Tested at Staging [1]
[1] https://ci.staging.trustedfirmware.org/job/lsandov1-tf-main/27/
Signed-off-by: Leonardo Sandoval <leonardo.sandoval@linaro.org>
Change-Id: Ia2502267211bc825b81490ee251ed8f659bd7dc8
diff --git a/tf-gerrit-tforg-l2.yaml b/tf-gerrit-tforg-l2.yaml
index e3e6e43..1d5ae03 100644
--- a/tf-gerrit-tforg-l2.yaml
+++ b/tf-gerrit-tforg-l2.yaml
@@ -23,10 +23,10 @@
default: 'TF-A/trusted-firmware-a'
- string:
name: GERRIT_BRANCH
- default: 'master'
+ default: 'refs/heads/integration'
- string:
name: GERRIT_REFSPEC
- default: 'refs/heads/master'
+ default: '+refs/heads/integration:refs/remotes/origin/integration'
- string:
name: GERRIT_PATCHSET_NUMBER
default: ''