Skip to content

Commit d270158

Browse files
committed
Pin firecracker to v0.25.2-macvtap for e2e tests
1 parent 65c3b9d commit d270158

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/tools/config/userdata.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ if [[ -z "$SKIP_DIRECT_LVM" ]]; then
5252
fi
5353

5454
# install latest firecracker
55-
./flintlock/hack/scripts/provision.sh firecracker
55+
./flintlock/hack/scripts/provision.sh firecracker --version v0.25.2-macvtap
5656

5757
# install and setup containerd
5858
curl -sL https://api.github.com/repos/containerd/containerd/releases/latest 2>/dev/null |

0 commit comments

Comments
 (0)