Skip to content

Commit

Permalink
Address comments for updating template description and update expecte…
Browse files Browse the repository at this point in the history
…d job bundle output

Signed-off-by: Haejung Choi <[email protected]>
  • Loading branch information
Haejung Choi committed Sep 19, 2024
1 parent e67b8da commit f656ae7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
14 changes: 3 additions & 11 deletions job_bundle_output_tests/ocio/expected_job_bundle/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ parameterDefinitions:
type: PATH
objectType: FILE
dataFlow: IN
description: The directory containing OCIO config files used by this job.
description: The OCIO config file used by this job.
- name: Frames
type: STRING
description: The frames to render. E.g. 1-3,8,11-15
Expand Down Expand Up @@ -133,13 +133,5 @@ steps:
timeout: 518400
jobEnvironments:
- name: Add OCIO Path to Environment Variable
script:
actions:
onEnter:
command: '{{Env.File.Enter}}'
embeddedFiles:
- name: Enter
type: TEXT
runnable: true
data: "#!/bin/bash\n echo 'openjd_env: OCIO={{Param.OCIOConfigPath}}'\n \
\ "
variables:
OCIO: '{{Param.OCIOConfigPath}}'
2 changes: 1 addition & 1 deletion src/deadline/nuke_submitter/default_nuke_job_template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ parameterDefinitions:
type: PATH
objectType: FILE
dataFlow: IN
description: The directory containing OCIO config files used by this job.
description: The OCIO config file used by this job.
- name: Frames
type: STRING
description: The frames to render. E.g. 1-3,8,11-15
Expand Down

0 comments on commit f656ae7

Please sign in to comment.