Handle failing pipelines #93

Open
opened 2025-04-23 06:57:46 +00:00 by Jmaa · 0 comments
Owner

Intention behind this feature is to enable automatic resolution of failing pipelines.

Extend the program such that it can:

  • Download all failing pipelines from a pull request it is working on.
  • Only download pipeline for the pull request it has itself pushed changes to.
  • Invoke aider to solve the specific pipeline issue. Include enough context for the model to efficiently identify the location in the source code. My guess is that the last hundred lines of the log is enough.

This will probably result in the tool running in a loop.

Intention behind this feature is to enable automatic resolution of failing pipelines. Extend the program such that it can: - Download all failing pipelines from a pull request it is working on. - **Only** download pipeline for the pull request it has itself pushed changes to. - Invoke aider to solve the specific pipeline issue. Include enough context for the model to efficiently identify the location in the source code. My guess is that the last hundred lines of the log is enough. This will probably result in the tool running in a loop.
Jmaa added the
aider
label 2025-04-23 06:57:51 +00:00
Jmaa removed the
aider
label 2025-04-23 18:33:09 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Jmaa/aider-gitea#93
No description provided.