aws-deadline / deadline-cloud-for-maya

AWS Deadline Cloud for Maya
Apache License 2.0
11 stars 10 forks source link

fix: adaptor wheel override #162

Closed AuxinJeron closed 1 month ago

AuxinJeron commented 2 months ago

What was the problem/requirement? (What/Why)

The adaptor wheel override was broken by a change in deadline-cloud which made it so that PATH Job Parameter defaults can't be absolute paths. The way the adaptor wheel directory was being added to the template was by adding in a new job parameter with a default value of what was specified by the user. This would result in an error like below on submission:

What was the solution? (How)

Remove the setting of the default value of the AdaptorWheel Job Parameter and instead set it when the other Job Parameters.

What is the impact of this change?

The adaptor wheel override works again

How was this change tested?

Tested with and without the adaptor wheel override set and verified in the jobs that were run that the adaptors were overridden or not.

Was this change documented?

No

Is this a breaking change?

No


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.