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

Commit b01d938

Browse files
committed
Remove port forward and login to pach at proxy address
1 parent fccb8fc commit b01d938

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.circleci/config.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,20 @@ commands:
66
- run:
77
name: Install dependencies
88
command: etc/testing/circle/install.sh
9+
- run:
10+
name: Add deps to path
11+
command: |
12+
echo 'export PATH=/home/circleci/project/cached-deps:$PATH' >> $BASH_ENV
913
- run:
1014
name: Start minikube
1115
command: etc/testing/circle/start-minikube.sh
1216
- run:
1317
name: Deploy pachyderm
1418
command: etc/testing/circle/deploy-pachyderm.sh
19+
- run:
20+
name: Login to Pach
21+
command: |
22+
pachctl connect grpc://$(minikube ip):30080
1523
1624
install-python:
1725
parameters:
@@ -60,7 +68,6 @@ jobs:
6068
- run:
6169
name: Run unit tests
6270
command: |
63-
pachctl port-forward &
6471
poetry run pytest tests
6572
- run:
6673
when: on_fail
@@ -83,7 +90,6 @@ jobs:
8390
- run:
8491
name: Run opencv example
8592
command: |
86-
pachctl port-forward &
8793
poetry run python ./examples/opencv/opencv.py
8894
- run:
8995
when: on_fail

0 commit comments

Comments
 (0)