Skip to content

Commit 606ab7a

Browse files
committed
Remove self-hosted build on github CI
1 parent 7696a44 commit 606ab7a

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.github/workflows/pull_request.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,6 @@ 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: '0'
@@ -45,11 +37,8 @@ jobs:
4537
build-compiler: '0'
4638
runner: 'ubuntu-24.04'
4739
runs-on: ${{ matrix.runner }}
48-
# 15 hour timeout
49-
timeout-minutes: 900
5040
steps:
5141
- name: Free Disk Space
52-
if: ${{ matrix.runner != 'self-hosted' }}
5342
run: |
5443
df -h
5544
# brings available space from 25G to 32G
@@ -133,7 +122,6 @@ jobs:
133122
name: ${{ steps.info.outputs.artifact-name }}
134123
path: ${{ steps.info.outputs.artifact-path }}
135124
- name: Cleanup
136-
if: ${{ matrix.runner != 'self-hosted' }}
137125
run: |
138126
# need to free up some space or else when installing we get: No space left on device
139127
df -h
@@ -142,7 +130,6 @@ jobs:
142130
sudo docker builder prune -a
143131
df -h
144132
- name: Install artifactbundle
145-
if: ${{ matrix.runner != 'self-hosted' }}
146133
shell: bash
147134
run: |
148135
set -ex
@@ -153,7 +140,6 @@ jobs:
153140
echo "ANDROID_NDK_ROOT=" >> $GITHUB_ENV
154141
155142
- name: Create Demo Project
156-
if: ${{ matrix.runner != 'self-hosted' }}
157143
run: |
158144
cd ${{ runner.temp }}
159145
mkdir DemoProject
@@ -168,7 +154,6 @@ jobs:
168154
echo 'import Android' >> Sources/DemoProject/DemoProject.swift
169155
- name: Test Demo Project on Android
170156
uses: skiptools/swift-android-action@main
171-
if: ${{ matrix.runner != 'self-hosted' }}
172157
with:
173158
# only test for the complete arch SDK build to speed up CI
174159
#run-tests: ${{ matrix.arch == '' }}
@@ -177,13 +162,11 @@ jobs:
177162
installed-swift: ${{ steps.info.outputs.swift-root }}
178163

179164
- name: Checkout swift-algorithms
180-
if: ${{ matrix.runner != 'self-hosted' }}
181165
uses: actions/checkout@v4
182166
with:
183167
repository: apple/swift-algorithms
184168
path: swift-algorithms
185169
- name: Test swift-algorithms
186-
if: ${{ matrix.runner != 'self-hosted' }}
187170
uses: skiptools/swift-android-action@main
188171
with:
189172
package-path: swift-algorithms

0 commit comments

Comments
 (0)