.papr.yml 782 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  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/25/atomic
  16. - name: ocp-node1
  17. distro: fedora/25/atomic
  18. - name: ocp-node2
  19. distro: fedora/25/atomic
  20. container:
  21. image: fedora:25
  22. packages:
  23. - gcc
  24. - python-pip
  25. - python-devel
  26. - libffi-devel
  27. - openssl-devel
  28. - redhat-rpm-config
  29. context: 'fedora/25/atomic'
  30. env:
  31. OPENSHIFT_IMAGE_TAG: v3.6.0-alpha.1
  32. tests:
  33. - ./.papr.sh
  34. artifacts:
  35. - journals/