Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dCache
k8s-sandbox
Commits
fe809a50
Commit
fe809a50
authored
May 27, 2022
by
Tigran Mkrtchyan
☕
Browse files
ci: always use fjuette/docker-rancher-cli for k8s
parent
443288dc
Pipeline
#29033
failed with stages
in 2 minutes and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
fe809a50
...
...
@@ -22,8 +22,7 @@ variables:
#
prepare_env
:
stage
:
prepare
image
:
name
:
fjuette/docker-rancher-cli
image
:
fjuette/docker-rancher-cli
script
:
-
rancher login --token $RANCHER_TOKEN $RANCHER_ENDPOINT --context $CONTEXT
-
rancher namespace create $NS
...
...
@@ -31,8 +30,7 @@ prepare_env:
deploy
:
stage
:
test_deploy
image
:
name
:
fjuette/docker-rancher-cli
image
:
fjuette/docker-rancher-cli
tags
:
-
kubernetes
script
:
...
...
@@ -66,9 +64,7 @@ cvmfs_test:
pynfs_tests
:
stage
:
testing
allow_failure
:
true
image
:
name
:
bitnami/kubectl:latest
entrypoint
:
[
"
"
]
image
:
fjuette/docker-rancher-cli
tags
:
-
kubernetes
script
:
...
...
@@ -93,9 +89,7 @@ pynfs_tests:
xrdcp_tests
:
stage
:
testing
allow_failure
:
true
image
:
name
:
bitnami/kubectl:latest
entrypoint
:
[
"
"
]
image
:
fjuette/docker-rancher-cli
tags
:
-
kubernetes
script
:
...
...
@@ -116,9 +110,7 @@ xrdcp_tests:
collect_logs
:
stage
:
collect
image
:
name
:
bitnami/kubectl:latest
entrypoint
:
[
"
"
]
image
:
fjuette/docker-rancher-cli
tags
:
-
kubernetes
script
:
...
...
@@ -138,8 +130,7 @@ collect_logs:
#
cleanup
:
stage
:
cleanup
image
:
name
:
fjuette/docker-rancher-cli
image
:
fjuette/docker-rancher-cli
when
:
always
script
:
-
rancher login --token $RANCHER_TOKEN $RANCHER_ENDPOINT --context $CONTEXT
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment