SWE bench setup for issue to MR flow
Problem to Solve
Current setup has following issues:-
- It doesn't call GitLab APIs to be able to identify issues with GitLab API tools
- It clones executor manually and passes the executor startup flags. This requires the setup to be updated every time we introduce a new parameter. For example introduction of feature flags in duo workflow service required the updating the setup script
- Even with allowing customisable FF input when running tests, the person triggering the pipeline to have an information of the all the feature flags that need to be passed in the pipeline input.
Desired Outcome
Implementation Plan
Edited by Surabhi Suman