@@ -79,14 +79,12 @@ jobs:
7979 - name : Test
8080 uses : ./.github/actions/test-linux
8181 with :
82- testArtifacts : ${{ matrix.branch.name }}_${{ matrix.name }}_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}
8382 runTestsParameters : >-
8483 ${{ matrix.run_tests_parameters }}
8584 idleCpu : ${{ matrix.asan && 'true' || 'false' }}
8685 - name : Test Tracing JIT
8786 uses : ./.github/actions/test-linux
8887 with :
89- testArtifacts : ${{ matrix.branch.name }}_${{ matrix.name }}_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }} Tracing JIT
9088 jitType : tracing
9189 runTestsParameters : >-
9290 ${{ matrix.run_tests_parameters }}
9593 - name : Test OpCache
9694 uses : ./.github/actions/test-linux
9795 with :
98- testArtifacts : ${{ matrix.branch.name }}_${{ matrix.name }}_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }} OpCache
9996 runTestsParameters : >-
10097 ${{ matrix.run_tests_parameters }}
10198 -d zend_extension=opcache.so
@@ -106,7 +103,6 @@ jobs:
106103 if : matrix.test_function_jit
107104 uses : ./.github/actions/test-linux
108105 with :
109- testArtifacts : ${{ matrix.branch.name }}_${{ matrix.name }}_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }} Function JIT
110106 jitType : function
111107 runTestsParameters : >-
112108 ${{ matrix.run_tests_parameters }}
@@ -226,12 +222,9 @@ jobs:
226222 run : sudo make install
227223 - name : Test
228224 uses : ./.github/actions/test-macos
229- with :
230- testArtifacts : ${{ matrix.branch.name }}_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}
231225 - name : Test Tracing JIT
232226 uses : ./.github/actions/test-macos
233227 with :
234- testArtifacts : ${{ matrix.branch.name }}_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }} Tracing JIT
235228 jitType : tracing
236229 runTestsParameters : >-
237230 -d zend_extension=opcache.so
@@ -240,15 +233,13 @@ jobs:
240233 - name : Test OpCache
241234 uses : ./.github/actions/test-macos
242235 with :
243- testArtifacts : ${{ matrix.branch.name }}_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }} OpCache
244236 runTestsParameters : >-
245237 -d zend_extension=opcache.so
246238 -d opcache.enable_cli=1
247239 -d opcache.protect_memory=1
248240 - name : Test Function JIT
249241 uses : ./.github/actions/test-macos
250242 with :
251- testArtifacts : ${{ matrix.branch.name }}_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }} Function JIT
252243 jitType : function
253244 runTestsParameters : >-
254245 -d zend_extension=opcache.so
0 commit comments