Skip to content
This repository was archived by the owner on May 21, 2024. It is now read-only.

Commit b4d0855

Browse files
committed
Remove port forward and login to pach at proxy address
1 parent 459a763 commit b4d0855

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.circleci/config.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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:
@@ -92,7 +96,6 @@ jobs:
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:

0 commit comments

Comments
 (0)