@@ -106,14 +106,12 @@ jobs:
106106 - name : Test
107107 uses : ./.github/actions/test-linux
108108 with :
109- testArtifacts : ${{ matrix.branch.name }}_${{ matrix.name }}_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}
110109 runTestsParameters : >-
111110 ${{ matrix.run_tests_parameters }}
112111 idleCpu : ${{ matrix.asan && 'true' || 'false' }}
113112 - name : Test Tracing JIT
114113 uses : ./.github/actions/test-linux
115114 with :
116- testArtifacts : ${{ matrix.branch.name }}_${{ matrix.name }}_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }} Tracing JIT
117115 jitType : tracing
118116 runTestsParameters : >-
119117 ${{ matrix.run_tests_parameters }}
@@ -122,7 +120,6 @@ jobs:
122120 - name : Test OpCache
123121 uses : ./.github/actions/test-linux
124122 with :
125- testArtifacts : ${{ matrix.branch.name }}_${{ matrix.name }}_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }} OpCache
126123 runTestsParameters : >-
127124 ${{ matrix.run_tests_parameters }}
128125 -d zend_extension=opcache.so
@@ -133,7 +130,6 @@ jobs:
133130 if : matrix.test_function_jit
134131 uses : ./.github/actions/test-linux
135132 with :
136- testArtifacts : ${{ matrix.branch.name }}_${{ matrix.name }}_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }} Function JIT
137133 jitType : function
138134 runTestsParameters : >-
139135 ${{ matrix.run_tests_parameters }}
@@ -257,12 +253,9 @@ jobs:
257253 run : sudo make install
258254 - name : Test
259255 uses : ./.github/actions/test-macos
260- with :
261- testArtifacts : ${{ matrix.branch.name }}_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}
262256 - name : Test Tracing JIT
263257 uses : ./.github/actions/test-macos
264258 with :
265- testArtifacts : ${{ matrix.branch.name }}_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }} Tracing JIT
266259 jitType : tracing
267260 runTestsParameters : >-
268261 -d zend_extension=opcache.so
@@ -271,15 +264,13 @@ jobs:
271264 - name : Test OpCache
272265 uses : ./.github/actions/test-macos
273266 with :
274- testArtifacts : ${{ matrix.branch.name }}_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }} OpCache
275267 runTestsParameters : >-
276268 -d zend_extension=opcache.so
277269 -d opcache.enable_cli=1
278270 -d opcache.protect_memory=1
279271 - name : Test Function JIT
280272 uses : ./.github/actions/test-macos
281273 with :
282- testArtifacts : ${{ matrix.branch.name }}_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }} Function JIT
283274 jitType : function
284275 runTestsParameters : >-
285276 -d zend_extension=opcache.so
0 commit comments