File tree 3 files changed +8
-1
lines changed
3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 21
21
run : |
22
22
sudo snap install helm --classic
23
23
sudo snap install kubectl --classic
24
+ - name : install kind
25
+ run : |
26
+ go install sigs.k8s.io/[email protected]
24
27
- name : Setup e2e
25
28
run : make setup-e2e
26
29
- name : run e2e test
Original file line number Diff line number Diff line change @@ -30,4 +30,5 @@ source "${CURRENT_DIR}/common.sh"
30
30
${KIND} create cluster \
31
31
--name " ${KIND_CLUSTER_NAME} " \
32
32
--image " ${KIND_IMAGE} " \
33
- --config " ${KIND_CLUSTER_CONFIG_PATH} "
33
+ --config " ${KIND_CLUSTER_CONFIG_PATH} " \
34
+ --wait 2m
Original file line number Diff line number Diff line change 16
16
17
17
# Very Simple Script for testing the demo
18
18
19
+ kind get clusters
20
+ kubectl get nodes
21
+ kubectl wait --for=condition=Ready nodes/dra-example-driver-cluster-worker --timeout=120s
19
22
kubectl create -f demo/gpu-test1.yaml
20
23
kubectl create -f demo/gpu-test2.yaml
21
24
kubectl create -f demo/gpu-test3.yaml
You can’t perform that action at this time.
0 commit comments