ci: run qemu in 2 threads
This commit is contained in:
parent
f36c412250
commit
2c31dd25f9
2
.github/workflows/e2e.yml
vendored
2
.github/workflows/e2e.yml
vendored
@ -117,7 +117,7 @@ jobs:
|
||||
echo 'WorkingDirectory=/root/test' >> test.service
|
||||
echo 'TimeoutStopSec=1' >> test.service
|
||||
echo 'ExecStart=/usr/local/bin/out-of-tree kernel autogen --threads=4' >> test.service
|
||||
echo 'ExecStart=/usr/local/bin/out-of-tree pew --threads=4' >> test.service
|
||||
echo 'ExecStart=/usr/local/bin/out-of-tree pew --threads=2' >> test.service
|
||||
|
||||
scp test.service root@$IP:/etc/systemd/system/test.service
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user