@@ -16,7 +16,7 @@ concurrency:
1616 cancel-in-progress : true
1717
1818env :
19- DASHBOARD_IMG : ghcr.io/kubeflow/dashboard/centraldashboard -angular
19+ DASHBOARD_IMG : ghcr.io/kubeflow/dashboard/dashboard -angular
2020 KFAM_IMG : ghcr.io/kubeflow/dashboard/kfam
2121 PROFILE_CONTROLLER_IMG : ghcr.io/kubeflow/dashboard/profile-controller
2222 TAG : integration-test
6262 kind load docker-image "${PROFILE_CONTROLLER_IMG}:${TAG}"
6363 cd config
6464 kustomize build overlays/kubeflow \
65- | sed "s|ghcr.io/kubeflow/kubeflow /profile-controller:[a-zA-Z0-9_.-]*|${PROFILE_CONTROLLER_IMG}:${TAG}|g" \
66- | sed "s|ghcr.io/kubeflow/kubeflow /kfam:[a-zA-Z0-9_.-]*|${KFAM_IMG}:${TAG}|g" \
65+ | sed "s|ghcr.io/kubeflow/dashboard /profile-controller:[a-zA-Z0-9_.-]*|${PROFILE_CONTROLLER_IMG}:${TAG}|g" \
66+ | sed "s|ghcr.io/kubeflow/dashboard /kfam:[a-zA-Z0-9_.-]*|${KFAM_IMG}:${TAG}|g" \
6767 | kubectl apply -f -
6868 kubectl wait --for=condition=Available deployment -n kubeflow profiles-deployment --timeout=300s
6969 kubectl wait --for=condition=Ready pods -n kubeflow -l kustomize.component=profiles --timeout=300s
7777 "${TAG}" \
7878 "manifests" \
7979 "overlays/kserve"
80- kubectl wait --for=condition=Ready pods -n kubeflow -l app=centraldashboard -angular --timeout=300s
81- kubectl wait --for=condition=Available deployment -n kubeflow centraldashboard -angular --timeout=300s
80+ kubectl wait --for=condition=Ready pods -n kubeflow -l app=dashboard -angular --timeout=300s
81+ kubectl wait --for=condition=Available deployment -n kubeflow dashboard -angular --timeout=300s
8282
8383 - name : Create Test Profile for Dashboard Testing
8484 run : |
@@ -110,15 +110,15 @@ jobs:
110110
111111 - name : Validate Service
112112 run : |
113- ./testing/gh-actions/test_service.sh validate-service centraldashboard -angular kubeflow
113+ ./testing/gh-actions/test_service.sh validate-service dashboard -angular kubeflow
114114
115115 - name : Start Port Forward for Dashboard Testing
116116 run : |
117- ./testing/gh-actions/test_service.sh port-forward centraldashboard -angular kubeflow 8080 80
117+ ./testing/gh-actions/test_service.sh port-forward dashboard -angular kubeflow 8080 80
118118
119119 - name : Test Dashboard Health
120120 run : |
121- ./testing/gh-actions/test_service.sh test-health centraldashboard -angular kubeflow 8080
121+ ./testing/gh-actions/test_service.sh test-health dashboard -angular kubeflow 8080
122122
123123 - name : Test Dashboard Web Interface
124124 run : |
@@ -133,28 +133,28 @@ jobs:
133133 exit 1
134134 fi
135135
136- kubectl get service centraldashboard -angular -n kubeflow
137- kubectl get pods -n kubeflow -l app=centraldashboard -angular
136+ kubectl get service dashboard -angular -n kubeflow
137+ kubectl get pods -n kubeflow -l app=dashboard -angular
138138
139139 - name : Test Dashboard Performance
140140 run : |
141- ./testing/gh-actions/test_service.sh performance-test centraldashboard -angular kubeflow 8080 80 8
141+ ./testing/gh-actions/test_service.sh performance-test dashboard -angular kubeflow 8080 80 8
142142
143143 - name : Test Dashboard Metrics
144144 run : |
145- ./testing/gh-actions/test_service.sh test-metrics centraldashboard -angular kubeflow 8080
145+ ./testing/gh-actions/test_service.sh test-metrics dashboard -angular kubeflow 8080
146146
147147 - name : Check Dashboard Logs
148148 run : |
149- ./testing/gh-actions/test_service.sh check-logs centraldashboard -angular kubeflow 50
149+ ./testing/gh-actions/test_service.sh check-logs dashboard -angular kubeflow 50
150150
151151 - name : Check for Errors in Logs
152152 run : |
153- ./testing/gh-actions/test_service.sh check-errors centraldashboard -angular kubeflow
153+ ./testing/gh-actions/test_service.sh check-errors dashboard -angular kubeflow
154154
155155 - name : Stop Port Forward
156156 run : |
157- ./testing/gh-actions/test_service.sh stop-port-forward centraldashboard -angular kubeflow 8080
157+ ./testing/gh-actions/test_service.sh stop-port-forward dashboard -angular kubeflow 8080
158158
159159 - name : Cleanup Test Resources
160160 run : |
0 commit comments