File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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 : |
You can’t perform that action at this time.
0 commit comments