Skip to content

Commit 904bc33

Browse files
committed
restrict ci for debugging
1 parent a88bf91 commit 904bc33

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/scripts/windows/test_task.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ copy /-y %DEPS_DIR%\bin\*.dll %PHP_BUILD_DIR%\*
141141

142142
mkdir c:\tests_tmp
143143

144-
nmake test TESTS="%OPCACHE_OPTS% -g FAIL,BORK,LEAK,XLEAK --no-progress -q --offline --show-diff --show-slow 1000 --set-timeout 120 --temp-source c:\tests_tmp --temp-target c:\tests_tmp --bless %PARALLEL%"
144+
nmake test TESTS="%OPCACHE_OPTS% -g FAIL,BORK,LEAK,XLEAK --no-progress -q --offline --show-diff --show-slow 1000 --set-timeout 120 --temp-source c:\tests_tmp --temp-target c:\tests_tmp --bless %PARALLEL% ext\pgsql"
145145

146146
set EXIT_CODE=%errorlevel%
147147

.github/workflows/push.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ env:
4646
CXX: ccache g++
4747
jobs:
4848
LINUX_X64:
49-
if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
49+
if: false
5050
services:
5151
mysql:
5252
image: mysql:8.3
@@ -135,7 +135,7 @@ jobs:
135135
if: ${{ !matrix.asan }}
136136
uses: ./.github/actions/verify-generated-files
137137
LINUX_X32:
138-
if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
138+
if: false
139139
name: LINUX_X32_DEBUG_ZTS
140140
runs-on: ubuntu-latest
141141
container:
@@ -181,7 +181,7 @@ jobs:
181181
-d zend_extension=opcache.so
182182
-d opcache.enable_cli=1
183183
MACOS_DEBUG_NTS:
184-
if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
184+
if: false
185185
runs-on: macos-14
186186
steps:
187187
- name: git checkout
@@ -242,7 +242,7 @@ jobs:
242242
run: .github/scripts/windows/test.bat
243243
BENCHMARKING:
244244
name: BENCHMARKING
245-
if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
245+
if: false
246246
runs-on: ubuntu-22.04
247247
steps:
248248
- name: git checkout
@@ -338,7 +338,7 @@ jobs:
338338
$(git merge-base ${{ github.event.pull_request.base.sha }} ${{ github.sha }}) \
339339
> $GITHUB_STEP_SUMMARY
340340
FREEBSD:
341-
if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
341+
if: false
342342
name: FREEBSD
343343
runs-on: ubuntu-latest
344344
timeout-minutes: 50

0 commit comments

Comments
 (0)