File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 8585 configurationName : ${{ parameters.configurationName }}
8686 runTestsName : ' OpCache'
8787 runTestsParameters : -d zend_extension=opcache.so -d opcache.enable_cli=1 -d opcache.protect_memory=1
88+ - ${{ if eq(variables['Build.Reason'], 'Schedule') }} :
89+ - template : test.yml
90+ parameters :
91+ configurationName : ${{ parameters.configurationName }}
92+ runTestsName : ' Function JIT'
93+ 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
8894 - template : test.yml
8995 parameters :
9096 configurationName : ${{ parameters.configurationName }}
91- runTestsName : ' JIT'
97+ runTestsName : ' Tracing JIT'
9298 runTestsParameters : -d zend_extension=opcache.so -d opcache.enable_cli=1 -d opcache.protect_memory=1 -d opcache.jit_buffer_size=16M
You can’t perform that action at this time.
0 commit comments