Skip to content

Commit

Permalink
workaround dra 1.31 bug
Browse files Browse the repository at this point in the history
Change-Id: I22baf7b64e599faa2cacbecb0170dac35b603464
  • Loading branch information
aojea committed Dec 10, 2024
1 parent 8a06a28 commit 2363404
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,9 @@ jobs:
- name: Run smoke test
run: |
cat examples/add_dummy_iface.sh | docker exec -i kind-worker bash
# Bug github.com/kubernetes/kubernetes/pull/126807
# Wait until the resource has been published
sleep 30
/usr/local/bin/kubectl apply -f examples/deviceclass.yaml
/usr/local/bin/kubectl apply -f examples/resourceclaim.yaml
/usr/local/bin/kubectl wait --timeout=2m --for=condition=ready pods -l app=pod
Expand Down

0 comments on commit 2363404

Please sign in to comment.