Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kubespray
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Kubespray
Commits
961c1be5
Commit
961c1be5
authored
5 years ago
by
Maxime Guyot
Committed by
Kubernetes Prow Robot
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Remove Digital Ocean CI (#5418)
parent
eda1dcb7
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+0
-1
0 additions, 1 deletion
.gitlab-ci.yml
.gitlab-ci/digital-ocean.yml
+0
-19
0 additions, 19 deletions
.gitlab-ci/digital-ocean.yml
tests/files/do_ubuntu-canal-ha.yml
+0
-10
0 additions, 10 deletions
tests/files/do_ubuntu-canal-ha.yml
with
0 additions
and
30 deletions
.gitlab-ci.yml
+
0
−
1
View file @
961c1be5
...
...
@@ -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
This diff is collapsed.
Click to expand it.
.gitlab-ci/digital-ocean.yml
deleted
100644 → 0
+
0
−
19
View file @
eda1dcb7
---
.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-.*$/
]
This diff is collapsed.
Click to expand it.
tests/files/do_ubuntu-canal-ha.yml
deleted
100644 → 0
+
0
−
10
View file @
eda1dcb7
---
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'
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment