diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 851534eb5b..86aa77d556 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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