Uh oh!
There was an error while loading. Please reload this page.
Remove single-stage-pipeline-with-resources.yml, use only pipeline-with-resources.yml - #78968
Conversation
…th-resources.yml This reduces nesting of the pipeline templates.
ghost
commented
Nov 29, 2022
I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label. |
ghost
commented
Nov 29, 2022
Tagging subscribers to this area: @dotnet/runtime-infrastructure Issue DetailsThis reduces nesting of the pipeline templates. We hit an issue on the internal AzDO where the runtime.yml ran into this error: We found out that when we remove one level of nesting through the single-stage-pipeline-with-resources.yml the pipeline works again. This required re-indending a lot of the .yml files though, so I suggest reviewing the PR with whitespace changes ignored. The interesting bit is that we don't hit this on the public AzDO instance, the current theory is that we have different AzDO templating limits applied there.
|
radical
commented
Nov 29, 2022
Should |
akoeplinger
commented
Nov 29, 2022
Ah yes, thanks. |
akoeplinger
commented
Nov 29, 2022
The failures are unrelated. |
This reduces nesting of the pipeline templates. We hit an issue on the internal AzDO where the runtime.yml ran into this error:
We found out that when we remove one level of nesting through the single-stage-pipeline-with-resources.yml the pipeline works again. This required re-indending a lot of the .yml files though, so I suggest reviewing the PR with whitespace changes ignored.
The interesting bit is that we don't hit this on the public AzDO instance, the current theory is that we have different AzDO templating limits applied there.