From 34fe1b91f6b9a50e08f643fe222c442b8ed60fad Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Wed, 29 Jul 2020 16:39:16 +0200 Subject: 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. --- azure/job.yml | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) (limited to 'azure/job.yml') 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 -- cgit v1.2.1