diff --git a/scripts/run_integration_tests_aarch64.sh b/scripts/run_integration_tests_aarch64.sh index 7bd4ddf8c..04d8cf59f 100755 --- a/scripts/run_integration_tests_aarch64.sh +++ b/scripts/run_integration_tests_aarch64.sh @@ -223,9 +223,9 @@ update_workloads() { pushd $WORKLOADS_DIR git clone "https://gitlab.com/virtio-fs/virtiofsd-rs.git" $VIRTIOFSD_RS_DIR pushd $VIRTIOFSD_RS_DIR - git checkout 21d20035a582fb0389697b1bd7f8331623a77939 + git checkout v1.1.0 time cargo build --release - cp target/release/virtiofsd-rs $VIRTIOFSD_RS || exit 1 + cp target/release/virtiofsd $VIRTIOFSD_RS || exit 1 popd rm -rf $VIRTIOFSD_RS_DIR popd diff --git a/scripts/run_integration_tests_x86_64.sh b/scripts/run_integration_tests_x86_64.sh index 71bd293de..9b8acb53d 100755 --- a/scripts/run_integration_tests_x86_64.sh +++ b/scripts/run_integration_tests_x86_64.sh @@ -135,9 +135,9 @@ if [ ! -f "$VIRTIOFSD_RS" ]; then pushd $WORKLOADS_DIR git clone "https://gitlab.com/virtio-fs/virtiofsd-rs.git" $VIRTIOFSD_RS_DIR pushd $VIRTIOFSD_RS_DIR - git checkout 21d20035a582fb0389697b1bd7f8331623a77939 + git checkout v1.1.0 time cargo build --release - cp target/release/virtiofsd-rs $VIRTIOFSD_RS || exit 1 + cp target/release/virtiofsd $VIRTIOFSD_RS || exit 1 popd rm -rf $VIRTIOFSD_RS_DIR popd