Skip to content

Commit da8c757

Browse files
committed
Removed logs
Signed-off-by: kunal-511 <[email protected]>
1 parent 4756fa0 commit da8c757

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/centraldb_integration_test.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,9 @@ jobs:
106106
107107
- name: Test Dashboard Web Interface
108108
run: |
109-
curl -f "http://localhost:8082/" >/dev/null 2>&1 || echo "Main page test failed"
109+
curl -f "http://localhost:8082/" >/dev/null 2>&1
110110
111-
curl -f "http://localhost:8082/healthz" >/dev/null 2>&1 || echo "Health endpoint not available"
111+
curl -f "http://localhost:8082/healthz" >/dev/null 2>&1
112112
113113
RESPONSE=$(curl -s "http://localhost:8082/" | head -c 100)
114114
if [[ -n "$RESPONSE" ]]; then
@@ -138,12 +138,12 @@ jobs:
138138
139139
- name: Test Dashboard Configuration
140140
run: |
141-
kubectl get configmap centraldashboard-config -n kubeflow || echo "ConfigMap not found, this is optional"
142-
kubectl describe configmap centraldashboard-config -n kubeflow || echo "ConfigMap not found, this is optional"
141+
kubectl get configmap centraldashboard-config -n kubeflow
142+
kubectl describe configmap centraldashboard-config -n kubeflow
143143
144144
- name: Test Virtual Service (if Istio is configured)
145145
run: |
146-
kubectl get virtualservice centraldashboard -n kubeflow || echo "VirtualService not found (might not be configured)"
146+
kubectl get virtualservice centraldashboard -n kubeflow
147147
148148
- name: Stop Port Forward
149149
run: |

0 commit comments

Comments
 (0)