Skip to content

Commit 4e01a51

Browse files
committed
Test out graceful timeout.
1 parent 20ebbd3 commit 4e01a51

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/wait-for-connection-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # ratchet:actions/checkout@v4
3636
with:
3737
repository: google-ml-infra/actions
38-
ref: polish_ssh_connection_action
38+
ref: ssh_graceful_timeout
3939
# Halt for connection if workflow dispatch is told to or if it is a retry with the label halt_on_retry
4040
- name: Wait For Connection
4141
uses: ./actions/ci_connection/

actions/ci_connection/wait_for_connection.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
import asyncio
1818
import logging
1919
import os
20-
import sys
2120
import time
2221

2322
from get_labels import retrieve_labels

0 commit comments

Comments
 (0)