Skip to content

Commit

Permalink
comments for mtu
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashwini Kadam committed Sep 12, 2023
1 parent 9dd7104 commit 321e67e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/integration-tests-vm-type.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,11 @@ jobs:
echo "REDHAT_PASSWORD=${{ secrets.REDHAT_PASSWORD }}"
} >> "${GITHUB_ENV}"
fi
- name: Set MTU for Power VMs
if: ${{ contains(inputs.vm_type, 'ppc64le') }}
run: sudo ifconfig eth0 mtu 1000 up

- name: Create VMs
if: ${{ ! inputs.run-benchmarks }}
run: |
Expand Down

0 comments on commit 321e67e

Please sign in to comment.