[PATCH 1/2] CI: use DEFAULT_TAG as the default ACS_TAG
Ross Burton <[email protected]>
| Newsgroups | org.yoctoproject.lists.meta-arm |
|---|---|
| Message-ID | <[email protected]> |
This stops the job being stuck if the runners will only take jobs that have been tagged. Signed-off-by: Ross Burton <[email protected]> --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 48ce592f..f4b3262c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,7 @@ variables: # The default machine tag for the build jobs DEFAULT_TAG: "" # The machine tag for the ACS test jobs - ACS_TAG: "" + ACS_TAG: "$DEFAULT_TAG" # The directory to use as the persistent cache (the root for DL_DIR, SSTATE_DIR, etc) CACHE_DIR: $CI_BUILDS_DIR/persist # The container mirror to use -- 2.43.0