Removing the use of current-passed-ci.yml files

We can no longer pull from current-passed-ci.yml
as they point to a puddle that no longer exists and
the CI had already moved away from using them a
couple of months back.

Change-Id: I172250690fa402fce3488f020955ff47849fc4f9
This commit is contained in:
agopi 2018-02-19 13:56:03 -05:00
parent 5c4ddf40d1
commit 61924a83ea
1 changed files with 0 additions and 6 deletions

View File

@ -54,15 +54,9 @@ if [ ! -z ${current_build+x} ]
export RELEASE="$RELEASE-rhel"
export VARS="$VARS --extra-vars current_build=$hash"
fi
#If we are not in the pipeline downstream builds need to use current-passed-ci
elif [[ $RELEASE == *rhos-* ]]
then
export RELEASE="perfci/$RELEASE-current-passed-ci"
fi
#used to ensure concurrent jobs on the same executor work
socketdir=$(mktemp -d /tmp/sockXXXXXX)
export ANSIBLE_SSH_CONTROL_PATH=$socketdir/%%h-%%r