-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Alex Gerveshi <15710060+agerveshi@users.noreply.github.com>
- Loading branch information
Showing
5 changed files
with
13 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 8 additions & 12 deletions
20
job_bundle_output_tests/ocio/expected_job_bundle/parameter_values.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,15 @@ | ||
parameterValues: | ||
- name: deadline:priority | ||
value: 50 | ||
- name: deadline:targetTaskRunStatus | ||
value: READY | ||
- name: deadline:maxFailedTasksCount | ||
value: 100 | ||
- name: deadline:maxRetriesPerTask | ||
value: 5 | ||
- name: Frames | ||
value: 1-100 | ||
- name: NukeScriptFile | ||
value: /normalized/job/bundle/dir/ocio.nk | ||
- name: ProxyMode | ||
value: 'false' | ||
- name: NukeVersion | ||
value: 14.0v5 | ||
- name: RezPackages | ||
value: nuke-13 deadline_cloud_for_nuke | ||
- name: deadline:targetTaskRunStatus | ||
value: READY | ||
- name: deadline:maxFailedTasksCount | ||
value: 20 | ||
- name: deadline:maxRetriesPerTask | ||
value: 5 | ||
- name: deadline:priority | ||
value: 50 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,5 +6,4 @@ pytest-xdist ~= 3.3 | |
twine ~= 4.0 | ||
mypy ~= 1.5 | ||
black ~= 23.7 | ||
ruff ~= 0.0.287 | ||
types-PyYAML ~= 6.0.12 | ||
ruff ~= 0.0.287 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters