Skip to content

Avoid including dry run steps in the build metrics - #110442

Merged
bors merged 1 commit into
rust-lang:masterfrom
ferrocene:pa-build-metrics-dry-run
Apr 18, 2023
Merged

Avoid including dry run steps in the build metrics#110442
bors merged 1 commit into
rust-lang:masterfrom
ferrocene:pa-build-metrics-dry-run

Conversation

@emilyalbini

Copy link
Copy Markdown
Member

Including steps executed during the dry run will result in a duplication of all the steps in the build metrics, which just adds noise.

Including steps executed during the dry run will result in a duplication
of all the steps in the build metrics, which just adds noise.
@rustbot

Copy link
Copy Markdown
Collaborator

r? @ozkanonur

(rustbot has picked a reviewer for you, use r? to override)

@rustbotrustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) labels Apr 17, 2023

@onur-ozkanonur-ozkan left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM

@onur-ozkan

Copy link
Copy Markdown
Contributor

@bors r+ rollup

@bors

bors commented Apr 17, 2023

Copy link
Copy Markdown
Collaborator

📌 Commit 4cd0e00 has been approved by ozkanonur

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 17, 2023
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Apr 17, 2023
…, r=ozkanonur
Avoid including dry run steps in the build metrics
Including steps executed during the dry run will result in a duplication of all the steps in the build metrics, which just adds noise.
bors added a commit to rust-lang-ci/rust that referenced this pull request Apr 18, 2023
…iaskrgr
Rollup of 7 pull requests
Successful merges:
- rust-lang#109981 (Set commit information environment variables when building tools)
- rust-lang#110348 (Add list of supported disambiguators and suffixes for intra-doc links in the rustdoc book)
- rust-lang#110409 (Don't use `serde_json` to serialize a simple JSON object)
- rust-lang#110442 (Avoid including dry run steps in the build metrics)
- rust-lang#110450 (rustdoc: Fix invalid handling of nested items with `--document-private-items`)
- rust-lang#110461 (Use `Item::expect_*` and `ImplItem::expect_*` more)
- rust-lang#110465 (Assure everyone that `has_type_flags` is fast)
Failed merges:
r? `@ghost`
`@rustbot` modify labels: rollup
@bors
bors merged commit 1e3a384 into rust-lang:masterApr 18, 2023
@rustbotrustbot added this to the 1.71.0 milestone Apr 18, 2023
@emilyalbini
emilyalbini deleted the pa-build-metrics-dry-run branch April 22, 2025 13:13
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-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@emilyalbini@rustbot@onur-ozkan@bors