~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/testing/factory.py

  • Committer: Brad Crittenden
  • Date: 2011-11-17 19:41:24 UTC
  • mto: This revision was merged to the branch mainline in revision 14317.
  • Revision ID: bac@canonical.com-20111117194124-x834v6jscsknkl6y
RevertĀ 14311

Show diffs side-by-side

added added

removed removed

Lines of Context:
2700
2700
        Note: the builder returned will not be able to actually build -
2701
2701
        we currently have a build slave setup for 'bob' only in the
2702
2702
        test environment.
 
2703
        See lib/canonical/buildd/tests/buildd-slave-test.conf
2703
2704
        """
2704
2705
        if processor is None:
2705
2706
            processor_fam = ProcessorFamilySet().getByName('x86')