Merge branch 'feature/KASM-1994_custom_aws_runner_1.9.0' into 'release/1.9.0'

KASM-1994 Use custom aws runner for kali image

See merge request kasm-technologies/internal/workspaces-core-images!18
This commit is contained in:
Justin Travis 2021-10-15 17:06:32 +00:00
commit 062c99d341

View File

@ -67,6 +67,8 @@ build_kali_rolling:
- /^release\/.*$/ - /^release\/.*$/
except: except:
- schedules - schedules
tags:
- aws-autoscale
build_centos: build_centos:
stage: build stage: build
@ -120,6 +122,8 @@ build_kali_rolling_dev:
except: except:
- develop - develop
- /^release\/.*$/ - /^release\/.*$/
tags:
- aws-autoscale
build_centos_dev: build_centos_dev:
stage: build stage: build
@ -166,6 +170,8 @@ build_kali_rolling_schedules:
- docker push ${ORG_NAME}/core-kali-rolling:$SANITIZED_ROLLING_BRANCH - docker push ${ORG_NAME}/core-kali-rolling:$SANITIZED_ROLLING_BRANCH
only: only:
- schedules - schedules
tags:
- aws-autoscale
build_centos_schedules: build_centos_schedules:
stage: build stage: build