@@ -30,7 +30,7 @@ permissions:
3030 contents : read
3131jobs :
3232 ALPINE :
33- if : inputs.run_alpine
33+ if : false
3434 name : ALPINE_X64_ASAN_UBSAN_DEBUG_ZTS
3535 runs-on : ubuntu-22.04
3636 container :
@@ -111,12 +111,6 @@ jobs:
111111 strategy :
112112 fail-fast : false
113113 matrix :
114- configuration_parameters : ['']
115- debug : [true, false]
116- name : ['']
117- run_tests_parameters : ['']
118- test_function_jit : [true]
119- zts : [true, false]
120114 include :
121115 - name : _ASAN_UBSAN
122116 debug : true
@@ -127,22 +121,6 @@ jobs:
127121 run_tests_parameters : ' --asan'
128122 test_function_jit : false
129123 asan : true
130- - name : _REPEAT
131- debug : true
132- zts : false
133- run_tests_parameters : --repeat 2
134- timeout_minutes : 360
135- test_function_jit : true
136- asan : false
137- - name : _VARIATION
138- debug : true
139- zts : true
140- configuration_parameters : >-
141- CFLAGS="-DZEND_RC_DEBUG=1 -DPROFITABILITY_CHECKS=0 -DZEND_VERIFY_FUNC_INFO=1 -DZEND_VERIFY_TYPE_INFERENCE"
142- run_tests_parameters : -d zend_test.observer.enabled=1 -d zend_test.observer.show_output=0
143- timeout_minutes : 360
144- test_function_jit : true
145- asan : false
146124 name : " LINUX_X64${{ matrix.name }}_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}"
147125 runs-on : ubuntu-${{ matrix.asan && inputs.asan_ubuntu_version || inputs.ubuntu_version }}
148126 steps :
@@ -218,6 +196,7 @@ jobs:
218196 with :
219197 token : ${{ secrets.ACTION_MONITORING_SLACK }}
220198 LINUX_X32 :
199+ if : false
221200 strategy :
222201 fail-fast : false
223202 matrix :
@@ -294,6 +273,7 @@ jobs:
294273 with :
295274 token : ${{ secrets.ACTION_MONITORING_SLACK }}
296275 MACOS :
276+ if : false
297277 strategy :
298278 fail-fast : false
299279 matrix :
@@ -355,7 +335,7 @@ jobs:
355335 with :
356336 token : ${{ secrets.ACTION_MONITORING_SLACK }}
357337 COVERAGE_DEBUG_NTS :
358- if : inputs.branch == 'master'
338+ if : false
359339 services :
360340 mysql :
361341 image : mysql:8.3
@@ -421,6 +401,7 @@ jobs:
421401 with :
422402 token : ${{ secrets.ACTION_MONITORING_SLACK }}
423403 COMMUNITY :
404+ if : false
424405 strategy :
425406 fail-fast : false
426407 matrix :
@@ -603,6 +584,7 @@ jobs:
603584 with :
604585 token : ${{ secrets.ACTION_MONITORING_SLACK }}
605586 OPCACHE_VARIATION :
587+ if : false
606588 services :
607589 mysql :
608590 image : mysql:8.3
@@ -694,6 +676,7 @@ jobs:
694676 with :
695677 token : ${{ secrets.ACTION_MONITORING_SLACK }}
696678 MSAN :
679+ if : false
697680 name : MSAN
698681 runs-on : ubuntu-${{ inputs.ubuntu_version }}
699682 steps :
@@ -786,6 +769,7 @@ jobs:
786769 with :
787770 token : ${{ secrets.ACTION_MONITORING_SLACK }}
788771 LIBMYSQLCLIENT :
772+ if : false
789773 name : LIBMYSQLCLIENT
790774 runs-on : ubuntu-${{ inputs.ubuntu_version }}
791775 steps :
@@ -831,7 +815,7 @@ jobs:
831815 with :
832816 token : ${{ secrets.ACTION_MONITORING_SLACK }}
833817 PECL :
834- if : inputs.branch == 'master'
818+ if : false
835819 runs-on : ubuntu-22.04
836820 env :
837821 CC : ccache gcc
@@ -943,6 +927,7 @@ jobs:
943927 with :
944928 token : ${{ secrets.ACTION_MONITORING_SLACK }}
945929 WINDOWS :
930+ if : false
946931 strategy :
947932 fail-fast : false
948933 matrix :
0 commit comments