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
This commit is contained in:
parent
30d79517ae
commit
416007e766
26
.papr.yml
26
.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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue