Browse Source

Merge pull request #4011 from jlebon/pr/rhci-fixes

Merged by openshift-bot
OpenShift Bot 8 years ago
parent
commit
1163633a1d
2 changed files with 3 additions and 4 deletions
  1. 2 3
      .redhat-ci.sh
  2. 1 1
      .redhat-ci.yml

+ 2 - 3
.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() {

+ 1 - 1
.redhat-ci.yml

@@ -24,7 +24,7 @@ env:
   OPENSHIFT_IMAGE_TAG: v3.6.0-alpha.1
 
 tests:
-  - sh .redhat-ci.sh
+  - ./.redhat-ci.sh
 
 artifacts:
   - journals/