From 612c648bdcbd05382b2d916d82415a3016d793c0 Mon Sep 17 00:00:00 2001 From: Dave Urschatz Date: Sat, 12 Aug 2017 13:56:19 -0400 Subject: Refactor releng/prototypes/xci to releng-xci/xci in the code These changes are needed as part of migrating xci from releng repo to the releng-xci repo. They cover: - README updates - Re-point configuration from releng/prototypes to releng-xci The changes have been tested as follows: - XCI_FLAVOR=aio - OPENSTACK_OSA_VERSION=adfaa66d6108f87599e0595591b39cad2c8fb658 xci: aio has been installed real 107m5.310s user 11m50.180s sys 4m11.152s ubuntu@rack-IRA2-SymKloudBlade4:~/releng-xci/xci$ Change-Id: I8fd86c2442ee3a7c6996eedb6510dbc6eebd30b0 Signed-off-by: Dave Urschatz --- xci/config/pinned-versions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xci/config/pinned-versions') diff --git a/xci/config/pinned-versions b/xci/config/pinned-versions index 58178607..121cb473 100755 --- a/xci/config/pinned-versions +++ b/xci/config/pinned-versions @@ -19,7 +19,7 @@ # export OPENSTACK_BIFROST_VERSION="a87f7ce6c8725b3bbffec7b2efa1e466796848a9" # export OPENSTACK_OSA_VERSION="4713cf45e11b4ebca9fbed25d1389854602213d8" #------------------------------------------------------------------------------- -# use releng from master until the development work with the sandbox is complete +# use releng-xci from master until the development work with the sandbox is complete export OPNFV_RELENG_VERSION="master" # HEAD of bifrost "master" as of 29.06.2017 export OPENSTACK_BIFROST_VERSION=${OPENSTACK_BIFROST_VERSION:-"7c9bb5e07c6bc3b42c9a9e8457e5eef511075b38"} -- cgit 1.2.3-korg