From 5d0d3dfca2f98275479c097b91e65fefc65e358c Mon Sep 17 00:00:00 2001 From: Ian Tangney Date: Thu, 14 Oct 2021 15:55:12 +0000 Subject: [PATCH] KASM-1994 Use custom aws runner for kali image --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 40b155c..71b8288 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -67,6 +67,8 @@ build_kali_rolling: - /^release\/.*$/ except: - schedules + tags: + - aws-autoscale build_centos: stage: build @@ -120,6 +122,8 @@ build_kali_rolling_dev: except: - develop - /^release\/.*$/ + tags: + - aws-autoscale build_centos_dev: stage: build @@ -166,6 +170,8 @@ build_kali_rolling_schedules: - docker push ${ORG_NAME}/core-kali-rolling:$SANITIZED_ROLLING_BRANCH only: - schedules + tags: + - aws-autoscale build_centos_schedules: stage: build