Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion server/fishtest/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from fishtest.stats.stat_util import SPRT_elo, get_elo
from fishtest.util import strip_run, worker_name

WORKER_VERSION = 320
WORKER_VERSION = 321

WORKER_API_PATHS = {
"/api/request_version",
Expand Down
2 changes: 1 addition & 1 deletion worker/games.py
Original file line number Diff line number Diff line change
Expand Up @@ -1115,7 +1115,7 @@ def shorten_hash(match):
re.compile(r"Warning; Engine .* is not responsive"),
re.compile(r"Warning; Engine .* didn't respond"),
re.compile(r"Warning; No output from"),
re.compile(r"Warning; No bestmove found in the last line from"),
re.compile(r"Warning; No bestmove found from"),
)

q = Queue()
Expand Down
2 changes: 1 addition & 1 deletion worker/sri.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"__version": 320, "updater.py": "sUFX8k5Cb1k3f2Vpp6i1XmIJpYJ9+1U1H/4GDyWiLOnyN6/OxPOJSirPu6CnkPOb", "worker.py": "No/y6VVoiOBDIrdyuHIMcVN9X9IJYFC7WNQTrE/9mu+0g67h/aAz3Brr/AXzulg/", "games.py": "DcF6+53tp5lFjMlfdr9DKOR91JMHWfAMII/TWaJI+HbzPPqerluqcC7JKCObdimA"}
{"__version": 321, "updater.py": "sUFX8k5Cb1k3f2Vpp6i1XmIJpYJ9+1U1H/4GDyWiLOnyN6/OxPOJSirPu6CnkPOb", "worker.py": "Ro/AxxY7FeE7vcciD5Q+cbZXobs0/XGbJrkq7y2Ch2n7g1kZs0A6ApqPUBRz3q+l", "games.py": "iRc54dGgrQBYp5ZtSKCbD2SFajhLGjc1Pv01wjqDgchceQnPMPlclMAVxthfuz6a"}
4 changes: 2 additions & 2 deletions worker/worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@
MIN_CLANG_MAJOR = 10
MIN_CLANG_MINOR = 0

FASTCHESS_SHA = "f15f44051632c9b519e468330c0705475a3dbe06"
FASTCHESS_SHA = "3de44228aec904e688a4ad71c554eb9d461a5a2a"

WORKER_VERSION = 320
WORKER_VERSION = 321
FILE_LIST = ["updater.py", "worker.py", "games.py"]
HTTP_TIMEOUT = 30.0
INITIAL_RETRY_TIME = 15.0
Expand Down
Loading