Skip to content

Commit

Permalink
update critools to v1.24
Browse files Browse the repository at this point in the history
Signed-off-by: Paul S. Schweigert <paulschw@us.ibm.com>
(cherry picked from commit bb11c9d)
Signed-off-by: Paul S. Schweigert <paulschw@us.ibm.com>
  • Loading branch information
psschwei committed May 6, 2022
1 parent 212e8b6 commit 1520bae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Vagrantfile
Expand Up @@ -264,7 +264,9 @@ EOF
fi
trap cleanup EXIT
ctr version
critest --parallel=$(nproc) --report-dir="${REPORT_DIR}" --ginkgo.skip='HostIpc is true'
# TODO run in parallel, see https://github.com/containerd/containerd/issues/6903
critest --ginkgo.skip='HostIpc is true' --report-dir="${REPORT_DIR}"
SHELL
end

Expand Down
2 changes: 1 addition & 1 deletion script/setup/critools-version
@@ -1 +1 @@
53ad8bb7f97e1b1d1c0c0634e43a3c2b8b07b718
v1.24.0

0 comments on commit 1520bae

Please sign in to comment.