Skip to content

Commit 0ef2a62

Browse files
committed
remove oci-artifact due to containerd#854
Signed-off-by: Jiaxiao (mossaka) Zhou <duibao55328@gmail.com>
1 parent dcd492e commit 0ef2a62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmarks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
set -euxo pipefail
139139
for RUNTIME in wasmtime wasmedge wasmer wamr; do
140140
# Run containerd stress tests with different images
141-
for IMAGE_TYPE in app oci oci-artifact; do
141+
for IMAGE_TYPE in app oci; do
142142
make test/stress-c8d-$RUNTIME \
143143
STRESS_TEST_JSON=stress-bench-c8d-${IMAGE_TYPE}-${RUNTIME}.json \
144144
STRESS_TEST_IMAGE=ghcr.io/containerd/runwasi/wasi-demo-${IMAGE_TYPE}:latest

0 commit comments

Comments
 (0)