Update .gitreview and playbooks following project rename
Change-Id: I7abdb93870aacd69d93a44c1ead094af11b7b926
This commit is contained in:
@@ -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
|
||||||
|
@@ -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
|
||||||
|
@@ -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'
|
||||||
|
@@ -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'
|
||||||
|
Reference in New Issue
Block a user