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
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -483,6 +483,7 @@ class DataSeeder {
483
483
attemptNumber: attemptNumber,
484
484
creationTime: creationTime,
485
485
buildNumber:1337+ attemptNumber,
486
+
buildId:24567+ attemptNumber,
486
487
summary:switch (status) {
487
488
.succeeded =>
488
489
'[INFO] Starting task $jobName...\n[SUCCESS] All tests passed (452/452)',
@@ -504,8 +505,6 @@ class DataSeeder {
504
505
logAnalysis:switch (status) {
505
506
.failed =>
506
507
'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