From 176104742bcc2700329bb43c297aea3d4c6e823b Mon Sep 17 00:00:00 2001 From: Justin Travis Date: Wed, 4 May 2022 04:50:36 +0000 Subject: [PATCH] Merge branch 'bugfix/KASM-2585_fix_remnux_bionic_builds' into 'develop' KASM-2585 Ensure we use autoscale builder for remnux build to avoid out of space Closes KASM-2585 See merge request kasm-technologies/internal/workspaces-core-images!57 (cherry picked from commit d1a5326ed7d3af719b4fb165e0a1522936784291) 8539e371 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 08da980..9ff1f53 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -62,6 +62,8 @@ build_remnux_bionic: - /^release\/.*$/ except: - schedules + tags: + - aws-autoscale build_kali_rolling: stage: build @@ -187,6 +189,8 @@ build_remnux_bionic_schedules: - docker push ${ORG_NAME}/core-remnux-bionic:$SANITIZED_ROLLING_BRANCH only: - schedules + tags: + - aws-autoscale build_kali_rolling_schedules: stage: build