Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDoug Bunting <6431421+dougbu@users.noreply.github.com>2021-05-22 03:46:08 +0300
committerGitHub <noreply@github.com>2021-05-22 03:46:08 +0300
commit83f7970b8cf3d87299d564e713caa0310eaf326b (patch)
tree6eb0e2cb4167fe20f6e07a36436888cab15473ca /docs
parent580d671f2a319812a5c658d921d2f011f8cb4303 (diff)
Clean out Ubuntu 16.04 testing (#32894)
* Clean out Ubuntu 16.04 testing - use Ubuntu 18.04 agents for testing in Docker containers on Helix nits: - clean up a few old mentions of Centos and Fedora testing - fix `%(Platform)` metadata for OSX `@(HelixAvailableTargetQueue)` items - don't mention unused internal queues in `$(TestDependsOnPlaywright)` update of `$(SkipHelixQueues)` - sort remaining queues alphabetically in `$(SkipHelixQueues)`
Diffstat (limited to 'docs')
-rw-r--r--docs/Helix.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Helix.md b/docs/Helix.md
index ef7190b705..c558412567 100644
--- a/docs/Helix.md
+++ b/docs/Helix.md
@@ -18,8 +18,8 @@ This will restore, and then publish all the test project including some bootstra
## Overview of the helix usage in our pipelines
-- Required queues: Windows10, OSX, Ubuntu1604
-- Full queue matrix: Windows[7, 81, 10], Ubuntu[1604, 1804, 2004], Centos7, Debian9, Redhat7, Fedora28, Arm64 (Win10, Debian9)
+- Required queues: Windows10, OSX, Ubuntu1804
+- Full queue matrix: Windows[7, 81, 10], Ubuntu[1804, 2004], Debian9, Redhat7, Arm64 (Win10, Debian9)
- The queues are defined in [Helix.Common.props](https://github.com/dotnet/aspnetcore/blob/main/eng/targets/Helix.Common.props)
[aspnetcore-ci](https://dev.azure.com/dnceng/public/_build?definitionId=278) runs non quarantined tests against the required helix queues as a required PR check and all builds on all branches.