Test set continueOnError to 'true' only on internal builds. (dotnet/coreclr#26172)
authorAaron Robinson <arobins@microsoft.com>
Wed, 14 Aug 2019 17:54:23 +0000 (10:54 -0700)
committerGitHub <noreply@github.com>
Wed, 14 Aug 2019 17:54:23 +0000 (10:54 -0700)
- This is done to enable publishing regardless of test failures.

Commit migrated from https://github.com/dotnet/coreclr/commit/9e9b9eea0988ea5c3a7071ee5861cdc9e3ffa179

eng/test-job.yml

index e7c0efb..aad58bf 100644 (file)
@@ -28,8 +28,9 @@ jobs:
     osIdentifier: ${{ parameters.osIdentifier }}
     helixType: 'build/tests/'
 
-    # Test jobs should continue on error
-    continueOnError: true
+    # Test jobs should continue on error for internal builds
+    ${{ if eq(variables['System.TeamProject'], 'internal') }}:
+      continueOnError: true
 
     # Compute job name from template parameters
     ${{ if and(eq(parameters.testGroup, 'innerloop'), eq(parameters.displayNameArgs, '')) }}: