From 416007e766eadc96e0591696b1aa5cd8dda6f5a4 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Sat, 8 Dec 2018 14:43:54 -0500 Subject: [PATCH] ci/papr: Drop insttests This didn't quite work out, and is now always failing because Ansible changed. For now we have some OK coverage via the rpm-ostree suite, let's just drop this and revisit later. Closes: #1783 Approved by: jlebon --- .papr.yml | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/.papr.yml b/.papr.yml index 79843580..7b3ca018 100644 --- a/.papr.yml +++ b/.papr.yml @@ -1,29 +1,3 @@ -# https://fedoraproject.org/wiki/CI/Tests -branches: - - master - - auto - - try - -context: FAH28-insttests -required: false - -# FIXME; temporary workaround -# https://github.com/ostreedev/ostree/pull/1513#issuecomment-378784162 -host: - distro: fedora/28/atomic - specs: - ram: 4096 -#container: -# image: registry.fedoraproject.org/fedora:28 - -tests: - - docker run --device /dev/kvm --rm -v $(pwd):/srv/code:z registry.fedoraproject.org/fedora:28 /bin/sh -c "cd /srv/code && ./ci/fah28-insttests.sh" - -artifacts: - - tests/installed/artifacts/ - ---- - # This suite skips the RPMs and does the build+unit tests in a container inherit: false branches: