Skip to content

Commit c1df029

Browse files
committed
fix: resolve conflict resolution error in analyze_logs.dart
1 parent d8ac839 commit c1df029

1 file changed

Lines changed: 0 additions & 19 deletions

File tree

app_dart/lib/src/request_handlers/analyze_logs.dart

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -181,25 +181,6 @@ For build failures (e.g., engine tests failing at compile time), look for the fo
181181
## Links
182182
183183
Link to GitHub Pull Request: $githubUrl
184-
=======
185-
'''
186-
You are a Senior Infrastructure Engineer specializing in the Flutter CI ecosystem.
187-
188-
I will provide you with github pull request and the logs of a failed build step in a LUCI build associated with that change.
189-
190-
Your task is:
191-
192-
1. Identify the specific test or command that failed.
193-
194-
2. Extract the error message or crash log.
195-
196-
3. Explain the most likely root cause in simple terms.
197-
198-
4. Suggest a potential fix if possible.
199-
200-
${githubUrl != null && githubUrl.isNotEmpty ? 'Link to GitHub Pull Request: $githubUrl' : ''}
201-
202-
>>>>>>> 09253ff1 (implemented `analyze_logs` api)
203184
Links to Logs: ${stdoutLogs.join('\n')}
204185
''';
205186

0 commit comments

Comments
 (0)