Skip to content

Commit e0f72cd

Browse files
committed
TEST: use new artifacts with ftrace
Signed-off-by: Egor Lazarchuk <[email protected]>
1 parent b3369f9 commit e0f72cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/devtool

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ ensure_ci_artifacts() {
530530

531531
# Fetch all the artifacts so they are local
532532
say "Fetching CI artifacts from S3"
533-
S3_URL=s3://spec.ccfc.min/firecracker-ci/v1.10/$(uname -m)
533+
S3_URL=s3://spec.ccfc.min/firecracker-ci/ftrace/$(uname -m)
534534
ARTIFACTS=$MICROVM_IMAGES_DIR/$(uname -m)
535535
if [ ! -d "$ARTIFACTS" ]; then
536536
mkdir -pv $ARTIFACTS

0 commit comments

Comments
 (0)