Skip to content

Commit ba6063f

Browse files
Manciukicbchalios
authored andcommitted
chore(pcie): update artifacts to 1.13
I've rebuilt the CI artifacts for the new development version. Signed-off-by: Riccardo Mancini <mancio@amazon.com> Signed-off-by: Babis Chalios <bchalios@amazon.es>
1 parent 03a869b commit ba6063f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tools/devtool

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -569,8 +569,9 @@ ensure_ci_artifacts() {
569569

570570
# Fetch all the artifacts so they are local
571571
say "Fetching CI artifacts from S3"
572-
FC_VERSION=$(cmd_sh "cd src/firecracker/src; cargo pkgid | cut -d# -f2 | cut -d. -f1-2")
573-
S3_URL=s3://spec.ccfc.min/firecracker-ci/v$FC_VERSION/$(uname -m)
572+
# FC_VERSION=$(cmd_sh "cd src/firecracker/src; cargo pkgid | cut -d# -f2 | cut -d. -f1-2")
573+
# S3_URL=s3://spec.ccfc.min/firecracker-ci/v$FC_VERSION/$(uname -m)
574+
S3_URL=s3://spec.ccfc.min/firecracker-ci/v1.13-pcie/$(uname -m)
574575
ARTIFACTS=$MICROVM_IMAGES_DIR/$(uname -m)
575576
if [ ! -d "$ARTIFACTS" ]; then
576577
mkdir -pv $ARTIFACTS

0 commit comments

Comments
 (0)