summaryrefslogtreecommitdiff
path: root/azure/job.yml
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2020-07-29 16:39:16 +0200
committerNikita Popov <nikita.ppv@gmail.com>2020-07-29 18:20:46 +0200
commit34fe1b91f6b9a50e08f643fe222c442b8ed60fad (patch)
treebf249a1109122a62068f0cc31a1fde5fca99a1d9 /azure/job.yml
parentd8d2a7801a9365af40f5d955682ecdfeca1670ea (diff)
downloadphp-git-34fe1b91f6b9a50e08f643fe222c442b8ed60fad.tar.gz
Run function JIT tests in nightly build
Changing this for primary x64 and i386 jobs for now. The different test configurations are now consolidated in one file shared between both.
Diffstat (limited to 'azure/job.yml')
-rw-r--r--azure/job.yml17
1 files changed, 1 insertions, 16 deletions
diff --git a/azure/job.yml b/azure/job.yml
index c19cbaf1f8..e21c4c91e0 100644
--- a/azure/job.yml
+++ b/azure/job.yml
@@ -18,22 +18,7 @@ jobs:
displayName: 'Make Build'
- template: install.yml
- template: setup.yml
- - template: test.yml
+ - template: tests.yml
parameters:
configurationName: ${{ parameters.configurationName }}
runTestsParameters: ${{ parameters.runTestsParameters }}
- - template: test.yml
- parameters:
- configurationName: ${{ parameters.configurationName }}
- runTestsName: 'OpCache'
- runTestsParameters: >-
- ${{ parameters.runTestsParameters }}
- -d zend_extension=opcache.so
- - template: test.yml
- parameters:
- configurationName: ${{ parameters.configurationName }}
- runTestsName: 'JIT'
- runTestsParameters: >-
- ${{ parameters.runTestsParameters }}
- -d zend_extension=opcache.so
- -d opcache.jit_buffer_size=16M