Skip to content

Commit

Permalink
ci/papr: Drop insttests
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
cgwalters committed Dec 8, 2018
1 parent 30d7951 commit 41a0d70
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions .papr.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 41a0d70

Please sign in to comment.