Skip to content

Commit 0149b2b

Browse files
committed
tbd(acpi): temporarily switch to ACPI-enabled artifacts
We created new artifacts with ACPI support. Switch testing infra to fetch these new artifacts. Signed-off-by: Babis Chalios <[email protected]>
1 parent 9c78d16 commit 0149b2b

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
@@ -526,7 +526,7 @@ ensure_ci_artifacts() {
526526

527527
# Fetch all the artifacts so they are local
528528
say "Fetching CI artifacts from S3"
529-
S3_URL=s3://spec.ccfc.min/firecracker-ci/v1.8/$(uname -m)
529+
S3_URL=s3://spec.ccfc.min/firecracker-ci/acpi-mptable/$(uname -m)
530530
ARTIFACTS=$MICROVM_IMAGES_DIR/$(uname -m)
531531
if [ ! -d "$ARTIFACTS" ]; then
532532
mkdir -pv $ARTIFACTS

0 commit comments

Comments
 (0)