dotnet / runtimelab

This repo is for experimentation and exploring new ideas that may or may not make it into the main dotnet/runtime repo.
MIT License
1.36k stars 188 forks source link

Add official build pipeline for `dotnet-experimental` feed #2590

Closed kotlarmilos closed 1 month ago

kotlarmilos commented 1 month ago

Description

This PR introduces runtimelab-official.yml file in the standalone template for dotnet-experimental feed. The change in AzDo has been introduced with https://github.com/dotnet/runtimelab/pull/2563.

akoeplinger commented 1 month ago

I don't think this is fully correct, e.g. the internal build doesn't have the 1ES.PT.Official tag on AzDO.

You should take a look at https://github.com/dotnet/runtimelab/blob/feature/NativeAOT-LLVM/eng/pipelines/runtimelab-official.yml which does have it

kotlarmilos commented 1 month ago

I don't think this is fully correct, e.g. the internal build doesn't have the 1ES.PT.Official tag on AzDO.

You should take a look at https://github.com/dotnet/runtimelab/blob/feature/NativeAOT-LLVM/eng/pipelines/runtimelab-official.yml which does have it

Right, let me try to fix that.


Official build: https://dev.azure.com/dnceng/internal/_build/results?buildId=2461387&view=results Test run: https://dev.azure.com/dnceng-public/public/_build/results?buildId=689327&view=results

kotlarmilos commented 1 month ago

@akoeplinger Please take a look again.