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!: use keyshot-openjd in submitter #146

Merged
merged 1 commit into from
Dec 11, 2024

Conversation

joel-wong-aws
Copy link
Contributor

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

We currently use KeyshotAdaptor as the entry point to running Keyshot on Windows by default. The KeyshotAdaptor entry point is deprecated in favour of keyshot-openjd (code link)

What was the solution? (How)

Updated the template to use keyshot-openjd instead of KeyshotAdaptor

What is the impact of this change?

Removal of deprecated code.

How was this change tested?

Submitted a job against an updated Keyshot Conda package which supported keyshot-openjd. Confirmed that the job ran successfully.

Also ran hatch clean && hatch build && hatch run fmt && hatch run lint && hatch run test

Was this change documented?

No, N/A

Is this a breaking change?

Yes. This uses a different entry point to the Keyshot adaptor than previous revisions. If customers wish to continue to use KeyshotAdaptor, they can update references to keyshot-openjd in Submit to AWS Deadline Cloud back to KeyShotAdaptor.


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

@joel-wong-aws joel-wong-aws marked this pull request as ready for review December 11, 2024 00:58
@joel-wong-aws joel-wong-aws requested a review from a team as a code owner December 11, 2024 00:58
@joel-wong-aws joel-wong-aws enabled auto-merge (squash) December 11, 2024 01:05
@joel-wong-aws joel-wong-aws enabled auto-merge (squash) December 11, 2024 16:36
@joel-wong-aws joel-wong-aws merged commit 11286d7 into aws-deadline:mainline Dec 11, 2024
13 checks passed
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