Message ID | 20250325175358.2562904-1-ross.burton@arm.com |
---|---|
State | New |
Headers | show |
Series | [1/2] CI: use DEFAULT_TAG as the default ACS_TAG | expand |
On Tue, 25 Mar 2025 17:53:57 +0000, Ross Burton wrote: > This stops the job being stuck if the runners will only take jobs that > have been tagged. > > Applied, thanks! [1/2] CI: use DEFAULT_TAG as the default ACS_TAG (no commit info) [2/2] arm-system-ready/arm-systemready-ir-acs: add version to download filename commit: 9c548d16e099c9981b9b557ef2df4481605ffcf4 Best regards,
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
This stops the job being stuck if the runners will only take jobs that have been tagged. Signed-off-by: Ross Burton <ross.burton@arm.com> --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)