1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-06-02 01:20:09 +00:00

CI: define DEFAULT_TAG and CPU_REQUEST

DEFAULT_TAG and CPU_REQUEST are being used to help with internal Gitlab
pipeline setups know which type of machines to run on, but has no 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>
This commit is contained in:
Jon Mason
2022-12-15 09:19:06 -05:00
parent 1ba7d646da
commit c32c4043ff
+5 -3
View File
@@ -1,10 +1,12 @@
image: ghcr.io/siemens/kas/kas:latest-release
# These are needed as the k8s executor doesn't respect the container entrypoint
# by default
variables:
FF_USE_LEGACY_KUBERNETES_EXECUTION_STRATEGY: 0
CPU_REQUEST: ""
DEFAULT_TAG: ""
# These are needed as the k8s executor doesn't respect the container entrypoint
# by default
FF_KUBERNETES_HONOR_ENTRYPOINT: 1
FF_USE_LEGACY_KUBERNETES_EXECUTION_STRATEGY: 0
stages:
- prep