summaryrefslogtreecommitdiff
path: root/azure/i386
diff options
context:
space:
mode:
authorJoe Watkins <krakjoe@php.net>2019-06-15 10:08:48 +0200
committerJoe Watkins <krakjoe@php.net>2019-06-15 10:08:48 +0200
commite8c6910e5ed7c206ac0ddfdda0a60df8f104114a (patch)
treeabb313a76e77063263b13452958ddd431fd7c2b6 /azure/i386
parenta594e48af20cde1361437a29add9c25cac837696 (diff)
downloadphp-git-e8c6910e5ed7c206ac0ddfdda0a60df8f104114a.tar.gz
PHP-8.0 should run JIT tests, always [ci skip]
Diffstat (limited to 'azure/i386')
-rw-r--r--azure/i386/job.yml11
1 files changed, 5 insertions, 6 deletions
diff --git a/azure/i386/job.yml b/azure/i386/job.yml
index d6138a8e87..40b46d3672 100644
--- a/azure/i386/job.yml
+++ b/azure/i386/job.yml
@@ -86,9 +86,8 @@ 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
+ - 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