From: Joe Watkins Date: Sat, 15 Jun 2019 08:06:51 +0000 (+0200) Subject: PHP-7.4 branch should not run JIT tests, ever [ci skip] X-Git-Tag: php-7.4.0alpha2~85 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=91f0ef04af8d64377ca38ba9886e5f6106113b14;p=php PHP-7.4 branch should not run JIT tests, ever [ci skip] --- diff --git a/azure/i386/job.yml b/azure/i386/job.yml index d6138a8e87..09bca0918e 100644 --- a/azure/i386/job.yml +++ b/azure/i386/job.yml @@ -86,9 +86,3 @@ jobs: configurationName: ${{ parameters.configurationName }} runTestsName: 'OpCache' runTestsParameters: -d zend_extension=opcache.so -d opcache.enable_cli=1 - - ${{ if ne(variables['Build.SourceBranch'], 'refs/heads/PHP-7.4') }}: - - template: test.yml - parameters: - configurationName: ${{ parameters.configurationName }} - runTestsName: 'JIT' - runTestsParameters: -d zend_extension=opcache.so -d opcache.enable_cli=1 -d opcache.jit_buffer_size=16M diff --git a/azure/job.yml b/azure/job.yml index 003a6d20a6..a7267f11c3 100644 --- a/azure/job.yml +++ b/azure/job.yml @@ -85,9 +85,3 @@ jobs: configurationName: ${{ parameters.configurationName }} runTestsName: 'OpCache' runTestsParameters: -d zend_extension=opcache.so -d opcache.enable_cli=1 - - ${{ if ne(variables['Build.SourceBranch'], 'refs/heads/PHP-7.4') }}: - - template: test.yml - parameters: - configurationName: ${{ parameters.configurationName }} - runTestsName: 'JIT' - runTestsParameters: -d zend_extension=opcache.so -d opcache.enable_cli=1 -d opcache.jit_buffer_size=16M