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] [gerrit]
host=review.openstack.org host=review.opendev.org
port=29418 port=29418
project=openstack/pyeclib.git project=x/pyeclib.git

View File

@@ -1,5 +1,5 @@
- project: - project:
name: openstack/pyeclib name: x/pyeclib
templates: templates:
- openstack-python-jobs - openstack-python-jobs
- publish-to-pypi - publish-to-pypi
@@ -36,8 +36,8 @@
timeout: 1800 timeout: 1800
nodeset: legacy-centos-7 nodeset: legacy-centos-7
required-projects: required-projects:
- openstack/liberasurecode - x/liberasurecode
- openstack/pyeclib - x/pyeclib
- job: - job:
name: libec-pyeclib-unit name: libec-pyeclib-unit
@@ -45,5 +45,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:
- openstack/liberasurecode - x/liberasurecode
- openstack/pyeclib - x/pyeclib

View File

@@ -16,11 +16,11 @@
set -x set -x
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://git.openstack.org \ https://opendev.org \
openstack/liberasurecode \ x/liberasurecode \
openstack/pyeclib x/pyeclib
# build libec # build libec
cd openstack/liberasurecode cd x/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/openstack/pyeclib cd $WORKSPACE/x/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

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