From: Nikita Popov Date: Thu, 30 Jul 2020 08:34:41 +0000 (+0200) Subject: Also run function jit tests on macos X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=91a1747ef741b87245f6a9fef5e7aeb6cff61244;p=php Also run function jit tests on macos --- diff --git a/azure/macos/job.yml b/azure/macos/job.yml index 7cbc2f30a3..07dd6d4803 100644 --- a/azure/macos/job.yml +++ b/azure/macos/job.yml @@ -85,8 +85,14 @@ jobs: configurationName: ${{ parameters.configurationName }} runTestsName: 'OpCache' runTestsParameters: -d zend_extension=opcache.so -d opcache.enable_cli=1 -d opcache.protect_memory=1 + - ${{ if eq(variables['Build.Reason'], 'Schedule') }}: + - template: test.yml + parameters: + configurationName: ${{ parameters.configurationName }} + runTestsName: 'Function JIT' + runTestsParameters: -d zend_extension=opcache.so -d opcache.enable_cli=1 -d opcache.protect_memory=1 -d opcache.jit_buffer_size=16M -d opcache.jit=1205 - template: test.yml parameters: configurationName: ${{ parameters.configurationName }} - runTestsName: 'JIT' + runTestsName: 'Tracing JIT' runTestsParameters: -d zend_extension=opcache.so -d opcache.enable_cli=1 -d opcache.protect_memory=1 -d opcache.jit_buffer_size=16M