Test-Commit: use upstream config for rdo jobs

This commit is to ensure that the rdo jobs don't use internal
config files.
Also, testing out exactly how the current_build and
hash vars look like

Change-Id: Id77ae847323fafddd891707c59f633fb11e8cd65
This commit is contained in:
agopi 2018-07-18 14:24:07 -04:00
parent c113c68c4e
commit b72d503ac3
1 changed files with 4 additions and 1 deletions

View File

@ -52,7 +52,10 @@ if [ ! -z ${current_build+x} ]
export RELEASE="$RELEASE" #no mutations needed after latest changes
export VARS="$VARS --extra-vars current_build=$current_build"
else
export RELEASE="$RELEASE-rhel"
#implies this is a upstream job
#export RELEASE="$RELEASE-rhel"
echo "current_build is '$current_build'"
echo "hash is '$hash'"
export VARS="$VARS --extra-vars current_build=$hash"
fi
fi