Skip to content

Ignore test-dashboard related files - #147806

Merged
bors merged 1 commit into
rust-lang:masterfrom
samueltardieu:chores/gitignore-test-dashboard
Nov 2, 2025
Merged

Ignore test-dashboard related files#147806
bors merged 1 commit into
rust-lang:masterfrom
samueltardieu:chores/gitignore-test-dashboard

Conversation

@samueltardieu

Copy link
Copy Markdown
Member

After bors merge a PR, a message may be posted from the CI onto the PR comment thread directing the user to use the following commands to look at the test differences:

cargo run --manifest-path src/ci/citool/Cargo.toml -- \
test-dashboard [SOMEID] --output-dir test-dashboard
open test-dashboard/index.html

This command creates the .citool-cache and test-dashboard directories, whose contents should not enter the repository and can be ignored by git.

After bors merges a PR, a message may be posted from the CI onto the PR
comment thread directing the user to use the following commands to look
at the test differences:
```
cargo run --manifest-path src/ci/citool/Cargo.toml -- \
test-dashboard [SOMEID] --output-dir test-dashboard
open test-dashboard/index.html
```
This command creates the `.citool-cache` and `test-dashboard`
directories, whose contents should not enter the repository and can be
ignored by `git`.
@rustbotrustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Oct 17, 2025
@rustbot

Copy link
Copy Markdown
Collaborator

r? @Mark-Simulacrum

rustbot has assigned @Mark-Simulacrum.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

@samueltardieu

samueltardieu commented Oct 17, 2025

Copy link
Copy Markdown
MemberAuthor

@jieyouxu

Copy link
Copy Markdown
Member

Seems right to me, but maybe double-check

r? Kobzol

@rustbotrustbot assigned Kobzol and unassigned Mark-SimulacrumNov 1, 2025
@jieyouxujieyouxu added the T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue. label Nov 1, 2025
@Kobzol

Copy link
Copy Markdown
Member

Yup, makes sense, thanks!

@bors r=jieyouxu,kobzol rollup

@bors

bors commented Nov 1, 2025

Copy link
Copy Markdown
Collaborator

📌 Commit cff6452 has been approved by jieyouxu,kobzol

It is now in the queue for this repository.

