We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3369f9 commit e0f72cdCopy full SHA for e0f72cd
tools/devtool
@@ -530,7 +530,7 @@ ensure_ci_artifacts() {
530
531
# Fetch all the artifacts so they are local
532
say "Fetching CI artifacts from S3"
533
- S3_URL=s3://spec.ccfc.min/firecracker-ci/v1.10/$(uname -m)
+ S3_URL=s3://spec.ccfc.min/firecracker-ci/ftrace/$(uname -m)
534
ARTIFACTS=$MICROVM_IMAGES_DIR/$(uname -m)
535
if [ ! -d "$ARTIFACTS" ]; then
536
mkdir -pv $ARTIFACTS
0 commit comments