projects
/
platform
/
upstream
/
dotnet
/
runtime.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d5f165
)
Test set continueOnError to 'true' only on internal builds. (dotnet/coreclr#26172)
author
Aaron Robinson
<arobins@microsoft.com>
Wed, 14 Aug 2019 17:54:23 +0000
(10:54 -0700)
committer
GitHub
<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
patch
|
blob
|
history
diff --git
a/eng/test-job.yml
b/eng/test-job.yml
index
e7c0efb
..
aad58bf
100644
(file)
--- a/
eng/test-job.yml
+++ b/
eng/test-job.yml
@@
-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, '')) }}: