OpenDev Migration Patch

This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
This commit is contained in:
OpenDev Sysadmins 2019-04-19 19:50:14 +00:00
parent cffa0e84cf
commit 15ba2e4046
4 changed files with 17 additions and 17 deletions

View File

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

View File

@ -1,5 +1,5 @@
- project:
name: openstack/pyeclib
name: x/pyeclib
templates:
- openstack-python-jobs
- publish-to-pypi
@ -36,8 +36,8 @@
timeout: 1800
nodeset: legacy-centos-7
required-projects:
- openstack/liberasurecode
- openstack/pyeclib
- x/liberasurecode
- x/pyeclib
- job:
name: libec-pyeclib-unit
@ -45,5 +45,5 @@
run: playbooks/legacy/libec-pyeclib-unit/run.yaml
timeout: 1800
required-projects:
- openstack/liberasurecode
- openstack/pyeclib
- x/liberasurecode
- x/pyeclib

View File

@ -16,11 +16,11 @@
set -x
cd $WORKSPACE
/usr/zuul-env/bin/zuul-cloner --cache-dir /opt/git \
https://git.openstack.org \
openstack/liberasurecode \
openstack/pyeclib
https://opendev.org \
x/liberasurecode \
x/pyeclib
# build libec
cd openstack/liberasurecode
cd x/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/openstack/pyeclib
cd $WORKSPACE/x/pyeclib
tox -e py27
executable: /bin/bash
chdir: '{{ ansible_user_dir }}/workspace'

View File

@ -16,11 +16,11 @@
set -x
cd $WORKSPACE
/usr/zuul-env/bin/zuul-cloner --cache-dir /opt/git \
https://git.openstack.org \
openstack/liberasurecode \
openstack/pyeclib
https://opendev.org \
x/liberasurecode \
x/pyeclib
# build libec
cd openstack/liberasurecode
cd x/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/openstack/pyeclib
cd $WORKSPACE/x/pyeclib
tox -e py27
executable: /bin/bash
chdir: '{{ ansible_user_dir }}/workspace'