diff --git a/.papr.yml b/.papr.yml index c91c8c05..d04ad02d 100644 --- a/.papr.yml +++ b/.papr.yml @@ -157,34 +157,3 @@ tests: artifacts: - ex-container-logs - ---- - -branches: - - master - - auto - - try - -cluster: - hosts: - - name: testnode - distro: fedora/27/atomic - container: - image: registry.fedoraproject.org/fedora:27 - -context: f27-sanity - -# https://bugzilla.redhat.com/show_bug.cgi?id=1483553 -#packages: -# - ansible -# - git -# - rsync - -env: - CI_PKGS: git rsync python-virtualenv - -tests: - - ci/build.sh - - git clone https://github.com/projectatomic/atomic-host-tests - - make vmoverlay HOSTS=testnode - - cd atomic-host-tests && ./.test_director