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:
Colin Walters 2016-12-08 13:35:29 -05:00 committed by Atomic Bot
parent 359ea9b58f
commit 67ce5ec917

View File

@ -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