Skip to content

Commit da4076d

Browse files
committed
chore: point to PCI PoC CI artifacts
I've uploaded the new CI artifacts to run the PoC at s3://spec.ccfc.min/firecracker-ci/v1.11-pcie-poc/x86_64 Signed-off-by: Riccardo Mancini <[email protected]>
1 parent 571429e commit da4076d

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
@@ -565,7 +565,7 @@ ensure_ci_artifacts() {
565565

566566
# Fetch all the artifacts so they are local
567567
say "Fetching CI artifacts from S3"
568-
S3_URL=s3://spec.ccfc.min/firecracker-ci/v1.11/$(uname -m)
568+
S3_URL=s3://spec.ccfc.min/firecracker-ci/v1.11-pcie-poc/$(uname -m)
569569
ARTIFACTS=$MICROVM_IMAGES_DIR/$(uname -m)
570570
if [ ! -d "$ARTIFACTS" ]; then
571571
mkdir -pv $ARTIFACTS

0 commit comments

Comments
 (0)