Merge "Fix requirements cross-test jobs"
This commit is contained in:
commit
959f16b032
@ -20,22 +20,22 @@
|
|||||||
trap cleanup EXIT
|
trap cleanup EXIT
|
||||||
cat > $CLONEMAP << EOF
|
cat > $CLONEMAP << EOF
|
||||||
clonemap:
|
clonemap:
|
||||||
- name: 'openstack/$ZUUL_SHORT_PROJECT_NAME'
|
- name: 'openstack/cinder'
|
||||||
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
|
||||||
# same in here.
|
# same in here.
|
||||||
if [[ "openstack/$ZUUL_SHORT_PROJECT_NAME" != "openstack/requirements" ]]; then
|
if [[ "openstack/cinder" != "openstack/requirements" ]]; then
|
||||||
cat >> $CLONEMAP << EOF
|
cat >> $CLONEMAP << EOF
|
||||||
- name: openstack/requirements
|
- name: openstack/requirements
|
||||||
dest: $REQS_DIR
|
dest: $REQS_DIR
|
||||||
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 openstack/$ZUUL_SHORT_PROJECT_NAME openstack/requirements
|
git://git.openstack.org openstack/cinder 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 [[ "openstack/$ZUUL_SHORT_PROJECT_NAME" != "openstack/requirements" ]]; then
|
if [[ "openstack/cinder" != "openstack/requirements" ]]; then
|
||||||
cp $REQS_DIR/upper-constraints.txt ./
|
cp $REQS_DIR/upper-constraints.txt ./
|
||||||
fi
|
fi
|
||||||
executable: /bin/bash
|
executable: /bin/bash
|
||||||
|
@ -20,22 +20,22 @@
|
|||||||
trap cleanup EXIT
|
trap cleanup EXIT
|
||||||
cat > $CLONEMAP << EOF
|
cat > $CLONEMAP << EOF
|
||||||
clonemap:
|
clonemap:
|
||||||
- name: 'openstack/$ZUUL_SHORT_PROJECT_NAME'
|
- name: 'openstack/cinder'
|
||||||
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
|
||||||
# same in here.
|
# same in here.
|
||||||
if [[ "openstack/$ZUUL_SHORT_PROJECT_NAME" != "openstack/requirements" ]]; then
|
if [[ "openstack/cinder" != "openstack/requirements" ]]; then
|
||||||
cat >> $CLONEMAP << EOF
|
cat >> $CLONEMAP << EOF
|
||||||
- name: openstack/requirements
|
- name: openstack/requirements
|
||||||
dest: $REQS_DIR
|
dest: $REQS_DIR
|
||||||
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 openstack/$ZUUL_SHORT_PROJECT_NAME openstack/requirements
|
git://git.openstack.org openstack/cinder 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 [[ "openstack/$ZUUL_SHORT_PROJECT_NAME" != "openstack/requirements" ]]; then
|
if [[ "openstack/cinder" != "openstack/requirements" ]]; then
|
||||||
cp $REQS_DIR/upper-constraints.txt ./
|
cp $REQS_DIR/upper-constraints.txt ./
|
||||||
fi
|
fi
|
||||||
executable: /bin/bash
|
executable: /bin/bash
|
||||||
|
@ -20,22 +20,22 @@
|
|||||||
trap cleanup EXIT
|
trap cleanup EXIT
|
||||||
cat > $CLONEMAP << EOF
|
cat > $CLONEMAP << EOF
|
||||||
clonemap:
|
clonemap:
|
||||||
- name: 'openstack/$ZUUL_SHORT_PROJECT_NAME'
|
- name: 'openstack/glance'
|
||||||
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
|
||||||
# same in here.
|
# same in here.
|
||||||
if [[ "openstack/$ZUUL_SHORT_PROJECT_NAME" != "openstack/requirements" ]]; then
|
if [[ "openstack/glance" != "openstack/requirements" ]]; then
|
||||||
cat >> $CLONEMAP << EOF
|
cat >> $CLONEMAP << EOF
|
||||||
- name: openstack/requirements
|
- name: openstack/requirements
|
||||||
dest: $REQS_DIR
|
dest: $REQS_DIR
|
||||||
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 openstack/$ZUUL_SHORT_PROJECT_NAME openstack/requirements
|
git://git.openstack.org openstack/glance 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 [[ "openstack/$ZUUL_SHORT_PROJECT_NAME" != "openstack/requirements" ]]; then
|
if [[ "openstack/glance" != "openstack/requirements" ]]; then
|
||||||
cp $REQS_DIR/upper-constraints.txt ./
|
cp $REQS_DIR/upper-constraints.txt ./
|
||||||
fi
|
fi
|
||||||
executable: /bin/bash
|
executable: /bin/bash
|
||||||
|
@ -20,22 +20,22 @@
|
|||||||
trap cleanup EXIT
|
trap cleanup EXIT
|
||||||
cat > $CLONEMAP << EOF
|
cat > $CLONEMAP << EOF
|
||||||
clonemap:
|
clonemap:
|
||||||
- name: 'openstack/$ZUUL_SHORT_PROJECT_NAME'
|
- name: 'openstack/glance'
|
||||||
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
|
||||||
# same in here.
|
# same in here.
|
||||||
if [[ "openstack/$ZUUL_SHORT_PROJECT_NAME" != "openstack/requirements" ]]; then
|
if [[ "openstack/glance" != "openstack/requirements" ]]; then
|
||||||
cat >> $CLONEMAP << EOF
|
cat >> $CLONEMAP << EOF
|
||||||
- name: openstack/requirements
|
- name: openstack/requirements
|
||||||
dest: $REQS_DIR
|
dest: $REQS_DIR
|
||||||
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 openstack/$ZUUL_SHORT_PROJECT_NAME openstack/requirements
|
git://git.openstack.org openstack/glance 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 [[ "openstack/$ZUUL_SHORT_PROJECT_NAME" != "openstack/requirements" ]]; then
|
if [[ "openstack/glance" != "openstack/requirements" ]]; then
|
||||||
cp $REQS_DIR/upper-constraints.txt ./
|
cp $REQS_DIR/upper-constraints.txt ./
|
||||||
fi
|
fi
|
||||||
executable: /bin/bash
|
executable: /bin/bash
|
||||||
|
@ -20,22 +20,22 @@
|
|||||||
trap cleanup EXIT
|
trap cleanup EXIT
|
||||||
cat > $CLONEMAP << EOF
|
cat > $CLONEMAP << EOF
|
||||||
clonemap:
|
clonemap:
|
||||||
- name: 'openstack/$ZUUL_SHORT_PROJECT_NAME'
|
- name: 'openstack/horizon'
|
||||||
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
|
||||||
# same in here.
|
# same in here.
|
||||||
if [[ "openstack/$ZUUL_SHORT_PROJECT_NAME" != "openstack/requirements" ]]; then
|
if [[ "openstack/horizon" != "openstack/requirements" ]]; then
|
||||||
cat >> $CLONEMAP << EOF
|
cat >> $CLONEMAP << EOF
|
||||||
- name: openstack/requirements
|
- name: openstack/requirements
|
||||||
dest: $REQS_DIR
|
dest: $REQS_DIR
|
||||||
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 openstack/$ZUUL_SHORT_PROJECT_NAME openstack/requirements
|
git://git.openstack.org openstack/horizon 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 [[ "openstack/$ZUUL_SHORT_PROJECT_NAME" != "openstack/requirements" ]]; then
|
if [[ "openstack/horizon" != "openstack/requirements" ]]; then
|
||||||
cp $REQS_DIR/upper-constraints.txt ./
|
cp $REQS_DIR/upper-constraints.txt ./
|
||||||
fi
|
fi
|
||||||
executable: /bin/bash
|
executable: /bin/bash
|
||||||
|
@ -20,22 +20,22 @@
|
|||||||
trap cleanup EXIT
|
trap cleanup EXIT
|
||||||
cat > $CLONEMAP << EOF
|
cat > $CLONEMAP << EOF
|
||||||
clonemap:
|
clonemap:
|
||||||
- name: 'openstack/$ZUUL_SHORT_PROJECT_NAME'
|
- name: 'openstack/horizon'
|
||||||
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
|
||||||
# same in here.
|
# same in here.
|
||||||
if [[ "openstack/$ZUUL_SHORT_PROJECT_NAME" != "openstack/requirements" ]]; then
|
if [[ "openstack/horizon" != "openstack/requirements" ]]; then
|
||||||
cat >> $CLONEMAP << EOF
|
cat >> $CLONEMAP << EOF
|
||||||
- name: openstack/requirements
|
- name: openstack/requirements
|
||||||
dest: $REQS_DIR
|
dest: $REQS_DIR
|
||||||
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 openstack/$ZUUL_SHORT_PROJECT_NAME openstack/requirements
|
git://git.openstack.org openstack/horizon 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 [[ "openstack/$ZUUL_SHORT_PROJECT_NAME" != "openstack/requirements" ]]; then
|
if [[ "openstack/horizon" != "openstack/requirements" ]]; then
|
||||||
cp $REQS_DIR/upper-constraints.txt ./
|
cp $REQS_DIR/upper-constraints.txt ./
|
||||||
fi
|
fi
|
||||||
executable: /bin/bash
|
executable: /bin/bash
|
||||||
|
@ -20,22 +20,22 @@
|
|||||||
trap cleanup EXIT
|
trap cleanup EXIT
|
||||||
cat > $CLONEMAP << EOF
|
cat > $CLONEMAP << EOF
|
||||||
clonemap:
|
clonemap:
|
||||||
- name: 'openstack/$ZUUL_SHORT_PROJECT_NAME'
|
- name: 'openstack/keystone'
|
||||||
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
|
||||||
# same in here.
|
# same in here.
|
||||||
if [[ "openstack/$ZUUL_SHORT_PROJECT_NAME" != "openstack/requirements" ]]; then
|
if [[ "openstack/keystone" != "openstack/requirements" ]]; then
|
||||||
cat >> $CLONEMAP << EOF
|
cat >> $CLONEMAP << EOF
|
||||||
- name: openstack/requirements
|
- name: openstack/requirements
|
||||||
dest: $REQS_DIR
|
dest: $REQS_DIR
|
||||||
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 openstack/$ZUUL_SHORT_PROJECT_NAME openstack/requirements
|
git://git.openstack.org openstack/keystone 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 [[ "openstack/$ZUUL_SHORT_PROJECT_NAME" != "openstack/requirements" ]]; then
|
if [[ "openstack/keystone" != "openstack/requirements" ]]; then
|
||||||
cp $REQS_DIR/upper-constraints.txt ./
|
cp $REQS_DIR/upper-constraints.txt ./
|
||||||
fi
|
fi
|
||||||
executable: /bin/bash
|
executable: /bin/bash
|
||||||
|
@ -20,22 +20,22 @@
|
|||||||
trap cleanup EXIT
|
trap cleanup EXIT
|
||||||
cat > $CLONEMAP << EOF
|
cat > $CLONEMAP << EOF
|
||||||
clonemap:
|
clonemap:
|
||||||
- name: 'openstack/$ZUUL_SHORT_PROJECT_NAME'
|
- name: 'openstack/keystone'
|
||||||
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
|
||||||
# same in here.
|
# same in here.
|
||||||
if [[ "openstack/$ZUUL_SHORT_PROJECT_NAME" != "openstack/requirements" ]]; then
|
if [[ "openstack/keystone" != "openstack/requirements" ]]; then
|
||||||
cat >> $CLONEMAP << EOF
|
cat >> $CLONEMAP << EOF
|
||||||
- name: openstack/requirements
|
- name: openstack/requirements
|
||||||
dest: $REQS_DIR
|
dest: $REQS_DIR
|
||||||
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 openstack/$ZUUL_SHORT_PROJECT_NAME openstack/requirements
|
git://git.openstack.org openstack/keystone 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 [[ "openstack/$ZUUL_SHORT_PROJECT_NAME" != "openstack/requirements" ]]; then
|
if [[ "openstack/keystone" != "openstack/requirements" ]]; then
|
||||||
cp $REQS_DIR/upper-constraints.txt ./
|
cp $REQS_DIR/upper-constraints.txt ./
|
||||||
fi
|
fi
|
||||||
executable: /bin/bash
|
executable: /bin/bash
|
||||||
|
@ -20,22 +20,22 @@
|
|||||||
trap cleanup EXIT
|
trap cleanup EXIT
|
||||||
cat > $CLONEMAP << EOF
|
cat > $CLONEMAP << EOF
|
||||||
clonemap:
|
clonemap:
|
||||||
- name: 'openstack/$ZUUL_SHORT_PROJECT_NAME'
|
- name: 'openstack/networking-midonet'
|
||||||
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
|
||||||
# same in here.
|
# same in here.
|
||||||
if [[ "openstack/$ZUUL_SHORT_PROJECT_NAME" != "openstack/requirements" ]]; then
|
if [[ "openstack/networking-midonet" != "openstack/requirements" ]]; then
|
||||||
cat >> $CLONEMAP << EOF
|
cat >> $CLONEMAP << EOF
|
||||||
- name: openstack/requirements
|
- name: openstack/requirements
|
||||||
dest: $REQS_DIR
|
dest: $REQS_DIR
|
||||||
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 openstack/$ZUUL_SHORT_PROJECT_NAME openstack/requirements
|
git://git.openstack.org openstack/networking-midonet 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 [[ "openstack/$ZUUL_SHORT_PROJECT_NAME" != "openstack/requirements" ]]; then
|
if [[ "openstack/networking-midonet" != "openstack/requirements" ]]; then
|
||||||
cp $REQS_DIR/upper-constraints.txt ./
|
cp $REQS_DIR/upper-constraints.txt ./
|
||||||
fi
|
fi
|
||||||
executable: /bin/bash
|
executable: /bin/bash
|
||||||
|
@ -20,22 +20,22 @@
|
|||||||
trap cleanup EXIT
|
trap cleanup EXIT
|
||||||
cat > $CLONEMAP << EOF
|
cat > $CLONEMAP << EOF
|
||||||
clonemap:
|
clonemap:
|
||||||
- name: 'openstack/$ZUUL_SHORT_PROJECT_NAME'
|
- name: 'openstack/neutron'
|
||||||
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
|
||||||
# same in here.
|
# same in here.
|
||||||
if [[ "openstack/$ZUUL_SHORT_PROJECT_NAME" != "openstack/requirements" ]]; then
|
if [[ "openstack/neutron" != "openstack/requirements" ]]; then
|
||||||
cat >> $CLONEMAP << EOF
|
cat >> $CLONEMAP << EOF
|
||||||
- name: openstack/requirements
|
- name: openstack/requirements
|
||||||
dest: $REQS_DIR
|
dest: $REQS_DIR
|
||||||
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 openstack/$ZUUL_SHORT_PROJECT_NAME openstack/requirements
|
git://git.openstack.org openstack/neutron 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 [[ "openstack/$ZUUL_SHORT_PROJECT_NAME" != "openstack/requirements" ]]; then
|
if [[ "openstack/neutron" != "openstack/requirements" ]]; then
|
||||||
cp $REQS_DIR/upper-constraints.txt ./
|
cp $REQS_DIR/upper-constraints.txt ./
|
||||||
fi
|
fi
|
||||||
executable: /bin/bash
|
executable: /bin/bash
|
||||||
|
@ -20,22 +20,22 @@
|
|||||||
trap cleanup EXIT
|
trap cleanup EXIT
|
||||||
cat > $CLONEMAP << EOF
|
cat > $CLONEMAP << EOF
|
||||||
clonemap:
|
clonemap:
|
||||||
- name: 'openstack/$ZUUL_SHORT_PROJECT_NAME'
|
- name: 'openstack/neutron'
|
||||||
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
|
||||||
# same in here.
|
# same in here.
|
||||||
if [[ "openstack/$ZUUL_SHORT_PROJECT_NAME" != "openstack/requirements" ]]; then
|
if [[ "openstack/neutron" != "openstack/requirements" ]]; then
|
||||||
cat >> $CLONEMAP << EOF
|
cat >> $CLONEMAP << EOF
|
||||||
- name: openstack/requirements
|
- name: openstack/requirements
|
||||||
dest: $REQS_DIR
|
dest: $REQS_DIR
|
||||||
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 openstack/$ZUUL_SHORT_PROJECT_NAME openstack/requirements
|
git://git.openstack.org openstack/neutron 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 [[ "openstack/$ZUUL_SHORT_PROJECT_NAME" != "openstack/requirements" ]]; then
|
if [[ "openstack/neutron" != "openstack/requirements" ]]; then
|
||||||
cp $REQS_DIR/upper-constraints.txt ./
|
cp $REQS_DIR/upper-constraints.txt ./
|
||||||
fi
|
fi
|
||||||
executable: /bin/bash
|
executable: /bin/bash
|
||||||
|
@ -20,22 +20,22 @@
|
|||||||
trap cleanup EXIT
|
trap cleanup EXIT
|
||||||
cat > $CLONEMAP << EOF
|
cat > $CLONEMAP << EOF
|
||||||
clonemap:
|
clonemap:
|
||||||
- name: 'openstack/$ZUUL_SHORT_PROJECT_NAME'
|
- name: 'openstack/nova'
|
||||||
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
|
||||||
# same in here.
|
# same in here.
|
||||||
if [[ "openstack/$ZUUL_SHORT_PROJECT_NAME" != "openstack/requirements" ]]; then
|
if [[ "openstack/nova" != "openstack/requirements" ]]; then
|
||||||
cat >> $CLONEMAP << EOF
|
cat >> $CLONEMAP << EOF
|
||||||
- name: openstack/requirements
|
- name: openstack/requirements
|
||||||
dest: $REQS_DIR
|
dest: $REQS_DIR
|
||||||
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 openstack/$ZUUL_SHORT_PROJECT_NAME openstack/requirements
|
git://git.openstack.org openstack/nova 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 [[ "openstack/$ZUUL_SHORT_PROJECT_NAME" != "openstack/requirements" ]]; then
|
if [[ "openstack/nova" != "openstack/requirements" ]]; then
|
||||||
cp $REQS_DIR/upper-constraints.txt ./
|
cp $REQS_DIR/upper-constraints.txt ./
|
||||||
fi
|
fi
|
||||||
executable: /bin/bash
|
executable: /bin/bash
|
||||||
|
@ -20,22 +20,22 @@
|
|||||||
trap cleanup EXIT
|
trap cleanup EXIT
|
||||||
cat > $CLONEMAP << EOF
|
cat > $CLONEMAP << EOF
|
||||||
clonemap:
|
clonemap:
|
||||||
- name: 'openstack/$ZUUL_SHORT_PROJECT_NAME'
|
- name: 'openstack/nova'
|
||||||
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
|
||||||
# same in here.
|
# same in here.
|
||||||
if [[ "openstack/$ZUUL_SHORT_PROJECT_NAME" != "openstack/requirements" ]]; then
|
if [[ "openstack/nova" != "openstack/requirements" ]]; then
|
||||||
cat >> $CLONEMAP << EOF
|
cat >> $CLONEMAP << EOF
|
||||||
- name: openstack/requirements
|
- name: openstack/requirements
|
||||||
dest: $REQS_DIR
|
dest: $REQS_DIR
|
||||||
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 openstack/$ZUUL_SHORT_PROJECT_NAME openstack/requirements
|
git://git.openstack.org openstack/nova 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 [[ "openstack/$ZUUL_SHORT_PROJECT_NAME" != "openstack/requirements" ]]; then
|
if [[ "openstack/nova" != "openstack/requirements" ]]; then
|
||||||
cp $REQS_DIR/upper-constraints.txt ./
|
cp $REQS_DIR/upper-constraints.txt ./
|
||||||
fi
|
fi
|
||||||
executable: /bin/bash
|
executable: /bin/bash
|
||||||
|
@ -20,22 +20,22 @@
|
|||||||
trap cleanup EXIT
|
trap cleanup EXIT
|
||||||
cat > $CLONEMAP << EOF
|
cat > $CLONEMAP << EOF
|
||||||
clonemap:
|
clonemap:
|
||||||
- name: 'openstack/$ZUUL_SHORT_PROJECT_NAME'
|
- name: 'openstack/nova'
|
||||||
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
|
||||||
# same in here.
|
# same in here.
|
||||||
if [[ "openstack/$ZUUL_SHORT_PROJECT_NAME" != "openstack/requirements" ]]; then
|
if [[ "openstack/nova" != "openstack/requirements" ]]; then
|
||||||
cat >> $CLONEMAP << EOF
|
cat >> $CLONEMAP << EOF
|
||||||
- name: openstack/requirements
|
- name: openstack/requirements
|
||||||
dest: $REQS_DIR
|
dest: $REQS_DIR
|
||||||
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 openstack/$ZUUL_SHORT_PROJECT_NAME openstack/requirements
|
git://git.openstack.org openstack/nova 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 [[ "openstack/$ZUUL_SHORT_PROJECT_NAME" != "openstack/requirements" ]]; then
|
if [[ "openstack/nova" != "openstack/requirements" ]]; then
|
||||||
cp $REQS_DIR/upper-constraints.txt ./
|
cp $REQS_DIR/upper-constraints.txt ./
|
||||||
fi
|
fi
|
||||||
executable: /bin/bash
|
executable: /bin/bash
|
||||||
|
@ -20,22 +20,22 @@
|
|||||||
trap cleanup EXIT
|
trap cleanup EXIT
|
||||||
cat > $CLONEMAP << EOF
|
cat > $CLONEMAP << EOF
|
||||||
clonemap:
|
clonemap:
|
||||||
- name: 'openstack/$ZUUL_SHORT_PROJECT_NAME'
|
- name: 'openstack/swift'
|
||||||
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
|
||||||
# same in here.
|
# same in here.
|
||||||
if [[ "openstack/$ZUUL_SHORT_PROJECT_NAME" != "openstack/requirements" ]]; then
|
if [[ "openstack/swift" != "openstack/requirements" ]]; then
|
||||||
cat >> $CLONEMAP << EOF
|
cat >> $CLONEMAP << EOF
|
||||||
- name: openstack/requirements
|
- name: openstack/requirements
|
||||||
dest: $REQS_DIR
|
dest: $REQS_DIR
|
||||||
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 openstack/$ZUUL_SHORT_PROJECT_NAME openstack/requirements
|
git://git.openstack.org openstack/swift 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 [[ "openstack/$ZUUL_SHORT_PROJECT_NAME" != "openstack/requirements" ]]; then
|
if [[ "openstack/swift" != "openstack/requirements" ]]; then
|
||||||
cp $REQS_DIR/upper-constraints.txt ./
|
cp $REQS_DIR/upper-constraints.txt ./
|
||||||
fi
|
fi
|
||||||
executable: /bin/bash
|
executable: /bin/bash
|
||||||
|
@ -20,22 +20,22 @@
|
|||||||
trap cleanup EXIT
|
trap cleanup EXIT
|
||||||
cat > $CLONEMAP << EOF
|
cat > $CLONEMAP << EOF
|
||||||
clonemap:
|
clonemap:
|
||||||
- name: 'openstack/$ZUUL_SHORT_PROJECT_NAME'
|
- name: 'openstack/swift'
|
||||||
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
|
||||||
# same in here.
|
# same in here.
|
||||||
if [[ "openstack/$ZUUL_SHORT_PROJECT_NAME" != "openstack/requirements" ]]; then
|
if [[ "openstack/swift" != "openstack/requirements" ]]; then
|
||||||
cat >> $CLONEMAP << EOF
|
cat >> $CLONEMAP << EOF
|
||||||
- name: openstack/requirements
|
- name: openstack/requirements
|
||||||
dest: $REQS_DIR
|
dest: $REQS_DIR
|
||||||
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 openstack/$ZUUL_SHORT_PROJECT_NAME openstack/requirements
|
git://git.openstack.org openstack/swift 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 [[ "openstack/$ZUUL_SHORT_PROJECT_NAME" != "openstack/requirements" ]]; then
|
if [[ "openstack/swift" != "openstack/requirements" ]]; then
|
||||||
cp $REQS_DIR/upper-constraints.txt ./
|
cp $REQS_DIR/upper-constraints.txt ./
|
||||||
fi
|
fi
|
||||||
executable: /bin/bash
|
executable: /bin/bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user