Skip to content

Commit

Permalink
Update ods_ci/tasks/Resources/Provisioning/GPU/gpu_deploy.sh
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
FedeAlonso and github-actions[bot] authored Oct 23, 2023
1 parent c3ad521 commit a355851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ods_ci/tasks/Resources/Provisioning/GPU/gpu_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ function rerun_accelerator_migration() {
dashboard_pods_avail=$(echo $dashboard_pods | cut -c1-1)
((remaining_seconds = timeout_seconds - SECONDS))
echo "Dashboard pods: Available $dashboard_pods_avail out of $dashboard_pods_total ... (timeout in $remaining_seconds seconds)"
if [ $dashboard_pods_avail == $dashboard_pods_total ]; then
if [ "$dashboard_pods_avail" == "$dashboard_pods_total" ]; then
break
else
sleep $sleep_time
Expand Down

0 comments on commit a355851

Please sign in to comment.