Skip to content

Commit

Permalink
!2399 specify runtime as runc for oom test CI
Browse files Browse the repository at this point in the history
From: @jikai11 
Reviewed-by: @xuxuepeng 
Signed-off-by: @xuxuepeng
  • Loading branch information
openeuler-ci-bot authored and gitee-org committed Apr 2, 2024
2 parents e45264c + 7af700c commit 8504a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CI/test_cases/container_cases/inspect.sh
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ function test_inspect_spec()
isula rm -f $containername

# use more than 10m memory limit, otherwise it might fail to run
isula run -it -m 10m --name $containername $ubuntu_image perl -e 'for ($i = 0; $i < 100000000; $i++) { $a .= " " x 1024 }'
isula run -it -m 10m --runtime runc --name $containername $ubuntu_image perl -e 'for ($i = 0; $i < 100000000; $i++) { $a .= " " x 1024 }'

isula inspect -f "{{json .State.OOMKilled}} {{.Name}}" $containername 2>&1 | sed -n '1p' | grep "true"
[[ $? -ne 0 ]] && msg_err "${FUNCNAME[0]}:${LINENO} - failed to check container with image: ${ubuntu_image}" && ((ret++))
Expand Down

0 comments on commit 8504a6b

Please sign in to comment.