Enable running tests in the ReadyToRun mode on Linux on OSX
authorSergiy Kuryata <sergeyk@microsoft.com>
Sun, 7 Apr 2019 23:12:20 +0000 (16:12 -0700)
committerSergiy Kuryata <sergeyk@microsoft.com>
Sun, 7 Apr 2019 23:12:20 +0000 (16:12 -0700)
eng/test-job.yml

index 179d767..6b642cc 100644 (file)
@@ -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