From b72d503ac3236c6a17b8a72d520524e7a0b51590 Mon Sep 17 00:00:00 2001 From: agopi Date: Wed, 18 Jul 2018 14:24:07 -0400 Subject: [PATCH] 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 --- ci-scripts/tripleo/microbrow-perfci.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ci-scripts/tripleo/microbrow-perfci.sh b/ci-scripts/tripleo/microbrow-perfci.sh index d1b96bac8..9c2ef7ae3 100755 --- a/ci-scripts/tripleo/microbrow-perfci.sh +++ b/ci-scripts/tripleo/microbrow-perfci.sh @@ -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