diff options
author | OpenShift Bot <eparis+openshiftbot@redhat.com> | 2017-05-03 09:04:03 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-03 09:04:03 -0500 |
commit | 1163633a1de10133f0fca505e88f4d4610314882 (patch) | |
tree | 11b99483656c78abdb0efbf8c196ff5908cf1126 /.redhat-ci.sh | |
parent | ba5c6594ade6679d055aaecc7c38836444f0f791 (diff) | |
parent | 5d10aef60754e49de0a5e3548ff16af0cb5b3d8a (diff) | |
download | openshift-1163633a1de10133f0fca505e88f4d4610314882.tar.gz openshift-1163633a1de10133f0fca505e88f4d4610314882.tar.bz2 openshift-1163633a1de10133f0fca505e88f4d4610314882.tar.xz openshift-1163633a1de10133f0fca505e88f4d4610314882.zip |
Merge pull request #4011 from jlebon/pr/rhci-fixes
Merged by openshift-bot
Diffstat (limited to '.redhat-ci.sh')
-rwxr-xr-x | .redhat-ci.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.redhat-ci.sh b/.redhat-ci.sh index 29d64e4d5..fce8c1d52 100755 --- a/.redhat-ci.sh +++ b/.redhat-ci.sh @@ -1,10 +1,9 @@ #!/bin/bash set -xeuo pipefail -# F25 currently has 2.2.1, so install from pypi -pip install ansible==2.2.2.0 +pip install -r requirements.txt -# do a simple ping to make sure the nodes are available +# ping the nodes to check they're responding and register their ostree versions ansible -vvv -i .redhat-ci.inventory nodes -a 'rpm-ostree status' upload_journals() { |