Procházet zdrojové kódy

Filter out T-rustdoc regressions

Santiago Pastorino před 4 roky
rodič
revize
1f834668fc
1 změnil soubory, kde provedl 6 přidání a 3 odebrání
  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",
             ],
         },
     });