Lines Matching refs:platform
73 def _cleanup_labels(self, labels, platform=None):
74 """Removes the platform label from the overall labels"""
75 if platform:
77 if label != platform]
81 if not label['platform']]
195 # Remove the platform from the labels.
198 result['platform'])
203 'shard', 'locked', 'lock_reason', 'platform', 'labels']
245 keys=['hostname', 'platform',
403 """atest host create [--lock|--unlock --platform <arch>
423 self.parser.add_option('-t', '--platform',
424 help='Sets the platform label')
462 self.platform = getattr(options, 'platform', None)
485 # Now add the platform label
487 if self.platform:
488 labels.append(self.platform)
512 if self.platform:
514 [self.platform],
515 platform=True)
520 platform=False)