]> granicus.if.org Git - php/commitdiff
PHP-7.4 branch should not run JIT tests, ever [ci skip]
authorJoe Watkins <krakjoe@php.net>
Sat, 15 Jun 2019 08:06:51 +0000 (10:06 +0200)
committerJoe Watkins <krakjoe@php.net>
Sat, 15 Jun 2019 08:07:01 +0000 (10:07 +0200)
azure/i386/job.yml
azure/job.yml

index d6138a8e87f3ccad49fa71b93bdf2c464b811916..09bca0918e6409276eb5c811a6fa5334bedc251b 100644 (file)
@@ -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
index 003a6d20a6f05c0dd88cf7434686d74c4e074931..a7267f11c3ac67cf2e07a5828ee709f3f4870993 100644 (file)
@@ -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