From 67ce5ec91762887a7a80a4e725bdfdc7442edc73 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 8 Dec 2016 13:35:29 -0500 Subject: [PATCH] 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 --- .redhat-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 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