Skip to content

Commit bb11c9d

Browse files
committed
update critools to v1.24
Signed-off-by: Paul S. Schweigert <[email protected]>
1 parent 4591793 commit bb11c9d

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

Vagrantfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,8 @@ EOF
270270
fi
271271
trap cleanup EXIT
272272
ctr version
273-
critest --parallel=$(nproc) --ginkgo.skip='HostIpc is true' --report-dir="${REPORT_DIR}"
273+
# TODO run in parallel, see https://github.com/containerd/containerd/issues/6903
274+
critest --ginkgo.skip='HostIpc is true' --report-dir="${REPORT_DIR}"
274275
SHELL
275276
end
276277

script/setup/critools-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
53ad8bb7f97e1b1d1c0c0634e43a3c2b8b07b718
1+
v1.24.0

0 commit comments

Comments
 (0)