projects
/
platform
/
upstream
/
coreclr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56043b6
)
Enable running tests in the ReadyToRun mode on Linux on OSX
author
Sergiy Kuryata
<sergeyk@microsoft.com>
Sun, 7 Apr 2019 23:12:20 +0000
(16:12 -0700)
committer
Sergiy Kuryata
<sergeyk@microsoft.com>
Sun, 7 Apr 2019 23:12:20 +0000
(16:12 -0700)
eng/test-job.yml
patch
|
blob
|
history
diff --git
a/eng/test-job.yml
b/eng/test-job.yml
index
179d767
..
6b642cc
100644
(file)
--- a/
eng/test-job.yml
+++ b/
eng/test-job.yml
@@
-68,12
+68,6
@@
jobs:
- name: clangArg
value: '-clang5.0'
- # TODO: Enable crossgen in build-test.sh. It currently doesn't
- # accept a crossgen arg, so disable the macos/linux crossgen test
- # build jobs.
- ${{ if and(eq(parameters.readyToRun, true), in(parameters.osGroup, 'Linux', 'OSX')) }}:
- condition: false
-
# FreeBSD test jobs are disabled since we don't have any FreeBSD helix queues.
${{ if eq(parameters.osGroup, 'FreeBSD') }}:
condition: false