Skip to content

Commit 8b15d0b

Browse files
committed
Merge branch 'PHP-8.4' into PHP-8.5
* PHP-8.4: ci: add 180-minute timeout to test-suite jobs
2 parents ced518e + 95380f9 commit 8b15d0b

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/test-suite.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
name: LINUX_PPC64_ASAN_DEBUG_ZTS
1717
# This runs on a self-hosted runner; see https://wiki.php.net/systems/ci
1818
runs-on: [self-hosted, gentoo, ppc64]
19+
timeout-minutes: 180
1920
steps:
2021
- name: git checkout
2122
uses: actions/checkout@v6
@@ -55,6 +56,7 @@ jobs:
5556
if: ${{ fromJson(inputs.branch).jobs.ALPINE }}
5657
name: ALPINE_X64_ASAN_DEBUG_ZTS
5758
runs-on: ubuntu-24.04
59+
timeout-minutes: 180
5860
container:
5961
image: 'alpine:3.22'
6062
steps:
@@ -130,6 +132,7 @@ jobs:
130132
matrix: ${{ fromJson(inputs.branch).jobs.LINUX_X64.matrix }}
131133
name: "LINUX_X64${{ matrix.name }}_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}"
132134
runs-on: ubuntu-${{ fromJson(inputs.branch).config.ubuntu_version }}
135+
timeout-minutes: 180
133136
steps:
134137
- name: git checkout
135138
uses: actions/checkout@v6
@@ -228,6 +231,7 @@ jobs:
228231
matrix: ${{ fromJson(inputs.branch).jobs.LINUX_X32.matrix }}
229232
name: "LINUX_X32_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}"
230233
runs-on: ubuntu-latest
234+
timeout-minutes: 180
231235
container:
232236
image: ubuntu:${{ fromJson(inputs.branch).config.ubuntu_version }}
233237
env:
@@ -309,6 +313,7 @@ jobs:
309313
matrix: ${{ fromJson(inputs.branch).jobs.MACOS.matrix }}
310314
name: "MACOS_${{ matrix.arch }}_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}"
311315
runs-on: macos-${{ matrix.arch == 'X64' && '15-intel' || fromJson(inputs.branch).jobs.MACOS.config.arm64_version }}
316+
timeout-minutes: 180
312317
steps:
313318
- name: git checkout
314319
uses: actions/checkout@v6
@@ -386,6 +391,7 @@ jobs:
386391
FIREBIRD_USER: test
387392
FIREBIRD_PASSWORD: test
388393
runs-on: ubuntu-24.04
394+
timeout-minutes: 180
389395
steps:
390396
- name: git checkout
391397
uses: actions/checkout@v6
@@ -642,6 +648,7 @@ jobs:
642648
FIREBIRD_PASSWORD: test
643649
name: OPCACHE_VARIATION
644650
runs-on: ubuntu-${{ fromJson(inputs.branch).config.ubuntu_version }}
651+
timeout-minutes: 180
645652
steps:
646653
- name: git checkout
647654
uses: actions/checkout@v6
@@ -705,6 +712,7 @@ jobs:
705712
if: ${{ fromJson(inputs.branch).jobs.MSAN }}
706713
name: MSAN
707714
runs-on: ubuntu-${{ fromJson(inputs.branch).config.ubuntu_version }}
715+
timeout-minutes: 180
708716
steps:
709717
- name: git checkout
710718
uses: actions/checkout@v6
@@ -796,6 +804,7 @@ jobs:
796804
if: ${{ fromJson(inputs.branch).jobs.LIBMYSQLCLIENT }}
797805
name: LIBMYSQLCLIENT
798806
runs-on: ubuntu-${{ fromJson(inputs.branch).config.ubuntu_version }}
807+
timeout-minutes: 180
799808
steps:
800809
- name: git checkout
801810
uses: actions/checkout@v6
@@ -834,6 +843,7 @@ jobs:
834843
matrix: ${{ fromJson(inputs.branch).jobs.WINDOWS.matrix }}
835844
name: "WINDOWS_${{ matrix.x64 && 'X64' || 'X86' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}${{ matrix.asan && '_ASAN' || ''}}${{ matrix.clang && '_CLANG' || ''}}"
836845
runs-on: ${{ fromJson(inputs.branch).jobs.WINDOWS.config.runs_on }}
846+
timeout-minutes: 180
837847
env:
838848
PHP_BUILD_CACHE_BASE_DIR: C:\build-cache
839849
PHP_BUILD_OBJ_DIR: C:\obj

0 commit comments

Comments
 (0)