mirror of
https://github.com/ostreedev/ostree.git
synced 2025-03-09 12:58:38 +03:00
ci: Drop sudo installed tests
This conflicts with the ASAN work...and in general, I think I'd like to make a new format for tests that require root, and have them be defined to be in mutable containers or VMs. Our coverage loss from this isn't much because some of these tests already required `CAP_SYS_ADMIN` which we didn't have in Docker anyways. While we have the patient open, parallelize the regular installed tests. Closes: #622 Approved by: jlebon
This commit is contained in:
parent
359ea9b58f
commit
67ce5ec917
@ -21,8 +21,7 @@ build:
|
|||||||
tests:
|
tests:
|
||||||
- make syntax-check
|
- make syntax-check
|
||||||
- make check
|
- make check
|
||||||
- gnome-desktop-testing-runner ostree
|
- gnome-desktop-testing-runner -p 0 ostree
|
||||||
- sudo --user=testuser gnome-desktop-testing-runner ostree
|
|
||||||
|
|
||||||
timeout: 30m
|
timeout: 30m
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user