Merge pull request #6894 from psschwei/update-critools

Update critools to v1.24
This commit is contained in:
Kazuyoshi Kato 2022-05-06 14:08:04 -07:00 committed by GitHub
commit 68d9d462c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

3
Vagrantfile vendored
View File

@ -270,7 +270,8 @@ EOF
fi fi
trap cleanup EXIT trap cleanup EXIT
ctr version ctr version
critest --parallel=$(nproc) --ginkgo.skip='HostIpc is true' --report-dir="${REPORT_DIR}" # TODO run in parallel, see https://github.com/containerd/containerd/issues/6903
critest --ginkgo.skip='HostIpc is true' --report-dir="${REPORT_DIR}"
SHELL SHELL
end end

View File

@ -1 +1 @@
53ad8bb7f97e1b1d1c0c0634e43a3c2b8b07b718 v1.24.0