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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Kubespray
Commits
d2452016
Commit
d2452016
authored
7 years ago
by
jwfang
Browse files
Options
Downloads
Patches
Plain Diff
test: change ubuntu_calico_rbac to ubuntu_flannel_rbac
parent
a5b84a47
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+4
-4
4 additions, 4 deletions
.gitlab-ci.yml
with
4 additions
and
4 deletions
.gitlab-ci.yml
+
4
−
4
View file @
d2452016
...
@@ -375,10 +375,10 @@ before_script:
...
@@ -375,10 +375,10 @@ before_script:
CLUSTER_MODE
:
separate
CLUSTER_MODE
:
separate
STARTUP_SCRIPT
:
"
"
STARTUP_SCRIPT
:
"
"
.ubuntu_
calico
_rbac_variables
:
&ubuntu_
calico
_rbac_variables
.ubuntu_
flannel
_rbac_variables
:
&ubuntu_
flannel
_rbac_variables
# stage: deploy-gce-special
# stage: deploy-gce-special
AUTHORIZATION_MODES
:
"
{
'authorization_modes':
[
'RBAC'
]
}"
AUTHORIZATION_MODES
:
"
{
'authorization_modes':
[
'RBAC'
]
}"
KUBE_NETWORK_PLUGIN
:
calico
KUBE_NETWORK_PLUGIN
:
flannel
CLOUD_IMAGE
:
ubuntu-1604-xenial
CLOUD_IMAGE
:
ubuntu-1604-xenial
CLOUD_REGION
:
europe-west1-b
CLOUD_REGION
:
europe-west1-b
CLUSTER_MODE
:
separate
CLUSTER_MODE
:
separate
...
@@ -609,13 +609,13 @@ ubuntu-vault-sep:
...
@@ -609,13 +609,13 @@ ubuntu-vault-sep:
except
:
[
'
triggers'
]
except
:
[
'
triggers'
]
only
:
[
'
master'
,
/^pr-.*$/
]
only
:
[
'
master'
,
/^pr-.*$/
]
ubuntu-
calico
-rbac-sep
:
ubuntu-
flannel
-rbac-sep
:
stage
:
deploy-gce-special
stage
:
deploy-gce-special
<<
:
*job
<<
:
*job
<<
:
*gce
<<
:
*gce
variables
:
variables
:
<<
:
*gce_variables
<<
:
*gce_variables
<<
:
*ubuntu_
calico
_rbac_variables
<<
:
*ubuntu_
flannel
_rbac_variables
when
:
manual
when
:
manual
except
:
[
'
triggers'
]
except
:
[
'
triggers'
]
only
:
[
'
master'
,
/^pr-.*$/
]
only
:
[
'
master'
,
/^pr-.*$/
]
...
...
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