[GODRIVER-2957] Investigate Creating a CI CLI Created: 25/Aug/23 Updated: 28/Aug/23 |
|
| Status: | Backlog |
| Project: | Go Driver |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Improvement | Priority: | Unknown |
| Reporter: | Preston Vasquez | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | greenerbuild | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Description |
|
It would be convenient to have a Go CLI that is used to run tasks in the evergreen config. This would allow the team to more accessibly execute tests within spawn hosts. Functionally, the tasks would be written as scripts in a file such as testdata/bin/run-some-script.sh which would then reference the Go CLI, if needed. See the fuzz example from the mongohouse repository for inspiration. |