Skip to content

Add job summary links to post-merge report - #139481

Merged
bors merged 2 commits into
rust-lang:masterfrom
Kobzol:post-merge-links
Apr 9, 2025
Merged

Add job summary links to post-merge report#139481
bors merged 2 commits into
rust-lang:masterfrom
Kobzol:post-merge-links

Conversation

@Kobzol

Copy link
Copy Markdown
Member

This should make it much easier to investigate the individual job test/duration changes.

The GitHub API handling is a bit crude, but I didn't want to include octocrab, because it more than doubles the current number of dependencies of citool...

Can be tested with:

$ cargo run --manifest-path src/ci/citool/Cargo.toml post-merge-report bad13a970a136389187dd1cf2f2fc737a8bea5fc 1e008dd5d83e782ad37fc9cf6824733f824cc8cd

r? @marcoieni

It was supposed to be like this from the start, but I forgot to apply the `abs` operation, as I got sidetracked with how to actually compare floats...
@rustbotrustbot added A-testsuite Area: The testsuite used to check the correctness of rustc S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue. labels Apr 7, 2025

@marcoienimarcoieni left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

some minor suggestions. feel free to r=me 👍

Comment threadsrc/ci/citool/src/github.rs Outdated
Comment threadsrc/ci/citool/src/github.rs Outdated
This should make it much easier to investigate the individual job changes.
@Kobzol

Copy link
Copy Markdown
MemberAuthor

Nice cleanup, applied both 👍

@bors r=marcoieni

@bors

bors commented Apr 7, 2025

Copy link
Copy Markdown
Collaborator

