style: group together CODE_REPO and CI_SCRIPTS_* variables
It's a cosmetic change without functional changes.
Grouping together related variables in order to improve readability and
make it easier to update/change CI scripts location.
e.g. for testing purpose on TF staging instance
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Change-Id: I123ca5b1fee5130578f531c89fda4f5be7a39c62
diff --git a/tf-m-build-docs.yaml b/tf-m-build-docs.yaml
index a68b501..ecc614b 100644
--- a/tf-m-build-docs.yaml
+++ b/tf-m-build-docs.yaml
@@ -49,11 +49,14 @@
description: |
For use when triggering with unmerged Gerrit changes.
- string:
+ name: 'CODE_REPO'
+ default: 'https://review.trustedfirmware.org/TF-M/trusted-firmware-m'
+ - string:
name: 'CI_SCRIPTS_REPO'
default: 'https://review.trustedfirmware.org/ci/tf-m-ci-scripts'
- string:
- name: 'CODE_REPO'
- default: 'https://review.trustedfirmware.org/TF-M/trusted-firmware-m'
+ name: 'CI_SCRIPTS_BRANCH'
+ default: 'master'
- string:
name: 'MBEDTLS_VERSION'
default: 'mbedtls-2.24.0'
@@ -76,9 +79,6 @@
- string:
name: 'TFM_TESTS_REFSPEC'
default: 'refs/heads/master'
- - string:
- name: 'CI_SCRIPTS_BRANCH'
- default: 'master'
pipeline-scm:
scm:
- git: