Merge "bifrost: Use 'unsafe' disk cache for test VMs"
[releng.git] / jjb / yardstick / yardstick-project-jobs.yml
index 48c9d9d..f328164 100644 (file)
@@ -16,7 +16,7 @@
             branch: '{stream}'
             gs-pathname: ''
             disabled: false
-        - colorado:
+        - danube:
             branch: 'stable/{stream}'
             gs-pathname: '/{stream}'
             disabled: false
             source $WORKSPACE/yardstick_venv/bin/activate
 
             # install python packages
-            easy_install -U setuptools
+            sudo apt-get install -y build-essential python-dev python-pip python-pkg-resources
+            easy_install -U setuptools==33.1.1
             easy_install -U pip
             pip install -r requirements.txt || pip install -r tests/ci/requirements.txt
             pip install -e .