Home | History | Annotate | Download | only in cli

Lines Matching refs:labels

266         self.parser.add_option('-b', '--labels',
267 help='Comma separated list of labels '
313 label_info = topic_common.item_parse_info(attribute_name='labels',
314 inline_option='labels')
331 if self.labels:
333 multiple_labels=self.labels)
362 [--labels <list of labels of machines to run on>]
366 [--dependencies <labels this job is dependent on>]
391 'list of labels this job is dependent on.',
436 and not options.labels):
523 [--labels <list of labels of machines to run on>]
550 host_specified = self.hosts or self.one_time_hosts or options.labels