summaryrefslogtreecommitdiffstats
path: root/.redhat-ci.sh
diff options
context:
space:
mode:
authorJonathan Lebon <jlebon@redhat.com>2017-04-26 09:39:20 -0400
committerJonathan Lebon <jlebon@redhat.com>2017-04-26 10:00:16 -0400
commit5d10aef60754e49de0a5e3548ff16af0cb5b3d8a (patch)
tree692980864940224dbe5f631738c94d8ac314ca28 /.redhat-ci.sh
parentff78e5c0f439132a5872305563df04979ddf65b0 (diff)
downloadopenshift-5d10aef60754e49de0a5e3548ff16af0cb5b3d8a.tar.gz
openshift-5d10aef60754e49de0a5e3548ff16af0cb5b3d8a.tar.bz2
openshift-5d10aef60754e49de0a5e3548ff16af0cb5b3d8a.tar.xz
openshift-5d10aef60754e49de0a5e3548ff16af0cb5b3d8a.zip
redhat-ci: use requirements.txt
Use requirements.txt rather than hardcoding the ansible version here. Also update the comment re. `rpm-ostree status`.
Diffstat (limited to '.redhat-ci.sh')
-rwxr-xr-x.redhat-ci.sh5
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() {