This repository was archived by the owner on May 21, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,6 +37,10 @@ commands:
3737 helm repo add pachyderm https://pachyderm.github.io/helmchart
3838 helm repo update
3939 helm install pachd pachyderm/pachyderm --set deployTarget=LOCAL,proxy.service.type=NodePort --version ${PACHYDERM_VERSION}
40+ - run :
41+ name : Login to Pach
42+ command : |
43+ pachctl connect grpc://$(minikube ip):30080
4044
4145 install-python :
4246 parameters :
9296 - run :
9397 name : Run unit tests
9498 command : |
95- pachctl port-forward &
9699 mkdir -p test-results
97100 poetry run pytest -v --junitxml=test-results/junit.xml tests
98101 no_output_timeout : 20m
@@ -122,7 +125,6 @@ jobs:
122125 - run :
123126 name : Run opencv example
124127 command : |
125- pachctl port-forward &
126128 poetry run python ./examples/opencv/opencv.py
127129 no_output_timeout : 20m
128130 - run :
You can’t perform that action at this time.
0 commit comments