From c22de8f39c9d166c36ef7bc29596cd4aff5fed2d Mon Sep 17 00:00:00 2001 From: Justin Kotalik Date: Wed, 8 May 2019 08:21:44 -0700 Subject: [PATCH] Add retries to helix failures and re-enable helix as a required workload (#9221) --- eng/helix/helix.proj | 5 +++-- src/Http/Http.Abstractions/test/PathStringTests.cs | 2 +- .../Interop.FunctionalTests/Interop.FunctionalTests.csproj | 2 ++ 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/eng/helix/helix.proj b/eng/helix/helix.proj index 128356cb03..2173d06a65 100644 --- a/eng/helix/helix.proj +++ b/eng/helix/helix.proj @@ -13,12 +13,13 @@ private-$(USERNAME) private-$(USER) $(BUILD_BUILDNUMBER) - false - false + true + true true true aspnetcore true + 4 diff --git a/src/Http/Http.Abstractions/test/PathStringTests.cs b/src/Http/Http.Abstractions/test/PathStringTests.cs index 2d3c6e23f0..cc1dc3bc8d 100644 --- a/src/Http/Http.Abstractions/test/PathStringTests.cs +++ b/src/Http/Http.Abstractions/test/PathStringTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) .NET Foundation. All rights reserved. +// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; diff --git a/src/Servers/Kestrel/test/Interop.FunctionalTests/Interop.FunctionalTests.csproj b/src/Servers/Kestrel/test/Interop.FunctionalTests/Interop.FunctionalTests.csproj index 3579f67189..0f76787092 100644 --- a/src/Servers/Kestrel/test/Interop.FunctionalTests/Interop.FunctionalTests.csproj +++ b/src/Servers/Kestrel/test/Interop.FunctionalTests/Interop.FunctionalTests.csproj @@ -6,6 +6,8 @@ Interop.FunctionalTests false + + false