summaryrefslogtreecommitdiff
path: root/azure/tests.yml
blob: 7cbd1e56360b40f44798342d9d9f9a19dcccf2d3 (plain)
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