Skip to content

Commit

Permalink
Disable no_tiered_compilation scenario for mono in run-test-job.yml (d…
Browse files Browse the repository at this point in the history
…otnet#65701)

Mono doesn't do tiered compilation today so we're just duplicating work that runs the same config.
  • Loading branch information
akoeplinger authored Feb 22, 2022
1 parent 26c5e72 commit 2a3f33e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion eng/pipelines/common/templates/runtimes/run-test-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,8 @@ jobs:
${{ if in(parameters.testGroup, 'innerloop', 'outerloop') }}:
scenarios:
- normal
- no_tiered_compilation
- ${{ if ne(parameters.runtimeFlavor, 'mono') }}: # tiered compilation isn't done on mono yet
- no_tiered_compilation

${{ if in(parameters.testGroup, 'jitstress') }}:
scenarios:
Expand Down

0 comments on commit 2a3f33e

Please sign in to comment.