You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently, create-workload writes basic operations and customer provided operations to the workload.json. The workload.json that gets produced is the most basic workload form. The official workloads on the other hand use directories that house test_procedures and operations. This makes it more organized and extendable.
Describe the solution you'd like
create-workload should produce workloads with structures similar to the official workloads (have directories for test_procedures and operations instead of having everything in workload.json). This will streamline a "best practice" workload structure.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently,
create-workload
writes basic operations and customer provided operations to the workload.json. The workload.json that gets produced is the most basic workload form. The official workloads on the other hand use directories that house test_procedures and operations. This makes it more organized and extendable.Describe the solution you'd like
create-workload
should produce workloads with structures similar to the official workloads (have directories for test_procedures and operations instead of having everything in workload.json). This will streamline a "best practice" workload structure.Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: