1
0
Fork 0

Revert "ci: run qemu in 2 threads"

This reverts commit 2c31dd25f9.
timestamps
dump_stack() 2023-05-24 17:40:13 +00:00
parent 2c31dd25f9
commit 3d8faafcce
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 1 additions and 1 deletions

View File

@ -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=2' >> test.service
echo 'ExecStart=/usr/local/bin/out-of-tree pew --threads=4' >> test.service
scp test.service root@$IP:/etc/systemd/system/test.service