Skip to content

Commit 1520bae

Browse files
committed
update critools to v1.24
Signed-off-by: Paul S. Schweigert <[email protected]> (cherry picked from commit bb11c9d) Signed-off-by: Paul S. Schweigert <[email protected]>
1 parent 212e8b6 commit 1520bae

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

Vagrantfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,9 @@ EOF
264264
fi
265265
trap cleanup EXIT
266266
ctr version
267-
critest --parallel=$(nproc) --report-dir="${REPORT_DIR}" --ginkgo.skip='HostIpc is true'
267+
268+
# TODO run in parallel, see https://github.com/containerd/containerd/issues/6903
269+
critest --ginkgo.skip='HostIpc is true' --report-dir="${REPORT_DIR}"
268270
SHELL
269271
end
270272

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)