-
Notifications
You must be signed in to change notification settings - Fork 26.3k
Closed
Labels
module: ciRelated to continuous integrationRelated to continuous integrationtriagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module
Description
IIUC, currently we alway pull the latest master in CI tests, meaning that if we rerun tests on a master commit X, it could pull in more recent commits after X. This would make it harder to find out which commit breaks master.
For example, https://app.circleci.com/jobs/github/pytorch/pytorch/4101228 is a test for #31763, but the its git log contains #31526.
cc @ezyang
Metadata
Metadata
Assignees
Labels
module: ciRelated to continuous integrationRelated to continuous integrationtriagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module
Type
Projects
Status
Done