Make tinyipa and tinyipa-opensuse-423 work for other repos

This is a VERY tiny change to just make these two jobs work when
triggered from the shade repo. The larger fix is to rework all of the
integration jobs to use the new devstack base job ... but wow that'll be
more work than I feel lke doing on a Sunday morning.

Change-Id: Ic192bd6b5fa16726d6c03e83e752bc8beee81720
This commit is contained in:
Monty Taylor 2017-12-03 10:47:59 -06:00
parent 3dd7037dfc
commit 6f5d1e5f65
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
2 changed files with 4 additions and 4 deletions

View File

@ -21,7 +21,7 @@
trap cleanup EXIT trap cleanup EXIT
cat > $CLONEMAP << EOF cat > $CLONEMAP << EOF
clonemap: clonemap:
- name: $ZUUL_PROJECT - name: openstack/bifrost
dest: . dest: .
EOF EOF
# zuul cloner works poorly if there are 2 names that are the # zuul cloner works poorly if there are 2 names that are the
@ -33,7 +33,7 @@
EOF EOF
fi fi
/usr/zuul-env/bin/zuul-cloner -m $CLONEMAP --cache-dir /opt/git \ /usr/zuul-env/bin/zuul-cloner -m $CLONEMAP --cache-dir /opt/git \
git://git.openstack.org $ZUUL_PROJECT openstack/requirements git://git.openstack.org openstack/bifrost openstack/requirements
# REQS_DIR is not set for openstack/requirements and there is also # REQS_DIR is not set for openstack/requirements and there is also
# no need to copy in this case. # no need to copy in this case.
if [[ "$ZUUL_PROJECT" != "openstack/requirements" ]]; then if [[ "$ZUUL_PROJECT" != "openstack/requirements" ]]; then

View File

@ -20,7 +20,7 @@
trap cleanup EXIT trap cleanup EXIT
cat > $CLONEMAP << EOF cat > $CLONEMAP << EOF
clonemap: clonemap:
- name: $ZUUL_PROJECT - name: openstack/bifrost
dest: . dest: .
EOF EOF
# zuul cloner works poorly if there are 2 names that are the # zuul cloner works poorly if there are 2 names that are the
@ -32,7 +32,7 @@
EOF EOF
fi fi
/usr/zuul-env/bin/zuul-cloner -m $CLONEMAP --cache-dir /opt/git \ /usr/zuul-env/bin/zuul-cloner -m $CLONEMAP --cache-dir /opt/git \
git://git.openstack.org $ZUUL_PROJECT openstack/requirements git://git.openstack.org openstack/bifrost openstack/requirements
# REQS_DIR is not set for openstack/requirements and there is also # REQS_DIR is not set for openstack/requirements and there is also
# no need to copy in this case. # no need to copy in this case.
if [[ "$ZUUL_PROJECT" != "openstack/requirements" ]]; then if [[ "$ZUUL_PROJECT" != "openstack/requirements" ]]; then