forked from php/php-src
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtests.yml
35 lines (34 loc) · 1.19 KB
/
tests.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
parameters:
configurationName: ''
runTestsParameters: ''
steps:
- template: test.yml
parameters:
configurationName: ${{ parameters.configurationName }}
runTestsParameters: ${{ parameters.runTestsParameters }}
- ${{ if eq(variables['Build.Reason'], 'Schedule') }}:
- template: test.yml
parameters:
configurationName: ${{ parameters.configurationName }}
runTestsName: 'OpCache'
runTestsParameters: >-
${{ parameters.runTestsParameters }}
-d zend_extension=opcache.so
- ${{ if eq(variables['Build.Reason'], 'Schedule') }}:
- template: test.yml
parameters:
configurationName: ${{ parameters.configurationName }}
runTestsName: 'Function JIT'
runTestsParameters: >-
${{ parameters.runTestsParameters }}
-d zend_extension=opcache.so
-d opcache.jit_buffer_size=16M
-d opcache.jit=1205
- template: test.yml
parameters:
configurationName: ${{ parameters.configurationName }}
runTestsName: 'Tracing JIT'
runTestsParameters: >-
${{ parameters.runTestsParameters }}
-d zend_extension=opcache.so
-d opcache.jit_buffer_size=16M