diff mbox series

[kirkstone,5/8] CI: define DEFAULT_TAG

Message ID 20221215161606.1194188-5-ross.burton@arm.com
State New
Headers show
Series [kirkstone,1/8] CI: add variables needed for k8s runners | expand

Commit Message

Ross Burton Dec. 15, 2022, 4:16 p.m. UTC
From: Jon Mason <jon.mason@arm.com>

DEFAULT_TAG is being used to help with internal Gitlab pipeline setups
know which type of machines to run on, but has not value outside of Arm
Corp.  Gitlab CI allows for variables to be overridden by default.  So,
we can give it a default value of NULL/empty and have everything work
internally and externally by default.

Signed-off-by: Jon Mason <jon.mason@arm.com>
---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7c4a354b..706cfada 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -25,6 +25,7 @@  stages:
     TOOLCHAIN_DIR: $CI_BUILDS_DIR/persist/toolchains
     IMAGE_DIR: $CI_PROJECT_DIR/work/build/tmp/deploy/images
     TOOLCHAIN_LINK_DIR: $CI_PROJECT_DIR/work/build/toolchains
+    DEFAULT_TAG: ""
   before_script:
     - echo KAS_WORK_DIR = $KAS_WORK_DIR
     - echo SSTATE_DIR = $SSTATE_DIR