This repository hosts code that supports the testing infrastructure for the PyTorch organization. For example, this repo hosts the logic to track disabled tests and slow tests, as well as our continuation integration jobs HUD/dashboard.
This is the next task for log classifier after https://github.com/pytorch/pytorch/pull/138541#issuecomment-2433578091. One of the big limit of the log classifier is that it could only find the last failures in the log. This simply doesn't work in keep-going mode in which testing will continue even if there are failures, and will only fail at the end.
This is the next task for log classifier after https://github.com/pytorch/pytorch/pull/138541#issuecomment-2433578091. One of the big limit of the log classifier is that it could only find the last failures in the log. This simply doesn't work in
keep-going
mode in which testing will continue even if there are failures, and will only fail at the end.Notes to bootcampers:
torchci_classification
onworkflow_job
ClickHouse table to store the information