Skip to content

Commit 85d0fcb

Browse files
committed
test
1 parent cf8580b commit 85d0fcb

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

cri/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,12 @@
2323
EXTRAGOARGS:=-v -race -cover
2424
test-cri-firecracker:
2525

26+
./../scripts/cloudlab/setup_node.sh
2627
./../scripts/cloudlab/start_onenode_vhive_cluster.sh
2728

2829
sleep 5m
2930
KUBECONFIG=/etc/kubernetes/admin.conf ./../scripts/setup_zipkin.sh
3031
sleep 5s
31-
kubectl taint nodes --all node-role.kuberetes.io/control-place:NoSchedule-
32-
sleep 5m
3332
go run ./../examples/registry/populate_registry.go -imageFile ./../examples/registry/images.txt
3433
sleep 1s
3534

0 commit comments

Comments
 (0)