bump(coretest): 7ce9e130033cf47569aa1c8ab86d591c681504e0

Fix for slow fleet clusters
This commit is contained in:
Brian Waldon 2014-05-07 19:03:59 -07:00
parent 7d2309a30b
commit bd6289df39
2 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ CROS_WORKON_REPO="git://github.com"
if [[ "${PV}" == 9999 ]]; then if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~x86" KEYWORDS="~amd64 ~arm ~x86"
else else
CROS_WORKON_COMMIT="873860fe97f1dbeda9918cee40630410992aa421" CROS_WORKON_COMMIT="7ce9e130033cf47569aa1c8ab86d591c681504e0"
KEYWORDS="amd64 arm x86" KEYWORDS="amd64 arm x86"
fi fi