Skip to content

Commit dcab774

Browse files
committed
added Build URL to interuption warning
1 parent e12d019 commit dcab774

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

chipflow_lib/steps/silicon.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@ def submit(self, rtlil_path, *, dry_run=False, wait=False):
215215
try:
216216
if counter > 1:
217217
logger.warning("Log streaming may have been interrupted. Some logs may be missing.")
218+
logger.warning(f"Check {build_url}")
218219
with requests.get(
219220
log_stream_url,
220221
auth=(os.environ["CHIPFLOW_API_KEY_ID"], os.environ["CHIPFLOW_API_KEY_SECRET"]),

0 commit comments

Comments
 (0)