diff options
-rw-r--r-- | .papr.inventory (renamed from .redhat-ci.inventory) | 0 | ||||
-rwxr-xr-x | .papr.sh (renamed from .redhat-ci.sh) | 4 | ||||
-rw-r--r-- | .papr.yml (renamed from .redhat-ci.yml) | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/.redhat-ci.inventory b/.papr.inventory index 23bc9923c..23bc9923c 100644 --- a/.redhat-ci.inventory +++ b/.papr.inventory diff --git a/.redhat-ci.sh b/.papr.sh index fce8c1d52..aedf2527b 100755 --- a/.redhat-ci.sh +++ b/.papr.sh @@ -4,7 +4,7 @@ set -xeuo pipefail pip install -r requirements.txt # ping the nodes to check they're responding and register their ostree versions -ansible -vvv -i .redhat-ci.inventory nodes -a 'rpm-ostree status' +ansible -vvv -i .papr.inventory nodes -a 'rpm-ostree status' upload_journals() { mkdir journals @@ -16,7 +16,7 @@ upload_journals() { trap upload_journals ERR # run the actual installer -ansible-playbook -vvv -i .redhat-ci.inventory playbooks/byo/config.yml +ansible-playbook -vvv -i .papr.inventory playbooks/byo/config.yml # run a small subset of origin conformance tests to sanity # check the cluster NB: we run it on the master since we may diff --git a/.redhat-ci.yml b/.papr.yml index 6dac7b256..c29f4b5c9 100644 --- a/.redhat-ci.yml +++ b/.papr.yml @@ -24,7 +24,7 @@ env: OPENSHIFT_IMAGE_TAG: v3.6.0-alpha.1 tests: - - ./.redhat-ci.sh + - ./.papr.sh artifacts: - journals/ |