Merge "Merge zuul-git-prep-upper-constraints/zuul-release-git-prep-upper-constraints"

This commit is contained in:
Jenkins 2016-09-26 13:18:37 +00:00 committed by Gerrit Code Review
commit f2d1cf71ed
3 changed files with 4 additions and 37 deletions

View File

@ -53,39 +53,6 @@
/usr/zuul-env/bin/zuul-cloner -m $CLONEMAP --cache-dir /opt/git \
git://git.openstack.org $ZUUL_PROJECT
- builder:
name: zuul-git-prep-upper-constraints
builders:
- shell: |
#!/bin/bash -xe
CLONEMAP=`mktemp`
REQS_DIR=`mktemp -d`
function cleanup {
mkdir -p $WORKSPACE
rm -rf $CLONEMAP $REQS_DIR
}
trap cleanup EXIT
cat > $CLONEMAP << EOF
clonemap:
- name: $ZUUL_PROJECT
dest: .
EOF
# zuul cloner works poorly if there are 2 names that are the
# same in here.
if [[ "$ZUUL_PROJECT" != "openstack/requirements" ]]; then
cat >> $CLONEMAP << EOF
- name: openstack/requirements
dest: $REQS_DIR
EOF
fi
/usr/zuul-env/bin/zuul-cloner -m $CLONEMAP --cache-dir /opt/git \
git://git.openstack.org $ZUUL_PROJECT openstack/requirements
# REQS_DIR is not set for openstack/requirements and there's also
# no need to copy in this case.
if [[ "$ZUUL_PROJECT" != "openstack/requirements" ]]; then
cp $REQS_DIR/upper-constraints.txt ./
fi
- builder:
name: zuul-git-branch-prep-upper-constraints
builders:
@ -214,7 +181,7 @@
# tag checked out and requirements repo with the branch the tag is
# on.
# The macro also works in other pipelines.
name: zuul-release-git-prep-upper-constraints
name: zuul-git-prep-upper-constraints
builders:
- shell: |
#!/bin/bash -xe

View File

@ -5,7 +5,7 @@
builders:
- print-template-name:
template-name: "{template-name}"
- zuul-release-git-prep-upper-constraints
- zuul-git-prep-upper-constraints
- install-distro-packages
- revoke-sudo
- docs
@ -28,7 +28,7 @@
builders:
- print-template-name:
template-name: "{template-name}"
- zuul-release-git-prep-upper-constraints
- zuul-git-prep-upper-constraints
- install-distro-packages
- revoke-sudo
- docs-tags-only-env:

View File

@ -503,7 +503,7 @@
builders:
- print-template-name:
template-name: "{template-name}"
- zuul-release-git-prep-upper-constraints
- zuul-git-prep-upper-constraints
- install-distro-packages
- revoke-sudo
- tarball: