Skip to content

Commit

Permalink
add temp sleep for NFD CRD creation
Browse files Browse the repository at this point in the history
  • Loading branch information
bdattoma committed Jan 14, 2025
1 parent 39d1595 commit d3376c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ods_ci/tasks/Resources/Provisioning/GPU/NFD/install_nfd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,6 @@ else
echo "WARNING: I don't know the sha for $xyVersion. Re-using default 4.17 $imageUrl. It might not work!"
fi
sed -i'' -e "s/<imageUrl>/$imageUrl/g" $NFD_INSTANCE
# temporary sleep until latest oc binary is available and --for=create is supported
sleep 10s
oc apply -f "$NFD_INSTANCE"

0 comments on commit d3376c2

Please sign in to comment.