@borsbors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Nov 1, 2025
jhpratt added a commit to jhpratt/rust that referenced this pull request Nov 2, 2025
…t-dashboard, r=jieyouxu,kobzol
Ignore test-dashboard related files
After bors merge a PR, a message may be posted from the CI onto the PR comment thread directing the user to use the following commands to look at the test differences:
```
cargo run --manifest-path src/ci/citool/Cargo.toml -- \
test-dashboard [SOMEID] --output-dir test-dashboard
open test-dashboard/index.html
```
This command creates the `.citool-cache` and `test-dashboard` directories, whose contents should not enter the repository and can be ignored by `git`.
@jhprattjhpratt mentioned this pull request Nov 2, 2025
bors added a commit that referenced this pull request Nov 2, 2025
Rollup of 12 pull requests
Successful merges:
- #147137 (Mention crate being analyzed in query description)
- #147642 (Miscellaneous const-generics-related fixes)
- #147806 (Ignore test-dashboard related files)
- #147947 (Implement `strip_circumfix` lib feature)
- #148194 (compiletest: Remove `cleanup_debug_info_options`)
- #148199 (compiletest: Don't modify `testpaths` when creating aux contexts)
- #148247 (Remove two special cases from reachable_non_generics)
- #148348 (dangling ptr lint cleanup)
- #148357 (temporary-lifetime-extension.rs test works in all editions)
- #148362 (docs: makes a note about possible building `rustc 1.91.0 + host tools` for win7)
- #148367 (Use --print host-tuple to get the host)
- #148374 (miri subtree update)
r? `@ghost`
`@rustbot` modify labels: rollup
Zalathar added a commit to Zalathar/rust that referenced this pull request Nov 2, 2025
…t-dashboard, r=jieyouxu,kobzol
Ignore test-dashboard related files
After bors merge a PR, a message may be posted from the CI onto the PR comment thread directing the user to use the following commands to look at the test differences:
```
cargo run --manifest-path src/ci/citool/Cargo.toml -- \
test-dashboard [SOMEID] --output-dir test-dashboard
open test-dashboard/index.html
```
This command creates the `.citool-cache` and `test-dashboard` directories, whose contents should not enter the repository and can be ignored by `git`.
@ZalatharZalathar mentioned this pull request Nov 2, 2025
bors added a commit that referenced this pull request Nov 2, 2025
Rollup of 9 pull requests
Successful merges:
- #147137 (Mention crate being analyzed in query description)
- #147155 (arm-linux.md: various fixes/improvements)
- #147642 (Miscellaneous const-generics-related fixes)
- #147806 (Ignore test-dashboard related files)
- #147947 (Implement `strip_circumfix` lib feature)
- #148346 (Change cfg_trace, cfg_attr_trace symbol values)
- #148348 (dangling ptr lint cleanup)
- #148393 (Remove `tests/run-make/fmt-write-bloat/`)
- #148400 (Better warning message for crate type unsupported by codegen backend)
r? `@ghost`
`@rustbot` modify labels: rollup
@bors
bors merged commit 3551657 into rust-lang:masterNov 2, 2025
11 checks passed
@rustbotrustbot added this to the 1.93.0 milestone Nov 2, 2025
rust-timer added a commit that referenced this pull request Nov 2, 2025
Rollup merge of #147806 - samueltardieu:chores/gitignore-test-dashboard, r=jieyouxu,kobzol
Ignore test-dashboard related files
After bors merge a PR, a message may be posted from the CI onto the PR comment thread directing the user to use the following commands to look at the test differences:
```
cargo run --manifest-path src/ci/citool/Cargo.toml -- \
test-dashboard [SOMEID] --output-dir test-dashboard
open test-dashboard/index.html
```
This command creates the `.citool-cache` and `test-dashboard` directories, whose contents should not enter the repository and can be ignored by `git`.
github-actionsBot pushed a commit to rust-lang/miri that referenced this pull request Nov 3, 2025
Rollup of 9 pull requests
Successful merges:
- rust-lang/rust#147137 (Mention crate being analyzed in query description)
- rust-lang/rust#147155 (arm-linux.md: various fixes/improvements)
- rust-lang/rust#147642 (Miscellaneous const-generics-related fixes)
- rust-lang/rust#147806 (Ignore test-dashboard related files)
- rust-lang/rust#147947 (Implement `strip_circumfix` lib feature)
- rust-lang/rust#148346 (Change cfg_trace, cfg_attr_trace symbol values)
- rust-lang/rust#148348 (dangling ptr lint cleanup)
- rust-lang/rust#148393 (Remove `tests/run-make/fmt-write-bloat/`)
- rust-lang/rust#148400 (Better warning message for crate type unsupported by codegen backend)
r? `@ghost`
`@rustbot` modify labels: rollup
github-actionsBot pushed a commit to model-checking/verify-rust-std that referenced this pull request Nov 30, 2025
…iaskrgr
Rollup of 9 pull requests
Successful merges:
- rust-lang#147137 (Mention crate being analyzed in query description)
- rust-lang#147155 (arm-linux.md: various fixes/improvements)
- rust-lang#147642 (Miscellaneous const-generics-related fixes)
- rust-lang#147806 (Ignore test-dashboard related files)
- rust-lang#147947 (Implement `strip_circumfix` lib feature)
- rust-lang#148346 (Change cfg_trace, cfg_attr_trace symbol values)
- rust-lang#148348 (dangling ptr lint cleanup)
- rust-lang#148393 (Remove `tests/run-make/fmt-write-bloat/`)
- rust-lang#148400 (Better warning message for crate type unsupported by codegen backend)
r? `@ghost`
`@rustbot` modify labels: rollup
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.T-infraRelevant to the infrastructure team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@samueltardieu@rustbot@jieyouxu@Kobzol@bors@Mark-Simulacrum