Update .gitreview and playbooks following project rename

Change-Id: I7abdb93870aacd69d93a44c1ead094af11b7b926
This commit is contained in:
Tim Burke
2019-06-12 11:09:01 -07:00
parent b1df313d42
commit 00300857b8
4 changed files with 13 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
[gerrit] [gerrit]
host=review.opendev.org host=review.opendev.org
port=29418 port=29418
project=x/pyeclib.git project=openstack/pyeclib.git

View File

@@ -34,8 +34,8 @@
timeout: 1800 timeout: 1800
nodeset: legacy-centos-7 nodeset: legacy-centos-7
required-projects: required-projects:
- x/liberasurecode - openstack/liberasurecode
- x/pyeclib - openstack/pyeclib
- job: - job:
name: libec-pyeclib-unit name: libec-pyeclib-unit
@@ -43,5 +43,5 @@
run: playbooks/legacy/libec-pyeclib-unit/run.yaml run: playbooks/legacy/libec-pyeclib-unit/run.yaml
timeout: 1800 timeout: 1800
required-projects: required-projects:
- x/liberasurecode - openstack/liberasurecode
- x/pyeclib - openstack/pyeclib

View File

@@ -17,10 +17,10 @@
cd $WORKSPACE cd $WORKSPACE
/usr/zuul-env/bin/zuul-cloner --cache-dir /opt/git \ /usr/zuul-env/bin/zuul-cloner --cache-dir /opt/git \
https://opendev.org \ https://opendev.org \
x/liberasurecode \ openstack/liberasurecode \
x/pyeclib openstack/pyeclib
# build libec # build libec
cd x/liberasurecode cd openstack/liberasurecode
./autogen.sh ./autogen.sh
./configure ./configure
make make
@@ -28,7 +28,7 @@
sudo bash -c "echo /usr/local/lib >> /etc/ld.so.conf" sudo bash -c "echo /usr/local/lib >> /etc/ld.so.conf"
sudo ldconfig sudo ldconfig
# test pyeclib # test pyeclib
cd $WORKSPACE/x/pyeclib cd $WORKSPACE/openstack/pyeclib
tox -e py27 tox -e py27
executable: /bin/bash executable: /bin/bash
chdir: '{{ ansible_user_dir }}/workspace' chdir: '{{ ansible_user_dir }}/workspace'

View File

@@ -17,10 +17,10 @@
cd $WORKSPACE cd $WORKSPACE
/usr/zuul-env/bin/zuul-cloner --cache-dir /opt/git \ /usr/zuul-env/bin/zuul-cloner --cache-dir /opt/git \
https://opendev.org \ https://opendev.org \
x/liberasurecode \ openstack/liberasurecode \
x/pyeclib openstack/pyeclib
# build libec # build libec
cd x/liberasurecode cd openstack/liberasurecode
./autogen.sh ./autogen.sh
./configure ./configure
make make
@@ -28,7 +28,7 @@
sudo bash -c "echo /usr/local/lib >> /etc/ld.so.conf" sudo bash -c "echo /usr/local/lib >> /etc/ld.so.conf"
sudo ldconfig sudo ldconfig
# test pyeclib # test pyeclib
cd $WORKSPACE/x/pyeclib cd $WORKSPACE/openstack/pyeclib
tox -e py27 tox -e py27
executable: /bin/bash executable: /bin/bash
chdir: '{{ ansible_user_dir }}/workspace' chdir: '{{ ansible_user_dir }}/workspace'