You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ifseed_result.returncode!=0: returnself.fail_result(self.case_id, self.name, f"Remote seed failed with status {seed_result.returncode}", artifacts, details)
44
44
ifcleanup_result.returncode!=0: returnself.fail_result(self.case_id, self.name, f"cleanup_local_files processing failed with status {cleanup_result.returncode}", artifacts, details)
45
45
ifstale.exists() orf"{root_name}/stale-local.txt"inpost_manifest: returnself.fail_result(self.case_id, self.name, "Stale local file still exists after cleanup_local_files processing", artifacts, details)
ifresult.returncode!=0: returnself.fail_result(self.case_id, self.name, f"--upload-only with remove_source_files failed with status {result.returncode}", artifacts, details)
43
43
ifverify_result.returncode!=0: returnself.fail_result(self.case_id, self.name, f"Remote verification failed with status {verify_result.returncode}", artifacts, details)
44
44
ifsource_file.exists() orf"{root_name}/source.txt"inpost_manifest: returnself.fail_result(self.case_id, self.name, "Local source file still exists after remove_source_files processing", artifacts, details)
0 commit comments