Skip to content

Commit

Permalink
tbd(acpi): temporarily switch to ACPI-enabled artifacts
Browse files Browse the repository at this point in the history
We created new artifacts with ACPI support. Switch testing infra to
fetch these new artifacts.

Signed-off-by: Babis Chalios <bchalios@amazon.es>
  • Loading branch information
bchalios committed Mar 22, 2024
1 parent 9c78d16 commit 0149b2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/devtool
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ ensure_ci_artifacts() {

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

0 comments on commit 0149b2b

Please sign in to comment.