Skip to content

Commit a991fe5

Browse files
committed
Test file cache mix (file -> shm)
1 parent ba8e5d3 commit a991fe5

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
parameters:
102102
configurationName: DEBUG_NTS_OPCACHE
103103
configurationParameters: '--enable-debug --disable-zts'
104-
timeoutInMinutes: 90
104+
timeoutInMinutes: 120
105105
- template: azure/job.yml
106106
parameters:
107107
configurationName: DEBUG_NTS_REPEAT

azure/opcache_variation_job.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- template: test.yml
4848
parameters:
4949
configurationName: ${{ parameters.configurationName }}
50-
runTestsName: 'File Cache Only (prime)'
50+
runTestsName: 'File Cache (prime file)'
5151
runTestsParameters: >-
5252
${{ parameters.runTestsParameters }}
5353
-d zend_extension=opcache.so
@@ -56,12 +56,20 @@ jobs:
5656
- template: test.yml
5757
parameters:
5858
configurationName: ${{ parameters.configurationName }}
59-
runTestsName: 'File Cache Only (use)'
59+
runTestsName: 'File Cache (prime file, use file)'
6060
runTestsParameters: >-
6161
${{ parameters.runTestsParameters }}
6262
-d zend_extension=opcache.so
6363
--file-cache-use
6464
-d opcache.file_cache_only=1
65+
- template: test.yml
66+
parameters:
67+
configurationName: ${{ parameters.configurationName }}
68+
runTestsName: 'File Cache (prime file, use shm)'
69+
runTestsParameters: >-
70+
${{ parameters.runTestsParameters }}
71+
-d zend_extension=opcache.so
72+
--file-cache-use
6573
- template: test.yml
6674
parameters:
6775
configurationName: ${{ parameters.configurationName }}

0 commit comments

Comments
 (0)