Do not run tests in dist jobs - #159992
Conversation
There was a problem hiding this comment.
Thanks. If tests were to be run for these tier 2-ish targets, they ought to be non dist-* jobs 👍
@bors r+ rollup=never (changes CI job defs)
| --musl-root-armv7hf=/musl-armv7hf \ | ||
| --disable-docs" | ||
|
|
||
| ENV SCRIPT="python3 ../x.py --stage 2 test --host= --target $RUN_MAKE_TARGETS tests/run-make tests/run-make-cargo && \ |
There was a problem hiding this comment.
Remark: this always tripped me up yeah
|
@bors p=100 running with tree closed |
This comment has been minimized.
This comment has been minimized.
What is this?This is an experimental post-merge analysis report that shows differences in test outcomes between the merged PR and its parent PR.Comparing d3ea035 (parent) -> bf9944f (this PR) Test differencesShow 40981 test diffsStage 2
(and 32396 additional test diffs) Additionally, 8485 doctest diffs were found. These are ignored, as they are noisy. Job group index Test dashboardRun cargo run --manifest-path src/ci/citool/Cargo.toml -- \
test-dashboard bf9944f0b8006b152ef4d5f408ae75a0dde3d044 --output-dir test-dashboardAnd then open Job duration changes
How to interpret the job duration changes?Job durations can vary a lot, based on the actual runner instance |
|
Finished benchmarking commit (bf9944f): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis perf run didn't have relevant results for this metric. Max RSS (memory usage)Results (primary 11.1%, secondary -0.2%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesResults (secondary -4.3%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Binary sizeResults (secondary 0.1%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Bootstrap: 487.844s -> 487.856s (0.00%) |
We found out in #159455 that some dist jobs run tests, but this seems as a historical artifact (going way back to <2020).
These targets are tier 2 or tier 3 anyway, and shouldn't run tests, much less so in
distjobs.r? @jieyouxu