CI: enable arbitrary try builds, take two#124743
Conversation
|
@bors treeclosed- |
|
|
||
| return add_base_env(name_jobs(jobs, "try"), job_data["envs"]["try"]) | ||
| elif run_type is AutoRunType: | ||
| elif isinstance(run_type, AutoRunType): |
There was a problem hiding this comment.
This is the bug that caused the PR to run no jobs.
|
@bors r+ rollup=never |
|
☀️ Test successful - checks-actions |
|
Finished benchmarking commit (6f7e00a): comparison URL. Overall result: ❌✅ regressions and improvements - no action needed@rustbot label: -perf-regression Instruction countThis is a highly reliable metric that was used to determine the overall result at the top of this comment.
Max RSS (memory usage)ResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 673.974s -> 673.446s (-0.08%) |
Fixed version of #124631, which hopefully won't completely break our CI this time 🤦♂️ Sorry once again. Only the last commit is new.
r? @pietroalbini