mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-26 19:11:04 +00:00
Merge pull request #11026 from ldoktor/e2e-resources
ci.ocp: Override default runtimeclass CPU resources
This commit is contained in:
commit
ff9fb19f11
@ -26,6 +26,9 @@ info "Install and configure kata into the test cluster"
|
||||
export SELINUX_PERMISSIVE="no"
|
||||
"${script_dir}/cluster/install_kata.sh" || die "Failed to install kata-containers"
|
||||
|
||||
info "Overriding KATA_RUNTIME cpu resources"
|
||||
oc patch "runtimeclass/${KATA_RUNTIME}" -p '{"overhead": {"podFixed": {"cpu": "50m"}}}'
|
||||
|
||||
info "Run test suite: ${suite}"
|
||||
test_status='PASS'
|
||||
"${script_dir}/run_${suite}_test.sh" || test_status='FAIL'
|
||||
|
Loading…
Reference in New Issue
Block a user