Browse Source

Remove Digital Ocean CI (#5418)

pull/5428/head
Maxime Guyot 5 years ago
committed by Kubernetes Prow Robot
parent
commit
961c1be53e
3 changed files with 0 additions and 30 deletions
  1. 1
      .gitlab-ci.yml
  2. 19
      .gitlab-ci/digital-ocean.yml
  3. 10
      tests/files/do_ubuntu-canal-ha.yml

1
.gitlab-ci.yml

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

19
.gitlab-ci/digital-ocean.yml

@ -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-.*$/]

10
tests/files/do_ubuntu-canal-ha.yml

@ -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'
Loading…
Cancel
Save