📌 Commit 6ece1de has been approved by marcoieni

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 Apr 7, 2025
Zalathar added a commit to Zalathar/rust that referenced this pull request Apr 8, 2025
Add job summary links to post-merge report
This should make it much easier to investigate the individual job test/duration changes.
The GitHub API handling is a bit crude, but I didn't want to include octocrab, because it more than doubles the current number of dependencies of `citool`...
Can be tested with:
```bash
$ cargo run --manifest-path src/ci/citool/Cargo.toml post-merge-report bad13a91e008dd
```
r? `@marcoieni`
@ZalatharZalathar mentioned this pull request Apr 8, 2025
bors added a commit to rust-lang-ci/rust that referenced this pull request Apr 8, 2025
…errors
Rollup of 19 pull requests
Successful merges:
- rust-lang#138676 (Implement overflow for infinite implied lifetime bounds)
- rust-lang#139024 (Make error message for missing fields with `..` and without `..` more consistent)
- rust-lang#139098 (Tell LLVM about impossible niche tags)
- rust-lang#139124 (compiler: report error when trait object type param reference self)
- rust-lang#139321 (Update to new rinja version (askama))
- rust-lang#139346 (Don't construct preds w escaping bound vars in `diagnostic_hir_wf_check`)
- rust-lang#139386 (make it possible to use stage0 libtest on compiletest)
- rust-lang#139421 (Fix trait upcasting to dyn type with no principal when there are projections)
- rust-lang#139468 (Don't call `Span::with_parent` on the good path in `has_stashed_diagnostic`)
- rust-lang#139476 (rm `RegionInferenceContext::var_infos`)
- rust-lang#139481 (Add job summary links to post-merge report)
- rust-lang#139485 (compiletest: Stricter parsing for diagnostic kinds)
- rust-lang#139490 (Update some comment/docs related to "extern intrinsic" removal)
- rust-lang#139491 (Update books)
- rust-lang#139496 (Revert r-a changes of rust-lang#139455)
- rust-lang#139500 (document panic behavior of Vec::resize and Vec::resize_with)
- rust-lang#139501 (Fix stack overflow in exhaustiveness due to recursive HIR opaque hidden types)
- rust-lang#139504 (add missing word in doc comment)
- rust-lang#139507 (compiletest: Trim whitespace from environment variable names)
r? `@ghost`
`@rustbot` modify labels: rollup
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Apr 9, 2025
Add job summary links to post-merge report
This should make it much easier to investigate the individual job test/duration changes.
The GitHub API handling is a bit crude, but I didn't want to include octocrab, because it more than doubles the current number of dependencies of `citool`...
Can be tested with:
```bash
$ cargo run --manifest-path src/ci/citool/Cargo.toml post-merge-report bad13a91e008dd
```
r? ``@marcoieni``
bors added a commit to rust-lang-ci/rust that referenced this pull request Apr 9, 2025
…iaskrgr
Rollup of 7 pull requests
Successful merges:
- rust-lang#137412 (Ensure `swap_nonoverlapping` is really always untyped)
- rust-lang#138869 (Try not to use verbatim paths in `Command::current_dir`)
- rust-lang#138993 (Make `cfg_match!` a semitransparent macro)
- rust-lang#139099 (Promise `array::from_fn` is generated in order of increasing indices)
- rust-lang#139364 (Make the compiler suggest actual paths instead of visible paths if the visible paths are through any doc hidden path.)
- rust-lang#139468 (Don't call `Span::with_parent` on the good path in `has_stashed_diagnostic`)
- rust-lang#139481 (Add job summary links to post-merge report)
r? `@ghost`
`@rustbot` modify labels: rollup
bors added a commit to rust-lang-ci/rust that referenced this pull request Apr 9, 2025
…iaskrgr
Rollup of 7 pull requests
Successful merges:
- rust-lang#138869 (Try not to use verbatim paths in `Command::current_dir`)
- rust-lang#138993 (Make `cfg_match!` a semitransparent macro)
- rust-lang#139099 (Promise `array::from_fn` is generated in order of increasing indices)
- rust-lang#139364 (Make the compiler suggest actual paths instead of visible paths if the visible paths are through any doc hidden path.)
- rust-lang#139468 (Don't call `Span::with_parent` on the good path in `has_stashed_diagnostic`)
- rust-lang#139481 (Add job summary links to post-merge report)
- rust-lang#139573 (Miri subtree update)
r? `@ghost`
`@rustbot` modify labels: rollup
bors added a commit to rust-lang-ci/rust that referenced this pull request Apr 9, 2025
…iaskrgr
Rollup of 7 pull requests
Successful merges:
- rust-lang#138869 (Try not to use verbatim paths in `Command::current_dir`)
- rust-lang#138993 (Make `cfg_match!` a semitransparent macro)
- rust-lang#139099 (Promise `array::from_fn` is generated in order of increasing indices)
- rust-lang#139364 (Make the compiler suggest actual paths instead of visible paths if the visible paths are through any doc hidden path.)
- rust-lang#139468 (Don't call `Span::with_parent` on the good path in `has_stashed_diagnostic`)
- rust-lang#139481 (Add job summary links to post-merge report)
- rust-lang#139573 (Miri subtree update)
r? `@ghost`
`@rustbot` modify labels: rollup
@bors
bors merged commit 704d301 into rust-lang:masterApr 9, 2025
@rustbotrustbot added this to the 1.88.0 milestone Apr 9, 2025
rust-timer added a commit to rust-lang-ci/rust that referenced this pull request Apr 9, 2025
Rollup merge of rust-lang#139481 - Kobzol:post-merge-links, r=marcoieni
Add job summary links to post-merge report
This should make it much easier to investigate the individual job test/duration changes.
The GitHub API handling is a bit crude, but I didn't want to include octocrab, because it more than doubles the current number of dependencies of `citool`...
Can be tested with:
```bash
$ cargo run --manifest-path src/ci/citool/Cargo.toml post-merge-report bad13a91e008dd
```
r? ```@marcoieni```
@Kobzol
Kobzol deleted the post-merge-links branch April 9, 2025 18:23
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-testsuiteArea: The testsuite used to check the correctness of rustcS-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.

4 participants

@Kobzol@bors@marcoieni@rustbot