Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Merge "Fix delorean_hash for newton and ocata promotion"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and openstack-gerrit committed Nov 1, 2017
2 parents 155677a + 6850136 commit 1464398
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ repo_cmd_before: |
export NODEPOOL_BUILDLOGS_CENTOS_PROXY=https://buildlogs.centos.org
export NODEPOOL_RDO_PROXY=https://trunk.rdoproject.org
fi
rdo_dlrn=`curl --silent ${NODEPOOL_RDO_PROXY}/centos7-newton/consistent/delorean.repo | grep baseurl | cut -d= -f2`
rdo_dlrn=`curl --silent ${NODEPOOL_RDO_PROXY}/centos7-newton/tripleo-ci-testing/delorean.repo | grep baseurl | cut -d= -f2`
rdo_dlrn_deps=`curl --silent ${NODEPOOL_RDO_PROXY}/centos7-newton/delorean-deps.repo | grep baseurl | cut -d= -f2`
if [[ -z "$rdo_dlrn" || -z "$rdo_dlrn_deps" ]]; then
echo "Failed to parse dlrn hash"
Expand Down
2 changes: 1 addition & 1 deletion config/release/tripleo-ci/promotion-testing-hash-ocata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ repo_cmd_before: |
export NODEPOOL_BUILDLOGS_CENTOS_PROXY=https://buildlogs.centos.org
export NODEPOOL_RDO_PROXY=https://trunk.rdoproject.org
fi
rdo_dlrn=`curl --silent ${NODEPOOL_RDO_PROXY}/centos7-ocata/consistent/delorean.repo | grep baseurl | cut -d= -f2`
rdo_dlrn=`curl --silent ${NODEPOOL_RDO_PROXY}/centos7-ocata/tripleo-ci-testing/delorean.repo | grep baseurl | cut -d= -f2`
rdo_dlrn_deps=`curl --silent ${NODEPOOL_RDO_PROXY}/centos7-ocata/delorean-deps.repo | grep baseurl | cut -d= -f2`
if [[ -z "$rdo_dlrn" || -z "$rdo_dlrn_deps" ]]; then
echo "Failed to parse dlrn hash"
Expand Down

0 comments on commit 1464398

Please sign in to comment.