Skip to content

Commit e1929e0

Browse files
authored
chore(ci): remove usage of self-hosted runners (#6170)
1 parent b433556 commit e1929e0

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,7 @@ env:
1818
jobs:
1919
test:
2020
name: Test ${{ matrix.crate }}
21-
runs-on: ${{ fromJSON(
22-
github.repository == 'libp2p/rust-libp2p' && (
23-
(contains(fromJSON('["libp2p-webrtc", "libp2p"]'), matrix.crate) && '["self-hosted", "linux", "x64", "2xlarge"]') ||
24-
(contains(fromJSON('["libp2p-quic", "libp2p-perf"]'), matrix.crate) && '["self-hosted", "linux", "x64", "xlarge"]') ||
25-
'["self-hosted", "linux", "x64", "large"]'
26-
) || '"ubuntu-latest"') }}
21+
runs-on: ubuntu-latest
2722
timeout-minutes: 10
2823
needs: gather_published_crates
2924
strategy:

.github/workflows/interop-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
run-transport-interop:
1414
name: Run transport interoperability tests
1515
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository
16-
runs-on: ${{ fromJSON(github.repository == 'libp2p/rust-libp2p' && '["self-hosted", "linux", "x64", "4xlarge"]' || '"ubuntu-latest"') }}
16+
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:
1919
flavour: [chromium, native]

0 commit comments

Comments
 (0)