-
Notifications
You must be signed in to change notification settings - Fork 17
Separate image building and benchmarking in GHA #855
Copy link
Copy link
Closed
Labels
D3-choretasks that need to be completed but don’t provide any additional features/functionalitytasks that need to be completed but don’t provide any additional features/functionalityI3-highshould be completed within 5 working daysshould be completed within 5 working days
Description
Context
we have a big single step for building the benchmark image and executing the benchmarks on the remote machine, see benchmark-runtime-weights.yml
To increase flexibility, we'd like to:
- add a boolean input parameter to decide if we should build a docker image, or pull it directly from the hub. (Default = build)
- split it into two jobs so that we can restart failed jobs only without starting everything from scratch
✔️ Please set appropriate labels and assignees if applicable.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
D3-choretasks that need to be completed but don’t provide any additional features/functionalitytasks that need to be completed but don’t provide any additional features/functionalityI3-highshould be completed within 5 working daysshould be completed within 5 working days