From 8539e3714235f19bccb6702e47eeedf4c426ff03 Mon Sep 17 00:00:00 2001 From: Ian Tangney Date: Tue, 3 May 2022 16:24:47 -0400 Subject: [PATCH] KASM-2585 Ensure we use autoscale builder for remnux build to avoid out of space --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5202c30..5d7bfb4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -104,6 +104,8 @@ build_remnux_bionic: - /^release\/.*$/ except: - schedules + tags: + - aws-autoscale build_remnux_focal: stage: build @@ -604,6 +606,8 @@ build_remnux_bionic_schedules: - docker push ${ORG_NAME}/core-remnux-bionic:$SANITIZED_ROLLING_BRANCH only: - schedules + tags: + - aws-autoscale build_remnux_focal_schedules: stage: build