-
Notifications
You must be signed in to change notification settings - Fork 13.3k
triagebot: Assign rustdoc tests to T-rustdoc. #132878
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
|
@@ -1185,6 +1185,12 @@ project-exploit-mitigations = [ | |||
"/src/rustdoc-json-types" = ["rustdoc"] | |||
"/src/stage0" = ["bootstrap"] | |||
"/tests/run-make" = ["@jieyouxu"] | |||
"/tests/rustdoc" = ["rustdoc"] | |||
"/tests/rustdoc-gui" = ["rustdoc"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is rustdoc-ui
group working in this file? Because if so I think it would make more sense here and for the search tests (js and js-std).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rustdoc-frontend
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes this one. Got confused with the label. ^^'
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is rustdoc-ui group working in this file?
Nope, we only have one for all of rustdoc.
Lines 1028 to 1032 in 2128d8d
rustdoc = [ | |
"@GuillaumeGomez", | |
"@notriddle", | |
"@fmease", | |
] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sadness. :'(
"/tests/rustdoc-gui" = ["rustdoc"] | ||
"/tests/rustdoc-js-std" = ["rustdoc"] | ||
"/tests/rustdoc-js" = ["rustdoc"] | ||
"/tests/rustdoc-json" = ["@aDotInTheVoid"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should really have a rustdoc-json group at some point. Might be worth debating later on. ;)
Looks all good to me, thanks! @bors r+ rollup |
Rollup of 3 pull requests Successful merges: - rust-lang#131080 (Stabilize WebAssembly `multivalue`, `reference-types`, and `tail-call` target features) - rust-lang#132871 (add regression test for rust-lang#85763) - rust-lang#132878 (triagebot: Assign rustdoc tests to T-rustdoc.) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of rust-lang#132878 - aDotInTheVoid:less-pings-for-mark, r=GuillaumeGomez triagebot: Assign rustdoc tests to T-rustdoc. Should avoid situations like rust-lang#132871, which got assigned to mark (via fallback) despite being a rustdoc change. For now, I've assigned all our testsuites to the rustdoc group (whoever from T-Rustdoc is on review rotation), except the json one which is assigned to me. CC `@rust-lang/rustdoc` r? `@GuillaumeGomez`
… r=GuillaumeGomez triagebot: Assign rustdoc tests to T-rustdoc. Should avoid situations like rust-lang#132871, which got assigned to mark (via fallback) despite being a rustdoc change. For now, I've assigned all our testsuites to the rustdoc group (whoever from T-Rustdoc is on review rotation), except the json one which is assigned to me. CC `@rust-lang/rustdoc` r? `@GuillaumeGomez`
Rollup of 3 pull requests Successful merges: - rust-lang#131080 (Stabilize WebAssembly `multivalue`, `reference-types`, and `tail-call` target features) - rust-lang#132871 (add regression test for rust-lang#85763) - rust-lang#132878 (triagebot: Assign rustdoc tests to T-rustdoc.) r? `@ghost` `@rustbot` modify labels: rollup
Should avoid situations like #132871, which got assigned to mark (via fallback) despite being a rustdoc change.
For now, I've assigned all our testsuites to the rustdoc group (whoever from T-Rustdoc is on review rotation), except the json one which is assigned to me.
CC @rust-lang/rustdoc
r? @GuillaumeGomez