Skip to content

Commit

Permalink
hotplug_mem_stress_ng: updates stress-ng repository source
Browse files Browse the repository at this point in the history
Updates stress-ng repository to the github source, as the
one from ubuntu seems to be no longer available.

Signed-off-by: mcasquer <[email protected]>
  • Loading branch information
mcasquer committed Jun 20, 2023
1 parent 54b92d9 commit 40d6011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qemu/tests/cfg/hotplug_mem_stress_ng.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
size_mem_plug1 = 1G
stress_ng_dir = "/tmp/stress-ng"
get_stress_ng = "[ -d ${stress_ng_dir} ] && rm -rf ${stress_ng_dir}"
get_stress_ng += ";git clone --depth=1 git://kernel.ubuntu.com/cking/stress-ng.git ${stress_ng_dir}"
get_stress_ng += ";git clone --depth=1 https://github.com/ColinIanKing/stress-ng.git ${stress_ng_dir}"
compile_stress_ng = "cd ${stress_ng_dir} && make -j4"
run_stress_ng = "cd ${stress_ng_dir} && ./stress-ng %s"
stress_ng_args = "--page-in -r 4 -t 60s"
Expand Down

0 comments on commit 40d6011

Please sign in to comment.