Skip to content

Commit

Permalink
add more exceptions, add todo (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
aerickson authored May 1, 2024
1 parent 64913db commit f4e7666
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion worker_health/missing_workers-talos-1804.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,20 @@
PROVISIONER = "releng-hardware"
WORKER_TYPE = "gecko-t-linux-talos-1804"

exclude_dict = {"t-linux64-ms-228": "nvme disk error"}
# TODO: populate from moonshot spreadsheet
exclude_dict = {
"t-linux64-ms-228": "nvme disk error",
"t-linux64-ms-271": "too new of fw",
"t-linux64-ms-272": "too new of fw",
"t-linux64-ms-273": "too new of fw",
"t-linux64-ms-274": "too new of fw",
"t-linux64-ms-275": "too new of fw",
"t-linux64-ms-276": "too new of fw",
"t-linux64-ms-277": "too new of fw",
"t-linux64-ms-278": "too new of fw",
"t-linux64-ms-279": "too new of fw",
"t-linux64-ms-280": "too new of fw",
}

f = fitness.Fitness(log_level=0, provisioner=PROVISIONER, alert_percent=85)
f.moonshot_worker_report(WORKER_TYPE, args=args, exclude_dict=exclude_dict)

0 comments on commit f4e7666

Please sign in to comment.