Searched refs:sandbox_name (Results 1 – 1 of 1) sorted by relevance
267 sandbox_name = ( variable275 if sandbox_name in skip_list or re.match(r"meta-", sandbox_name):276 logger.debug("SKIPPING: " + sandbox_name)280 checkout_cmd = "rm -rf " + sandbox_name + ";git clone " + url291 logger.debug("Failed to clone " + sandbox_name)297 + sandbox_name309 logger.debug("UT BUILD COMPLETED FOR: " + sandbox_name)314 logger.debug("UT BUILD EXITED FOR: " + sandbox_name)317 folder_name = os.path.join(working_dir, sandbox_name)318 repo_report_dir = os.path.join(report_dir, sandbox_name)[all …]