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/i386/job.yml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'azure/i386/job.yml') diff --git a/azure/i386/job.yml b/azure/i386/job.yml index ec1b118aa3..2aa411e43f 100644 --- a/azure/i386/job.yml +++ b/azure/i386/job.yml @@ -86,16 +86,7 @@ jobs: #sudo -u postgres psql -c "ALTER USER postgres PASSWORD 'postgres';" #sudo -u postgres psql -c "CREATE DATABASE test;" displayName: 'Setup' - - template: test.yml + - template: ../tests.yml parameters: configurationName: ${{ parameters.configurationName }} - - template: test.yml - parameters: - configurationName: ${{ parameters.configurationName }} - runTestsName: 'OpCache' - runTestsParameters: -d zend_extension=opcache.so - - template: test.yml - parameters: - configurationName: ${{ parameters.configurationName }} - runTestsName: 'JIT' - runTestsParameters: -d zend_extension=opcache.so -d opcache.jit_buffer_size=16M + runTestsParameters: ${{ parameters.runTestsParameters }} -- cgit v1.2.1