Lines Matching refs:get
21 # Otherwise, we can't get to the CIPD packages, caches, and isolates which
38 self.default_env.get('PATH', '%(PATH)s'),
44 self.m.properties.get('swarm_out_dir', 'tmp'))
54 self.configuration = self.builder_cfg.get('configuration', CONFIG_DEBUG)
55 arch = (self.builder_cfg.get('arch') or self.builder_cfg.get('target_arch'))
56 if ('Win' in self.builder_cfg.get('os', '') and arch == 'x86_64'):
60 if len(self.builder_cfg.get('extra_config', '')) > 0:
67 self.patch_storage = self.m.properties.get('patch_storage', 'gerrit')
71 if (self.m.properties.get('patch_issue', '') and
73 self.m.properties.get('patch_set', '') and
75 self.m.properties.get('patch_ref', '')):
85 self.m.properties.get('internal_hardware_label'))
100 name='get swarming bot id',
102 print(os.environ.get('SWARMING_BOT_ID', ''))
112 name='get swarming task id',
114 print(os.environ.get('SWARMING_TASK_ID', ''))