Skip to content

Commit b48ccfe

Browse files
committed
Enable self-hosted trunk build and extend self-hosted timeout
1 parent d860c9e commit b48ccfe

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/pull_request.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ jobs:
3232
# build-type: 'docker'
3333
# build-compiler: '1'
3434
# runner: 'self-hosted'
35-
#- swift-version: 'development'
36-
# build-type: 'docker'
37-
# build-compiler: '1'
38-
# runner: 'self-hosted'
35+
- swift-version: 'development'
36+
build-type: 'docker'
37+
build-compiler: '1'
38+
runner: 'self-hosted'
3939
- swift-version: 'swift-6.2-branch'
4040
build-type: 'docker'
4141
build-compiler: '0'
@@ -45,8 +45,8 @@ jobs:
4545
build-compiler: '0'
4646
runner: 'ubuntu-24.04'
4747
runs-on: ${{ matrix.runner }}
48-
# 15 hour timeout
49-
timeout-minutes: 900
48+
# 18 hour timeout
49+
timeout-minutes: 1080
5050
steps:
5151
- name: Free Disk Space
5252
if: ${{ matrix.runner != 'self-hosted' }}

0 commit comments

Comments
 (0)