File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22set -euxo pipefail
33
4- IMG=" ${IMG:- centraldashboard } "
4+ IMG=" ${IMG:- dashboard } "
55TAG=" ${TAG:- integration-test} "
66
77./testing/shared/deploy_component.sh components/centraldashboard " ${IMG} " " ${TAG} " manifests overlays/istio
88
9- kubectl wait --for=condition=Ready pods -n kubeflow -l app=centraldashboard --timeout=300s
10- kubectl wait --for=condition=Available deployment -n kubeflow centraldashboard --timeout=300s
9+ kubectl wait --for=condition=Ready pods -n kubeflow -l app=dashboard --timeout=300s
10+ kubectl wait --for=condition=Available deployment -n kubeflow dashboard --timeout=300s
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22set -euxo pipefail
33
4- IMG=" ${IMG:- centraldashboard -angular} "
4+ IMG=" ${IMG:- dashboard -angular} "
55TAG=" ${TAG:- integration-test} "
66
77./testing/shared/deploy_component.sh components/centraldashboard-angular " ${IMG} " " ${TAG} " manifests overlays/istio
88
9- kubectl wait --for=condition=Ready pods -n kubeflow -l app=centraldashboard -angular --timeout=300s
10- kubectl wait --for=condition=Available deployment -n kubeflow centraldashboard -angular --timeout=300s
9+ kubectl wait --for=condition=Ready pods -n kubeflow -l app=dashboard -angular --timeout=300s
10+ kubectl wait --for=condition=Available deployment -n kubeflow dashboard -angular --timeout=300s
You can’t perform that action at this time.
0 commit comments