Merge pull request #3748 from siggisim/fix-keepalives

Further tweaks to GitHub Actions networking keep-alive
This commit is contained in:
Philip Kuryloski 2021-11-17 00:03:17 -08:00 committed by GitHub
commit 4f05a58f3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -56,6 +56,7 @@ jobs:
#! uses: mxschmitt/action-tmate@v3
- name: RUN TESTS
run: |
sudo sysctl -w net.ipv4.tcp_keepalive_time=60
sudo ethtool -K eth0 tso off gso off gro off tx off rx off lro off
bazelisk test //... \
--config=rbe-${{ matrix.erlang_version }} \

View File

@ -50,6 +50,7 @@ jobs:
#! uses: mxschmitt/action-tmate@v3
- name: RUN TESTS
run: |
sudo sysctl -w net.ipv4.tcp_keepalive_time=60
sudo ethtool -K eth0 tso off gso off gro off tx off rx off lro off
bazelisk test //... \
--config=rbe-${{ matrix.erlang_version }} \