1
0
mirror of https://github.com/openshift/openshift-ansible-contrib.git synced 2026-02-05 09:45:58 +01:00
Files
openshift-ansible-contrib/.travis.yml
Tomas Sedovic f8043d20c0 Switch openshift-ansible back to master in the CI (#700)
The issue in openshift-ansible is fixed now:

https://github.com/openshift/openshift-ansible/issues/5177

So this moves the Openstack end to end CI from using known working
commit to using master again.

Fixes #686
2017-08-28 10:57:47 +02:00

43 lines
607 B
YAML

---
sudo: required
services:
- docker
cache:
- pip
language: python
python:
- "2.7"
- "3.5"
env:
global:
- CI_CONCURRENT_JOBS=1
- OPENSHIFT_ANSIBLE_COMMIT=master
matrix:
- RUN_OPENSTACK_CI=false
- RUN_OPENSTACK_CI=true
matrix:
exclude:
- python: "3.5"
env: RUN_OPENSTACK_CI=true
before_install:
- ci/fetch-master.sh
install:
- ci/install-tox.sh
- ci/openstack/install.sh
script:
- ci/run-tox.sh
- ci/openstack/provision.sh
- travis_wait 40 ci/openstack/install-openshift.sh
- ci/openstack/validate.sh
after_script:
- ci/openstack/teardown.sh