Skip to content

Commit 3a0189b

Browse files
committed
Run compiler validation on self-hosted with increased timeout
1 parent b30c138 commit 3a0189b

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

.github/workflows/pull_request.yml

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,23 +28,25 @@ jobs:
2828
fail-fast: false
2929
matrix:
3030
include:
31-
# - swift-version: 'swift-6.2-branch'
32-
# build-type: 'docker'
33-
# build-compiler: '1'
34-
# runner: 'self-hosted'
35-
#- swift-version: 'development'
36-
# build-type: 'docker'
37-
# build-compiler: '1'
38-
# runner: 'self-hosted'
3931
- swift-version: 'swift-6.2-branch'
4032
build-type: 'docker'
4133
build-compiler: '1'
42-
runner: 'ubuntu-24.04'
34+
runner: 'self-hosted'
4335
- swift-version: 'development'
4436
build-type: 'docker'
4537
build-compiler: '1'
38+
runner: 'self-hosted'
39+
- swift-version: 'swift-6.2-branch'
40+
build-type: 'docker'
41+
build-compiler: '0'
42+
runner: 'ubuntu-24.04'
43+
- swift-version: 'development'
44+
build-type: 'docker'
45+
build-compiler: '0'
4646
runner: 'ubuntu-24.04'
4747
runs-on: ${{ matrix.runner }}
48+
# 12 hour timeout
49+
timeout-minutes: 720
4850
steps:
4951
- name: Free Disk Space
5052
if: ${{ matrix.runner != 'self-hosted' }}

0 commit comments

Comments
 (0)