Skip to content

Commit 5ec49b9

Browse files
committed
ci: use new CI rootfs 24.04
Use the new CI artifacts prepared for v1.11 Signed-off-by: Pablo Barbáchano <[email protected]>
1 parent 6c61184 commit 5ec49b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/devtool

+1-1
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ ensure_ci_artifacts() {
562562

563563
# Fetch all the artifacts so they are local
564564
say "Fetching CI artifacts from S3"
565-
S3_URL=s3://spec.ccfc.min/firecracker-ci/v1.10/$(uname -m)
565+
S3_URL=s3://spec.ccfc.min/firecracker-ci/v1.11/$(uname -m)
566566
ARTIFACTS=$MICROVM_IMAGES_DIR/$(uname -m)
567567
if [ ! -d "$ARTIFACTS" ]; then
568568
mkdir -pv $ARTIFACTS

0 commit comments

Comments
 (0)