Skip to content
GitLab
Menu
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
73664f1b
Commit
73664f1b
authored
May 28, 2022
by
Tigran Mkrtchyan
☕
Browse files
ci: fix dcache service name
parent
463dfd7e
Pipeline
#29061
passed with stages
in 5 minutes and 51 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
73664f1b
...
...
@@ -67,8 +67,8 @@ pynfs_tests:
-
kubectl run pynfs-tester --image=dcache/pynfs:0.1 --restart=Never --command -- sleep
3600
-
kubectl wait $CHECK_TIMEOUT --for=condition=Ready pods --all
-
kubectl exec pynfs-tester -- /bin/bash -c "cd /pynfs/nfs4.0; python3 -u ./testserver.py --xml=/xunit-report-v40.xml --maketree dcache-svc:/data all; exit 0"
-
kubectl exec pynfs-tester -- /bin/bash -c "cd /pynfs/nfs4.1; python3 -u ./testserver.py --xml=/xunit-report-v41.xml --maketree dcache-svc:/data all; exit 0"
-
kubectl exec pynfs-tester -- /bin/bash -c "cd /pynfs/nfs4.0; python3 -u ./testserver.py --xml=/xunit-report-v40.xml --maketree dcache-
door-
svc:/data all; exit 0"
-
kubectl exec pynfs-tester -- /bin/bash -c "cd /pynfs/nfs4.1; python3 -u ./testserver.py --xml=/xunit-report-v41.xml --maketree dcache-
door-
svc:/data all; exit 0"
-
kubectl cp pynfs-tester:/xunit-report-v40.xml xunit-report-v40.xml
-
kubectl cp pynfs-tester:/xunit-report-v41.xml xunit-report-v41.xml
...
...
@@ -94,8 +94,8 @@ xrdcp_tests:
-
kubectl exec xrdcp-tester -- yum install -y epel-release
-
kubectl exec xrdcp-tester -- yum install -y xrootd-client
-
kubectl exec xrdcp-tester -- xrdcp /etc/hosts root://dcache-svc/tests/file.data
-
kubectl exec xrdcp-tester -- xrdcp root://dcache-svc/tests/file.data /tmp/file.data
-
kubectl exec xrdcp-tester -- xrdcp /etc/hosts root://dcache-
door-
svc/tests/file.data
-
kubectl exec xrdcp-tester -- xrdcp root://dcache-
door-
svc/tests/file.data /tmp/file.data
-
kubectl exec xrdcp-tester -- cmp /etc/hosts /tmp/file.data
environment
:
testing
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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