diff options
author | Jonathan Lebon <jlebon@redhat.com> | 2017-06-13 09:54:06 -0400 |
---|---|---|
committer | Jonathan Lebon <jlebon@redhat.com> | 2017-06-13 09:56:04 -0400 |
commit | 18644c77be32ff6adf385c4b1fde18f7d66312d6 (patch) | |
tree | 5232dadf81ccfb99b2c312c53fbd98bf426d636c | |
parent | 8603fb127a9e871e491362ad550377971b8d4979 (diff) | |
download | openshift-18644c77be32ff6adf385c4b1fde18f7d66312d6.tar.gz openshift-18644c77be32ff6adf385c4b1fde18f7d66312d6.tar.bz2 openshift-18644c77be32ff6adf385c4b1fde18f7d66312d6.tar.xz openshift-18644c77be32ff6adf385c4b1fde18f7d66312d6.zip |
papr: rename redhat-ci related files to papr
The project was renamed to PAPR, see:
https://github.com/projectatomic/papr
-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/ |