Refactor pipeline utilities
The same snippets of code are ubiquitous for several repeated use cases. Clean these up, test them, and centralize them.
Common examples:
- Creating a Pipeline
- Seeking the Pipeline
- Executing the Pipeline
Maintenance will be performed on git.ligo.org, containers.ligo.org, and docs.ligo.org on Tuesday 17 June 2025 starting at approximately 9am PDT. It is expected to take around 30 minutes and there will be several periods of downtime throughout the maintenance. Please address any comments, concerns, or questions to the helpdesk.
The same snippets of code are ubiquitous for several repeated use cases. Clean these up, test them, and centralize them.
Common examples: