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:
parent
3dd7037dfc
commit
6f5d1e5f65
@ -21,7 +21,7 @@
|
||||
trap cleanup EXIT
|
||||
cat > $CLONEMAP << EOF
|
||||
clonemap:
|
||||
- name: $ZUUL_PROJECT
|
||||
- name: openstack/bifrost
|
||||
dest: .
|
||||
EOF
|
||||
# zuul cloner works poorly if there are 2 names that are the
|
||||
@ -33,7 +33,7 @@
|
||||
EOF
|
||||
fi
|
||||
/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
|
||||
# no need to copy in this case.
|
||||
if [[ "$ZUUL_PROJECT" != "openstack/requirements" ]]; then
|
||||
|
@ -20,7 +20,7 @@
|
||||
trap cleanup EXIT
|
||||
cat > $CLONEMAP << EOF
|
||||
clonemap:
|
||||
- name: $ZUUL_PROJECT
|
||||
- name: openstack/bifrost
|
||||
dest: .
|
||||
EOF
|
||||
# zuul cloner works poorly if there are 2 names that are the
|
||||
@ -32,7 +32,7 @@
|
||||
EOF
|
||||
fi
|
||||
/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
|
||||
# no need to copy in this case.
|
||||
if [[ "$ZUUL_PROJECT" != "openstack/requirements" ]]; then
|
||||
|
Loading…
Reference in New Issue
Block a user