update: add excluded list for broken clock measurement (627 344)

This commit is contained in:
Wataru Otsubo 2024-12-10 11:15:34 +09:00
parent b1b67f527e
commit f3b5547fc5

View file

@ -755,6 +755,16 @@ function add_skew_from_slave_clk_logs(db::SQLite.DB, logs_dir::AbstractString)
if m[:psbid] == "630" && m[:runid] == "190"
@debug "skipping... (psbid=630 runid=190 is broken)"
continue
elseif m[:psbid] == "627" && m[:runid] == "344"
@debug "skipping... (psbid=627 runid=344 is broken)"
continue
end
skew = try
ClockParser.get_skew(file)
catch e
@error "Failed to parse clock skew: psbid: $(m[:psbid]), runid: $(m[:runid])" file
throw(e)
end
DBInterface.execute(