@@ -57,6 +57,9 @@ def fetch_build_time(build):
57
57
response = requests .get (url , verify = False , timeout = 15 )
58
58
<< << << < HEAD
59
59
< << << << HEAD
60
+ < << << << HEAD
61
+ == == == =
62
+ >> >> >> > bda5f78984b42b731fd1a4f79116b750d77c7576
60
63
if response .status_code == 200 :
61
64
buildtime = json .loads (response .text )
62
65
timestamp_str = buildtime ["metadata" ]["creationTimestamp" ]
@@ -75,6 +78,7 @@ def fetch_build_time(build):
75
78
else :
76
79
return 'ERROR'
77
80
81
+ < << << << HEAD
78
82
== == == =
79
83
response .raise_for_status () # Raise exception for non-200 responses
80
84
@@ -105,6 +109,8 @@ def fetch_build_time(build):
105
109
> >> >> >> 2464102 (Added Time in both brief and detailed output )
106
110
== == == =
107
111
>> >> >> > 342858 c (address comment )
112
+ == == == =
113
+ >> >> >> > bda5f78984b42b731fd1a4f79116b750d77c7576
108
114
109
115
except requests .Timeout :
110
116
return "Request timed out" , None
@@ -1356,6 +1362,7 @@ def get_detailed_job_info(build_list,prow_ci_name,zone=None):
1356
1362
1357
1363
print (i ,"Job link:" + constants .JOB_LINK_URL + build )
1358
1364
< << << << HEAD
1365
+ < << << << HEAD
1359
1366
< << << << HEAD
1360
1367
print ("Build start time: " + time + " " + date )
1361
1368
== == == =
@@ -1364,6 +1371,9 @@ def get_detailed_job_info(build_list,prow_ci_name,zone=None):
1364
1371
== == == =
1365
1372
print ("Build start time: " + time + " " + date )
1366
1373
>> >> >> > 342858 c (address comment )
1374
+ == == == =
1375
+ print ("Build start time: " + time + " " + date )
1376
+ >> >> >> > bda5f78984b42b731fd1a4f79116b750d77c7576
1367
1377
1368
1378
build_status = check_job_status (build )
1369
1379
sensitive_info_expose_status = check_if_sensitive_info_exposed (build )
0 commit comments