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
Copy file name to clipboardExpand all lines: dashboard/lib/service/data_seeder.dart
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -501,6 +501,13 @@ class DataSeeder {
501
501
},
502
502
startTime: creationTime +30000,
503
503
endTime: creationTime +60000,
504
+
logAnalysis:switch (status) {
505
+
.failed =>
506
+
'Based on my analysis of the provided LUCI logs and the context of the changes in this PR, here is the breakdown of the build failure:\n\n ### 1. Identify the specific test or command that failed for $jobName\n...',
507
+
.infraFailure =>
508
+
'Based on my analysis of the provided LUCI logs and the context of the changes in this PR, here is the breakdown of the build failure:\n\n ### 1. Identify the specific infra issue for $jobName\n...',
0 commit comments