Skip to content

[DOC] system-requirements.rst: Bump system requirements#36917

Merged
artanokhov merged 1 commit into
openvinotoolkit:masterfrom
artanokhov:doc-bump-system-requirements-master
Jul 16, 2026
Merged

[DOC] system-requirements.rst: Bump system requirements#36917
artanokhov merged 1 commit into
openvinotoolkit:masterfrom
artanokhov:doc-bump-system-requirements-master

Conversation

@artanokhov

Copy link
Copy Markdown
Contributor

Details:

  • Removed ubu20 and cos7.
  • Added ubu26.

AI Assistance:

  • AI assistance used: no

@artanokhov
artanokhov requested a review from moslex July 16, 2026 08:29
@artanokhov
artanokhov requested a review from a team as a code owner July 16, 2026 08:29
@artanokhov
artanokhov requested review from mfhansen and removed request for a team July 16, 2026 08:29
@artanokhov artanokhov added the category: docs OpenVINO documentation label Jul 16, 2026

@moslex moslex left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok

@artanokhov
artanokhov added this pull request to the merge queue Jul 16, 2026
Merged via the queue into openvinotoolkit:master with commit 26bf53b Jul 16, 2026
161 checks passed
@artanokhov
artanokhov deleted the doc-bump-system-requirements-master branch July 16, 2026 15:57
@github-actions

Copy link
Copy Markdown
Contributor

CI Doctor — Merge Queue failure on this PR

Pipeline: Windows (VS 2022, Python 3.11, Release)
Failure: JS API E2E Electron cleanup fails on Windows - Permission denied removing locked electron.exe/dll
Automatic restart: ✅ Re-run of failed jobs requested (reason: Windows file-lock on electron.exe/dll during test cleanup is transient; a restart typically allows cleanup to succeed)

Possible remedy

  1. Replace rm -rf demo-electron-app-project in the mocha after all hook in src/bindings/js/node/tests/e2e/electron-app.test.js with rimraf('demo-electron-app-project', callback) or fs.rmSync('demo-electron-app-project', {recursive: true, force: true}) to handle locked files on Windows.
  2. Add an explicit wait / process termination for the Electron subprocess before invoking cleanup.
  3. The jobs have been re-run automatically — no action needed to unblock this PR if the re-run passes.

What happened

The JS API (26) job failed in the mocha after all cleanup hook: rm -rf demo-electron-app-project could not remove electron.exe, d3dcompiler_47.dll, libEGL.dll, and libGLESv2.dll because they were still file-locked by Windows after the Electron process exited. Both actual test assertions ("should install dependencies" and "should run electron package and verify output") passed — only the teardown failed.

This is a known recurring issue (8 occurrences since 2026-07-09, 3 times in the last 12 hours), affecting multiple unrelated PRs. Your PR (a docs-only change) is not the cause.

Generated by CI Failure Doctor — Merge Queue · 138.2 AIC · ⌖ 6.97 AIC · ⊞ 20K ·

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

category: docs OpenVINO documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants