Skip to content

Commit

Permalink
Try fixing e2e network flakiness (#4082)
Browse files Browse the repository at this point in the history
* try fixing network flakiness

* style: capitalize t in tune
  • Loading branch information
jtoar committed Jan 9, 2022
1 parent 4008f5a commit 79864e0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/e2e.yaml
Expand Up @@ -23,6 +23,10 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

# For network flakiness. See https://github.com/vercel/next.js/pull/28264
- name: Tune linux network
run: sudo ethtool -K eth0 tx off rx off

- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn config get cacheFolder)"
Expand Down

0 comments on commit 79864e0

Please sign in to comment.