Skip to content

Commit

Permalink
papr: add documentation to YAML and bump context
Browse files Browse the repository at this point in the history
  • Loading branch information
jlebon committed Jun 13, 2017
1 parent 108c814 commit f9c877a
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .papr.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
---

# This YAML file is used by PAPR. It details the test
# environment to provision and the test procedure. For more
# information on PAPR, see:
#
# https://github.com/projectatomic/papr
#
# The PAPR YAML specification detailing allowed fields can
# be found at:
#
# https://github.com/projectatomic/papr/blob/master/sample.papr.yml

cluster:
hosts:
- name: ocp-master
Expand All @@ -19,9 +30,10 @@ packages:
- openssl-devel
- redhat-rpm-config

context: 'fedora/25/atomic | origin/v3.6.0-alpha.1'
context: 'fedora/25/atomic | origin/v3.6.0-alpha.2'

env:
# NB: when bumping image version, also bump context above ^
OPENSHIFT_IMAGE_TAG: v3.6.0-alpha.2

tests:
Expand Down

0 comments on commit f9c877a

Please sign in to comment.