Update testing after rename

Follow rename of repos from x/ to openstack/ and update jobs for this.

Change-Id: I4bb1990305ff1b127e59752879971b94177200b4
This commit is contained in:
Andreas Jaeger 2019-05-30 21:27:51 +02:00
parent b1df313d42
commit 84be3cf546
3 changed files with 12 additions and 12 deletions

View File

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

View File

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

View File

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