瀏覽代碼

papr: rename redhat-ci related files to papr

The project was renamed to PAPR, see:
https://github.com/projectatomic/papr
Jonathan Lebon 7 年之前
父節點
當前提交
18644c77be
共有 3 個文件被更改,包括 3 次插入3 次删除
  1. 0 0
      .papr.inventory
  2. 2 2
      .redhat-ci.sh
  3. 1 1
      .redhat-ci.yml

.redhat-ci.inventory → .papr.inventory


+ 2 - 2
.redhat-ci.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

+ 1 - 1
.redhat-ci.yml

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