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
0c3ad943
Commit
0c3ad943
authored
May 27, 2022
by
Tigran Mkrtchyan
☕
Browse files
deploy: don't wait for aux pods
parent
a588ff27
Pipeline
#29052
failed with stages
in 2 minutes and 2 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
0c3ad943
...
...
@@ -38,12 +38,7 @@ deploy:
-
kubectl apply -f deployments/postgresql-service.yml
-
kubectl apply -f deployments/zookeeper.yml
-
sleep
20
-
kubectl wait $CHECK_TIMEOUT --for=condition=ready pod -l app=postgresql
-
kubectl wait $CHECK_TIMEOUT --for=condition=ready pod -l app=zk
-
kubectl apply -f deployments/dcache-service.yml
-
sleep
30
-
kubectl wait $CHECK_TIMEOUT --for=condition=Ready pod -l app=dcache-door
environment
:
...
...
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