Remove Linux Tiger Runtime job#5096
Conversation
There was a problem hiding this comment.
Pull request overview
Removes the Linux “Tiger” runtime perf job from the runtime perf pipeline configuration to reduce overlapping coverage with Viper machines (per related PR #5095).
Changes:
- Deleted the
perftigerCoreCLR microbenchmarks job block from the runtime perf jobs template.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| # run coreclr perfviper microbenchmarks perf job | ||
| - template: /eng/pipelines/common/platform-matrix.yml@${{ parameters.runtimeRepoAlias }} | ||
| parameters: |
There was a problem hiding this comment.
After removing the PerfTiger microbenchmarks job, the tigerMicro template parameter (defined near the top of this file) is no longer referenced anywhere in runtime-perf-jobs.yml. This makes the template API misleading for callers. Consider removing tigerMicro (and updating any external callers) or clearly deprecating it (e.g., comment + set default enabled: false) so it doesn’t look like a supported switch.
There was a problem hiding this comment.
I agree, we should do a cleanup of all old/unused code in the near term, but that will be a different PR.
|
Errors are unrelated. It is a mix of Crypto errors being hit on VMs and some net10 errors due to a version not being available: |
Remove Linux Tiger Runtime job
Related: #5095