Project

General

Profile

action #176061

Updated by ggardet_arm 8 days ago

## Observation 

 openQA test in scenario opensuse-Tumbleweed-DVD-aarch64-container_host_kubectl@aarch64 fails in 
 [kubectl](https://openqa.opensuse.org/tests/4801131/modules/kubectl/steps/123) 

 kernel 6.13 update removed some CGROUP config options:  
 * CONFIG_CGROUP_CPUACCT: https://github.com/openSUSE/kernel-source/commit/8de3c73f3f3caa8a0a4e4befe7b614047804ba62 
 * CONFIG_CGROUP_DEVICE: https://github.com/openSUSE/kernel-source/commit/b0a82b685647702eefc77a08aa16c2983a4092c2 
 * CONFIG_CGROUP_FREEZER: https://github.com/openSUSE/kernel-source/commit/4d0d89470a94dec67199b24c65f26cac972581c6 
 and the test seems to fails because of: 

 
 ``` 
 - CONFIG_CGROUP_CPUACCT: missing (fail) 
 - CONFIG_CGROUP_DEVICE: missing (fail) 
 - CONFIG_CGROUP_FREEZER: missing (fail) 
 ``` 


 

 ## Test suite description 
 Maintainer: dheidler. Extra tests about CLI software in container module 
 2023-08-10/dimstar: added QEMURAM=2048 (boo#1212824) 


 ## Reproducible 

 Fails since (at least) Build [20250122](https://openqa.opensuse.org/tests/4800663) 


 ## Expected result 

 Last good: [20250121](https://openqa.opensuse.org/tests/4798500) (or more recent) 


 ## Further details 

 Always latest result in this scenario: [latest](https://openqa.opensuse.org/tests/latest?arch=aarch64&distri=opensuse&flavor=DVD&machine=aarch64&test=container_host_kubectl&version=Tumbleweed) 

Back