Dev Builds » 20260918-1900

You are viewing an old NCM Stockfish dev build test. You may find the most recent dev build tests using Stockfish 15 as the baseline here.

Use this dev build

NCM plays each Stockfish dev build 20,000 times against Stockfish 14. This yields an approximate Elo difference and establishes confidence in the strength of the dev builds.

Summary

Host Duration Avg Base NPS Games WLD Standard Elo Ptnml(0-2) Gamepair Elo

Test Detail

ID Host Base NPS Games WLD Standard Elo Ptnml(0-2) Gamepair Elo CLI PGN

Commit

Commit ID 248a8b86d789666d4aa2ae5e04dc18ae2a18fe95
Author Christian Felix
Date 2026-09-18 19:00:12 UTC
Use ubuntu-slim for lightweight release jobs Move matrix preparation, release management, and artifact packaging to `ubuntu-slim`, as suggested in #7080. These jobs use shell tools and release APIs and do not require multiple CPU cores. Compilation jobs retain their existing runners. The change consists of six runner-label replacements and my first-contribution entry in `AUTHORS`. No functional change. Validation: - `actionlint` passes for the candidate workflows (ShellCheck integration disabled). - [Fork validation](https://github.com/ofelixdev/Stockfish/actions/runs/34765627178) runs the affected steps on both `ubuntu-latest` and `ubuntu-slim`, using the eight real compilation artifacts from upstream run [34745589340](https://github.com/official-stockfish/Stockfish/actions/runs/34745589340). - All eight current packaging variants preserve file contents and permissions across runners. All 32 assets downloaded from the four temporary releases match the uploaded archive SHA-256 values. - Matrix outputs, real draft creation, previous-prerelease selection/deletion, uploads, and prerelease publication pass. Release-script checks cover 45 cases on each runner; the archive verifier has 13 tests on each runner. The validation harness is on a separate branch in my fork and is not included in this patch. It uses fork-specific tags and repository bindings; the engine is not rebuilt by this validation. AI assistance was used for the patch and validation tooling. Fixes #7080. closes https://github.com/official-stockfish/Stockfish/pull/7166 No functional change
Copyright 2011–2026 Next Chess Move LLC