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 85
85
configurationName : ${{ parameters.configurationName }}
86
86
runTestsName : ' OpCache'
87
87
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
88
94
- template : test.yml
89
95
parameters :
90
96
configurationName : ${{ parameters.configurationName }}
91
- runTestsName : ' JIT'
97
+ runTestsName : ' Tracing JIT'
92
98
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