.papr.yml 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. ---
  2. # This YAML file is used by PAPR. It details the test
  3. # environment to provision and the test procedure. For more
  4. # information on PAPR, see:
  5. #
  6. # https://github.com/projectatomic/papr
  7. #
  8. # The PAPR YAML specification detailing allowed fields can
  9. # be found at:
  10. #
  11. # https://github.com/projectatomic/papr/blob/master/sample.papr.yml
  12. cluster:
  13. hosts:
  14. - name: ocp-master
  15. distro: fedora/26/atomic
  16. specs:
  17. ram: 4096
  18. - name: ocp-node1
  19. distro: fedora/26/atomic
  20. - name: ocp-node2
  21. distro: fedora/26/atomic
  22. container:
  23. image: registry.fedoraproject.org/fedora:26
  24. # temp workaround for https://bugzilla.redhat.com/show_bug.cgi?id=1483553
  25. #packages:
  26. # - gcc
  27. # - python-pip
  28. # - python-devel
  29. # - libffi-devel
  30. # - openssl-devel
  31. # - redhat-rpm-config
  32. context: 'fedora/26/atomic'
  33. env:
  34. OPENSHIFT_IMAGE_TAG: v3.6.0
  35. tests:
  36. # temp workaround for https://bugzilla.redhat.com/show_bug.cgi?id=1483553
  37. - if (dnf distro-sync -y || :) |& grep -q -e BDB1539; then
  38. rpm --rebuilddb; dnf distro-sync;
  39. fi; dnf install -y gcc python-pip python-devel libffi-devel openssl-devel redhat-rpm-config
  40. - ./.papr.sh
  41. artifacts:
  42. - journals/