summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2016-12-08 13:35:29 -0500
committerAtomic Bot <atomic-devel@projectatomic.io>2016-12-09 18:05:53 +0000
commit67ce5ec91762887a7a80a4e725bdfdc7442edc73 (patch)
tree4b21f0eab6c8f86f366e2fc392fb480661028455
parent359ea9b58f789ad6a51e6f13e54d4034e6f30acd (diff)
downloadostree-67ce5ec91762887a7a80a4e725bdfdc7442edc73.tar.gz
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
-rw-r--r--.redhat-ci.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.redhat-ci.yml b/.redhat-ci.yml
index 4a3778ff..33e32995 100644
--- a/.redhat-ci.yml
+++ b/.redhat-ci.yml
@@ -21,8 +21,7 @@ build:
tests:
- make syntax-check
- make check
- - gnome-desktop-testing-runner ostree
- - sudo --user=testuser gnome-desktop-testing-runner ostree
+ - gnome-desktop-testing-runner -p 0 ostree
timeout: 30m