Home | History | Annotate | Download | only in cli

Lines Matching refs:labels

69             for label in line['labels']:
81 super(shard_list, self).output(results, ['id', 'hostname', 'labels'])
88 self.parser.add_option('-l', '--labels',
89 help=('Assign LABELs to the SHARD. All jobs that '
90 'require one of the labels will be run on '
91 'the shard. List multiple labels separated '
94 metavar='LABELS')
101 self.data['labels'] = options.labels or ''
116 boards labels to be added to the shard.
123 return (target_shard, self.data['labels'])