Skip to content

Commit e9ee89a

Browse files
authored
ci: disable transport-interop
1 parent 4731d4c commit e9ee89a

File tree

1 file changed

+35
-35
lines changed

1 file changed

+35
-35
lines changed

.github/workflows/main.yml

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -210,39 +210,39 @@ jobs:
210210
directories: ${{ env.CACHE_DIRS }}
211211
- run: npm run test:interop -- --bail
212212

213-
transport-interop:
214-
needs: build
215-
runs-on: ubuntu-latest
216-
steps:
217-
- name: Free Disk Space
218-
uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be # v1.3.1
219-
with:
220-
tool-cache: true
221-
- uses: actions/checkout@v5
222-
- uses: actions/setup-node@v4
223-
with:
224-
node-version: lts/*
225-
- uses: ipfs/aegir/actions/cache-node-modules@main
226-
with:
227-
directories: ${{ env.CACHE_DIRS }}
228-
- name: Build images
229-
run: (cd interop && make -j 4)
230-
- name: Save package-lock.json as artifact
231-
uses: actions/upload-artifact@v4
232-
with:
233-
name: package locks
234-
path: |
235-
package-lock.json
236-
interop/package-lock.json
237-
- uses: libp2p/test-plans/.github/actions/run-transport-interop-test@master
238-
with:
239-
test-filter: js-libp2p-head
240-
test-ignore: nim jvm js-v1.x rust-v0.53 go-v0.40 go-v0.41
241-
extra-versions: ${{ github.workspace }}/interop/node-version.json ${{ github.workspace }}/interop/chromium-version.json ${{ github.workspace }}/interop/firefox-version.json ${{ github.workspace }}/interop/webkit-version.json
242-
s3-cache-bucket: ${{ vars.S3_LIBP2P_BUILD_CACHE_BUCKET_NAME }}
243-
s3-access-key-id: ${{ vars.S3_LIBP2P_BUILD_CACHE_AWS_ACCESS_KEY_ID }}
244-
s3-secret-access-key: ${{ secrets.S3_LIBP2P_BUILD_CACHE_AWS_SECRET_ACCESS_KEY }}
245-
worker-count: 16
213+
# transport-interop:
214+
# needs: build
215+
# runs-on: ubuntu-latest
216+
# steps:
217+
# - name: Free Disk Space
218+
# uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be # v1.3.1
219+
# with:
220+
# tool-cache: true
221+
# - uses: actions/checkout@v5
222+
# - uses: actions/setup-node@v4
223+
# with:
224+
# node-version: lts/*
225+
# - uses: ipfs/aegir/actions/cache-node-modules@main
226+
# with:
227+
# directories: ${{ env.CACHE_DIRS }}
228+
# - name: Build images
229+
# run: (cd interop && make -j 4)
230+
# - name: Save package-lock.json as artifact
231+
# uses: actions/upload-artifact@v4
232+
# with:
233+
# name: package locks
234+
# path: |
235+
# package-lock.json
236+
# interop/package-lock.json
237+
# - uses: libp2p/test-plans/.github/actions/run-transport-interop-test@master
238+
# with:
239+
# test-filter: js-libp2p-head
240+
# test-ignore: nim
241+
# extra-versions: ${{ github.workspace }}/interop/node-version.json ${{ github.workspace }}/interop/chromium-version.json ${{ github.workspace }}/interop/firefox-version.json ${{ github.workspace }}/interop/webkit-version.json
242+
# s3-cache-bucket: ${{ vars.S3_LIBP2P_BUILD_CACHE_BUCKET_NAME }}
243+
# s3-access-key-id: ${{ vars.S3_LIBP2P_BUILD_CACHE_AWS_ACCESS_KEY_ID }}
244+
# s3-secret-access-key: ${{ secrets.S3_LIBP2P_BUILD_CACHE_AWS_SECRET_ACCESS_KEY }}
245+
# worker-count: 16
246246

247247
release:
248248
runs-on: ubuntu-latest
@@ -254,8 +254,8 @@ jobs:
254254
test-firefox-webworker,
255255
test-electron-main,
256256
test-electron-renderer,
257-
test-interop ,
258-
transport-interop
257+
test-interop
258+
# transport-interop
259259
]
260260
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
261261
permissions:

0 commit comments

Comments
 (0)