Skip to content

Commit 88a46c7

Browse files
committed
temp: point to CI bucket with VMClock kernels
We created a CI bucket that includes VMClock kernels with backported patches for the snapshot safety features. Signed-off-by: Babis Chalios <[email protected]>
1 parent b3d14fd commit 88a46c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/devtool

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,8 @@ ensure_ci_artifacts() {
573573
# Fetch all the artifacts so they are local
574574
say "Fetching CI artifacts from S3"
575575
FC_VERSION=$(cmd_sh "cd src/firecracker/src; cargo pkgid | cut -d# -f2 | cut -d. -f1-2")
576-
S3_URL=s3://spec.ccfc.min/firecracker-ci/v$FC_VERSION/$(uname -m)
576+
#S3_URL=s3://spec.ccfc.min/firecracker-ci/v$FC_VERSION/$(uname -m)
577+
S3_URL=s3://spec.ccfc.min/firecracker-ci/v1.15-vmclock/$(uname -m)
577578
ARTIFACTS=$MICROVM_IMAGES_DIR/$(uname -m)
578579
if [ ! -d "$ARTIFACTS" ]; then
579580
mkdir -pv $ARTIFACTS

0 commit comments

Comments
 (0)