diff --git a/server/fishtest/schemas.py b/server/fishtest/schemas.py index 60426a8bb..42c951aac 100644 --- a/server/fishtest/schemas.py +++ b/server/fishtest/schemas.py @@ -419,7 +419,7 @@ def action_is(action_name): "compiler": union("clang++", "g++"), "unique_key": uuid, "modified": bool, - "worker_arch": worker_arch, + "worker_arch": union(worker_arch, "unknown"), "ARCH": str, "nps": unumber, "near_github_api_limit": bool, diff --git a/server/fishtest/util.py b/server/fishtest/util.py index 09a9e0017..73109d1e6 100644 --- a/server/fishtest/util.py +++ b/server/fishtest/util.py @@ -659,7 +659,6 @@ def reasonable_run_hashes(run): "x86-64-avx512", "x86-64-avxvnni", "x86-64-bmi2", - # "x86-64-modern", # "x86-64-sse3-popcnt", "x86-64-sse41-popcnt", # "x86-64-ssse3",