From 07f0c898facecac897fc8e5958470766432f3d7c Mon Sep 17 00:00:00 2001 From: Tim Jaacks <tim.jaacks@seco.com> Date: Mon, 13 Nov 2023 14:59:05 +0100 Subject: [PATCH] Make build runner tag configurable --- build-pipeline.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-pipeline.yml b/build-pipeline.yml index a1a12b06..47edd008 100644 --- a/build-pipeline.yml +++ b/build-pipeline.yml @@ -190,7 +190,7 @@ workflow: .buildbase: stage: Build tags: - - builds + - ${BUILD_RUNNER_TAG} timeout: 8h interruptible: true image: @@ -205,6 +205,7 @@ workflow: - "/usr/bin/poky-entry.py" - "--id=118:998" variables: + BUILD_RUNNER_TAG: "builds" MANUAL_BUILD: "false" MANIFEST_FILE: "default.xml" rules: -- GitLab