← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~rvb/maas/qa-lab-tests-no-daily into lp:~maas-maintainers/maas/qa-lab-tests

 

Raphaël Badin has proposed merging lp:~rvb/maas/qa-lab-tests-no-daily into lp:~maas-maintainers/maas/qa-lab-tests.

Commit message:
Do not use the daily ephemeral images.

Requested reviews:
  MAAS Maintainers (maas-maintainers)

For more details, see:
https://code.launchpad.net/~rvb/maas/qa-lab-tests-no-daily/+merge/143859
-- 
https://code.launchpad.net/~rvb/maas/qa-lab-tests-no-daily/+merge/143859
Your team MAAS Maintainers is requested to review the proposed merge of lp:~rvb/maas/qa-lab-tests-no-daily into lp:~maas-maintainers/maas/qa-lab-tests.
=== modified file 'maas-integration.py'
--- maas-integration.py	2012-12-14 13:29:29 +0000
+++ maas-integration.py	2013-01-18 11:16:21 +0000
@@ -215,7 +215,10 @@
             '\n'
             'CLOUD_IMAGES_ARCHIVE="http://10.98.0.13/mirrors/maas-ephemeral"\n'
             'REMOTE_IMAGES_MIRROR="http://10.98.0.13/mirrors/maas-ephemeral"\n'
-            'STREAM=daily\n'
+        #    XXX: rvb 2013-01-18: Do not use the daily ephemeral images as
+        #    they seem to be broken (more precisely, the image from 20130107 is
+        #    and the one from 20121008 isn't);  investigation is underway.
+        #   'STREAM=daily\n'
             )
         ephemerals += ephemerals_snippet
         ephemerals_fd.seek(0)