Remove Digital Ocean CI (#5418)

This commit is contained in:
Maxime Guyot 2019-12-10 13:39:29 +01:00 committed by Kubernetes Prow Robot
parent eda1dcb7f6
commit 961c1be53e
3 changed files with 0 additions and 30 deletions

View file

@ -66,6 +66,5 @@ ci-authorized:
include:
- .gitlab-ci/lint.yml
- .gitlab-ci/shellcheck.yml
- .gitlab-ci/digital-ocean.yml
- .gitlab-ci/terraform.yml
- .gitlab-ci/packet.yml

View file

@ -1,19 +0,0 @@
---
.do_variables: &do_variables
PRIVATE_KEY: $DO_PRIVATE_KEY
CI_PLATFORM: "do"
SSH_USER: root
.do: &do
extends: .testcases
tags:
- do
do_ubuntu-canal-ha:
stage: deploy-part2
extends: .do
variables:
<<: *do_variables
when: manual
except: ['triggers']
only: ['master', /^pr-.*$/]

View file

@ -1,10 +0,0 @@
---
cloud_image: ubuntu-16-04-x64
cloud_region: nyc3
mode: ha
# Deployment settings
kube_network_plugin: canal
deploy_netchecker: true
dns_min_replicas: 1
# cloud_provider: 'do'