Skip to content

Commit

Permalink
Merge branch 'main' into snapshot-ab
Browse files Browse the repository at this point in the history
  • Loading branch information
roypat authored Sep 13, 2023
2 parents 562c0df + bee2437 commit 275871f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/devtool
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,10 @@ cmd_distclean() {
}

ensure_ci_artifacts() {
if [ ! command -v aws >/dev/null ]; then
die "AWS CLI not installed, which is required for downloading artifacts for integration tests."
fi

# Fetch all the artifacts so they are local
say "Fetching CI artifacts from S3"
S3_URL=s3://spec.ccfc.min/firecracker-ci/v1.5/$(uname -m)
Expand Down

0 comments on commit 275871f

Please sign in to comment.