1
0

ci: disable selinux to allow to run from unit

This commit is contained in:
dump_stack() 2023-05-24 15:35:50 +00:00
parent 7b9935dc13
commit ceaacade0b
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC

View File

@ -123,6 +123,8 @@ jobs:
ssh root@$IP systemctl daemon-reload
ssh root@$IP setenforce 0
ssh root@$IP systemctl start test --no-block
while ! ssh root@$IP systemctl show test -p SubState --value | grep -E '(failed|exited)'