From: Marco Rossignoli Date: Tue, 29 Jan 2019 03:55:08 +0000 (+0100) Subject: Add Helix definition to guide (dotnet/corefx#34888) X-Git-Tag: submit/tizen/20210909.063632~11031^2~2585 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=959152a8ed19a2f07f303d6360f6ca701c2b381d;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Add Helix definition to guide (dotnet/corefx#34888) * add Helix definition * move to glossary.md * address PR feedback * add Azure DevOps guide * Nits Commit migrated from https://github.com/dotnet/corefx/commit/ddea95ce4e99c09cf48f132c17a68b70cf98a625 --- diff --git a/docs/libraries/project-docs/glossary.md b/docs/libraries/project-docs/glossary.md index 2a5f88c..389d4ca 100644 --- a/docs/libraries/project-docs/glossary.md +++ b/docs/libraries/project-docs/glossary.md @@ -139,3 +139,7 @@ The .NET platform currently doesn't contain a cross-platform XAML-based UI stack * [WPFLight](https://github.com/ronnycsharp/WPFLight): An OSS project to create WPF on top of XNA/MonoGame. * [Perspex](https://github.com/Perspex/Perspex): A cross-platform UI framework based on WPF. * [Granular](https://github.com/yuvaltz/Granular): A OSS project to allow WPF applications to run in the browser. + +## Engineering system + +* **Helix**. It's a massively-parallel, general-purpose job processing and result aggregation system running in the cloud. The work items that corefx sends to Helix are [xunit](https://github.com/xunit) tests. Test results are shown through the *Mission Control* reporting site, https://mc.dot.net/; to go to the test results in a PR from Azure DevOps, you can click on the *Send to Helix* step in the build, and the logs will have the URL.