Skip to content

Commit

Permalink
Revert "Update to using pike cloud-archive"
Browse files Browse the repository at this point in the history
This reverts commit a7e9a5d.

The jobs that run live migration tests are failing at about
a rate of 50% since this merged. There are no recent changes
to nova in the last 24 hours that are related to live
migration, and this is failing on the master branch only,
so I suspect the failures are due to new qemu packages
getting pulled in from this change.

Change-Id: Ic8481539c6a0cc7af08a736a625b672979435908
Closes-Bug: #1718295
  • Loading branch information
mriedem committed Sep 20, 2017
1 parent a7e9a5d commit ee22ca8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/fixup_stuff.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@ if [[ "${ENABLE_UBUNTU_CLOUD_ARCHIVE}" == "True" && "$DISTRO" = "xenial" ]]; the
# we can find local mirrors then use that mirror.
source /etc/ci/mirror_info.sh

sudo apt-add-repository -y "deb $NODEPOOL_UCA_MIRROR xenial-updates/pike main"
sudo apt-add-repository -y "deb $NODEPOOL_UCA_MIRROR xenial-updates/ocata main"
else
# Otherwise use upstream UCA
sudo add-apt-repository -y cloud-archive:pike
sudo add-apt-repository -y cloud-archive:ocata
fi

# Disable use of libvirt wheel since a cached wheel build might be
Expand Down

0 comments on commit ee22ca8

Please sign in to comment.