Searched refs:host_labels (Results 1 – 5 of 5) sorted by relevance
14 function host_labels() { function47 LABELS=$(host_labels $host)
359 host_labels = scheduler_models.Label.fetch(361 id_to_label.update([(label.id, label) for label in host_labels])
497 host_labels = set([l.name for l in host.labels.all()])498 self.assert_(job_deps.intersection(host_labels) == job_deps)
278 host_labels = set(['a'])281 self.db_helper.create_host('h1', deps=host_labels, acls=acls)
1244 _, host_labels = queue_entry.host.platform_and_labels()1249 diff = job_labels - set(host_labels)