ci: add weird tune linux network step which seems to reduce flakes (#5855)

This commit is contained in:
Alessio Gravili
2024-04-15 12:23:48 -04:00
committed by GitHub
parent 4150c87be0
commit beeb59f263

View File

@@ -19,6 +19,10 @@ jobs:
needs_build: ${{ steps.filter.outputs.needs_build }}
templates: ${{ steps.filter.outputs.templates }}
steps:
# https://github.com/actions/virtual-environments/issues/1187
- name: tune linux network
run: sudo ethtool -K eth0 tx off rx off
- uses: actions/checkout@v4
with:
fetch-depth: 25
@@ -49,6 +53,10 @@ jobs:
with:
fetch-depth: 25
# https://github.com/actions/virtual-environments/issues/1187
- name: tune linux network
run: sudo ethtool -K eth0 tx off rx off
- name: Use Node.js 18
uses: actions/setup-node@v4
with:
@@ -90,6 +98,10 @@ jobs:
needs: build
steps:
# https://github.com/actions/virtual-environments/issues/1187
- name: tune linux network
run: sudo ethtool -K eth0 tx off rx off
- name: Use Node.js 18
uses: actions/setup-node@v4
with:
@@ -135,6 +147,10 @@ jobs:
AWS_REGION: us-east-1
steps:
# https://github.com/actions/virtual-environments/issues/1187
- name: tune linux network
run: sudo ethtool -K eth0 tx off rx off
- name: Use Node.js 18
uses: actions/setup-node@v4
with:
@@ -234,6 +250,10 @@ jobs:
- uploads
steps:
# https://github.com/actions/virtual-environments/issues/1187
- name: tune linux network
run: sudo ethtool -K eth0 tx off rx off
- name: Use Node.js 18
uses: actions/setup-node@v4
with:
@@ -271,6 +291,10 @@ jobs:
needs: build
steps:
# https://github.com/actions/virtual-environments/issues/1187
- name: tune linux network
run: sudo ethtool -K eth0 tx off rx off
- name: Use Node.js 18
uses: actions/setup-node@v4
with:
@@ -308,6 +332,9 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 25
# https://github.com/actions/virtual-environments/issues/1187
- name: tune linux network
run: sudo ethtool -K eth0 tx off rx off
- name: Use Node.js 18
uses: actions/setup-node@v4