Skip to content

Commit

Permalink
ci: use latest pynfs test set
Browse files Browse the repository at this point in the history
  • Loading branch information
kofemann committed Jul 31, 2023
1 parent ba7c645 commit 3c1cd44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Expand Up @@ -326,7 +326,7 @@ pynfs_tests:
script:
- kubectl config set-context --current --namespace=${K8S_NAMESPACE}

- kubectl run pynfs-tester --image=dcache/pynfs:0.1 --restart=Never --command -- sleep 3600
- kubectl run pynfs-tester --image=dcache/pynfs:0.2 --restart=Never --command -- sleep 3600
- while ! kubectl wait --for=condition=Ready pod pynfs-tester; do sleep 1; done

- kubectl exec pynfs-tester -- /bin/bash -c "cd /pynfs/nfs4.0; python3 -u ./testserver.py --maketree store-door-svc:/data OPEN5; exit 0"
Expand Down

0 comments on commit 3c1cd44

Please sign in to comment.