Skip to content

Commit

Permalink
Update testing.yml to wait for dataset creation job
Browse files Browse the repository at this point in the history
  • Loading branch information
srikumar003 authored Apr 22, 2024
1 parent 3c39385 commit a37f996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
restartPolicy: Never
backoffLimit: 1
EOF
kubectl wait --for=condition=complete job/ds-write --timeout=2m
kubectl wait --for=condition=complete job/ds-write --timeout=2m || (kubectl get all -n dlf && kubectl describe job ds-write && exit 1)
- name: Read from Dataset
run: |
cat <<EOF | kubectl apply -f -
Expand Down

0 comments on commit a37f996

Please sign in to comment.