Lines Matching refs:phase
124 subp.add_argument('--phase',
125 help='optional phase name (used when builders '
620 if self.args.phase is None:
621 raise MBErr('Must specify a build --phase for %s on %s' %
623 phase = str(self.args.phase)
624 if phase not in config:
626 (phase, self.args.builder, self.args.builder_group))
627 return config[phase]
629 if self.args.phase is not None:
630 raise MBErr('Must not specify a build --phase for %s on %s' %