Skip to content

Commit f442ffa

Browse files
committed
Updated the api call
Signed-off-by: kunal-511 <[email protected]>
1 parent c65e33d commit f442ffa

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/end_to_end_integration_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167
sleep 5
168168
169169
echo "Testing KFAM service health..."
170-
curl -v http://localhost:8081/healthz || curl -v http://localhost:8081/metrics || curl -v http://localhost:8081/
170+
curl -v http://localhost:8081/kfam/healthz || curl -v http://localhost:8081/kfam/version || curl -v http://localhost:8081/kfam/ || curl -v http://localhost:8081/metrics || curl -v http://localhost:8081/
171171
172172
echo "Testing KFAM API with user context..."
173173
curl -v -H "kubeflow-userid: [email protected]" http://localhost:8081/kfam/v1/bindings?namespace=e2e-admin

.github/workflows/profiles_kfam_integration_test.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,7 @@ jobs:
128128
echo $PF_PID > /tmp/kfam_pf.pid
129129
sleep 5
130130
131-
echo "Testing KFAM service health..."
132-
curl -v http://localhost:8081/healthz || curl -v http://localhost:8081/metrics || curl -v http://localhost:8081/
131+
curl -v http://localhost:8081/kfam/healthz || curl -v http://localhost:8081/kfam/version || curl -v http://localhost:8081/kfam/ || curl -v http://localhost:8081/metrics || curl -v http://localhost:8081/
133132
134133
if [ -f "/tmp/kfam_pf.pid" ]; then
135134
kill $(cat /tmp/kfam_pf.pid)

0 commit comments

Comments
 (0)