generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
The openjd summary command fails to summarize job templates that require job parameter values to resolve:
Expected Behaviour
Here is approximately the output I expect with blender_render from deadline-cloud-samples:
$ openjd summary blender_render/template.yaml
--- Summary for 'Blender Render' ---
Parameters:
- BlenderSceneFile (PATH)
- Frames (STRING): 1-10
- OutputDir (PATH): C:\Dev\deadline-cloud-samples\job_bundles\blender_render\output
- OutputPattern (STRING): output_####
- Format (STRING): JPEG
- CondaPackages (STRING): blender
- RezPackages (STRING): blender
Total steps: 1
Total tasks: 10
Total environments: 0
--- Steps in 'Blender Render' ---
1. 'RenderBlender' (10 total Tasks)
Task parameters:
- Frame (INT)
Current Behaviour
Here is the output I see with blender_render from deadline-cloud-samples:
$ openjd summary blender_render/template.yaml
ERROR generating Job: Values missing for required job parameters: BlenderSceneFile
Reproduction Steps
Run the command as shown.
Environment
At minimum:
- Operating system (e.g. Windows Server 2022; Amazon Linux 2023; etc.)
- Output of
python3 --version - Version of your openjd-cli package (see:
pip show openjd-cli):
Please share other details about your environment that you think might be relevant to reproducing the bug.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working