Skip to content

feat(container): prioritize openQA tests over LLM container#7553

Open
okurz wants to merge 1 commit into
os-autoinst:masterfrom
okurz:feature/custom_worker_engine_2_3
Open

feat(container): prioritize openQA tests over LLM container#7553
okurz wants to merge 1 commit into
os-autoinst:masterfrom
okurz:feature/custom_worker_engine_2_3

Conversation

@okurz

@okurz okurz commented Jun 19, 2026

Copy link
Copy Markdown
Member

Motivation:
Prevent the resource-heavy LLM container from starving latency-sensitive
openQA test execution workloads of CPU, disk I/O, and memory resources.

Design Choices:
Set nice level to 12, lower CPUWeight to 50, and use best-effort class 5
for disk I/O. Add OOMScoreAdjust=500 to keep openQA processes safe.

Benefits:
Guarantees a middle-ground resource share for the LLM container while keeping
the host system stable and openQA test environments responsive under load.

@codecov

codecov Bot commented Jun 19, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (264d797) to head (6c942ec).
⚠️ Report is 5 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##            master     #7553   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          423       423           
  Lines        45319     45382   +63     
=========================================
+ Hits         45319     45382   +63     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Motivation:
Prevent the resource-heavy LLM container from starving latency-sensitive
openQA test execution workloads of CPU, disk I/O, and memory resources.

Design Choices:
Set nice level to 12, lower CPUWeight to 50, and use best-effort class 5
for disk I/O. Add OOMScoreAdjust=500 to keep openQA processes safe.

Benefits:
Guarantees a middle-ground resource share for the LLM container while keeping
the host system stable and openQA test environments responsive under load.
@okurz okurz force-pushed the feature/custom_worker_engine_2_3 branch from 6c942ec to 260a8f7 Compare June 19, 2026 12:51
@okurz okurz marked this pull request as ready for review June 19, 2026 12:51
@os-autoinst os-autoinst deleted a comment from mergify Bot Jun 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants