summaryrefslogtreecommitdiffstats
path: root/.redhat-ci.yml
blob: 6dac7b25605ec85c1be578f13d0fe8edca3d2efb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---

cluster:
  hosts:
    - name: ocp-master
      distro: fedora/25/atomic
    - name: ocp-node1
      distro: fedora/25/atomic
    - name: ocp-node2
      distro: fedora/25/atomic
  container:
    image: fedora:25

packages:
  - gcc
  - python-pip
  - python-devel
  - openssl-devel
  - redhat-rpm-config

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

env:
  OPENSHIFT_IMAGE_TAG: v3.6.0-alpha.1

tests:
  - ./.redhat-ci.sh

artifacts:
  - journals/