gitlab-ci: add internal network to runner

Scheduled cloud cleaner runner needs access to internal network to
interact with vmware.
This commit is contained in:
Juan Abia 2022-01-26 09:52:46 +01:00 committed by jrusz
parent 653cc76408
commit 2b69ad633e

View file

@ -469,6 +469,7 @@ SCHEDULED_CLOUD_CLEANER:
- terraform
variables:
RUNNER: aws/centos-stream-8-x86_64
INTERNAL_NETWORK: "true"
rules:
- if: '$CI_PIPELINE_SOURCE == "schedule" && $CLEANUP == "true"'
script: