Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: adaptor wheel override #162

Merged

Conversation

AuxinJeron
Copy link
Contributor

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.

@AuxinJeron AuxinJeron requested a review from a team as a code owner June 28, 2024 06:54
@AuxinJeron AuxinJeron force-pushed the fix-adaptor-wheel-override branch from ee90a35 to 159ed84 Compare June 28, 2024 16:51
@AuxinJeron AuxinJeron merged commit 4ef10ce into aws-deadline:mainline Jul 1, 2024
9 checks passed
github-actions bot pushed a commit to Ahuge/deadline-cloud-for-maya that referenced this pull request Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants