소스 검색

Filter out T-rustdoc regressions

Santiago Pastorino 5 년 전
부모
커밋
1f834668fc
1개의 변경된 파일6개의 추가작업 그리고 3개의 파일을 삭제
  1. 6 3
      src/prioritization.rs

+ 6 - 3
src/prioritization.rs

@@ -71,8 +71,9 @@ pub fn regressions<'a>() -> Step<'a> {
                 "P-medium",
                 "P-low",
                 "T-infra",
-                "T-release",
                 "T-libs",
+                "T-release",
+                "T-rustdoc",
             ],
         },
     });
@@ -89,8 +90,9 @@ pub fn regressions<'a>() -> Step<'a> {
                 "P-medium",
                 "P-low",
                 "T-infra",
-                "T-release",
                 "T-libs",
+                "T-release",
+                "T-rustdoc",
             ],
         },
     });
@@ -107,8 +109,9 @@ pub fn regressions<'a>() -> Step<'a> {
                 "P-medium",
                 "P-low",
                 "T-infra",
-                "T-release",
                 "T-libs",
+                "T-release",
+                "T-rustdoc",
             ],
         },
     });