Skip to content

Commit 19d40f5

Browse files
committed
Ci: Remove hugepage reservation from nightly tests workflow
Remove the hugepage reservation step from the nightly tests workflow, as it is related to hardware.
1 parent 806c56b commit 19d40f5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/nightly-tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,6 @@ jobs:
5252
sudo rmmod irdma || true
5353
sudo ./script/nicctl.sh create_vf "${TEST_PF_PORT_P}" || true
5454
sudo ./script/nicctl.sh create_vf "${TEST_PF_PORT_R}" || true
55-
- name: Setup hugepages
56-
run: |
57-
sudo sysctl -w vm.nr_hugepages=32768
5855
- name: 'preparation: Start MtlManager at background'
5956
run: |
6057
sudo MtlManager &

0 commit comments

Comments
 (0)