mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 06:17:49 +00:00
Update fastchess CI Version
This PR updates the fastchess version used as part of the CI to the one used on fishtest, see https://github.com/official-stockfish/fishtest/pull/2180. Also change the name/repo from fast-chess to fastchess. closes https://github.com/official-stockfish/Stockfish/pull/5826 No functional change
This commit is contained in:
committed by
Disservin
parent
ebdc7ba2da
commit
c180163540
@@ -19,22 +19,22 @@ jobs:
|
|||||||
working-directory: Stockfish/src
|
working-directory: Stockfish/src
|
||||||
run: make -j build debug=yes
|
run: make -j build debug=yes
|
||||||
|
|
||||||
- name: Checkout fast-chess repo
|
- name: Checkout fastchess repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: Disservin/fast-chess
|
repository: Disservin/fastchess
|
||||||
path: fast-chess
|
path: fastchess
|
||||||
ref: d54af1910d5479c669dc731f1f54f9108a251951
|
ref: 894616028492ae6114835195f14a899f6fa237d3
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
|
|
||||||
- name: fast-chess build
|
- name: fastchess build
|
||||||
working-directory: fast-chess
|
working-directory: fastchess
|
||||||
run: make -j
|
run: make -j
|
||||||
|
|
||||||
- name: Run games
|
- name: Run games
|
||||||
working-directory: fast-chess
|
working-directory: fastchess
|
||||||
run: |
|
run: |
|
||||||
./fast-chess -rounds 4 -games 2 -repeat -concurrency 4 -openings file=app/tests/data/openings.epd format=epd order=random -srand $RANDOM\
|
./fastchess -rounds 4 -games 2 -repeat -concurrency 4 -openings file=app/tests/data/openings.epd format=epd order=random -srand $RANDOM\
|
||||||
-engine name=sf1 cmd=/home/runner/work/Stockfish/Stockfish/Stockfish/src/stockfish\
|
-engine name=sf1 cmd=/home/runner/work/Stockfish/Stockfish/Stockfish/src/stockfish\
|
||||||
-engine name=sf2 cmd=/home/runner/work/Stockfish/Stockfish/Stockfish/src/stockfish\
|
-engine name=sf2 cmd=/home/runner/work/Stockfish/Stockfish/Stockfish/src/stockfish\
|
||||||
-ratinginterval 1 -report penta=true -each proto=uci tc=4+0.04 -log file=fast.log | tee fast.out
|
-ratinginterval 1 -report penta=true -each proto=uci tc=4+0.04 -log file=fast.log | tee fast.out
|
||||||
|
|||||||
Reference in New Issue
Block a user