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: verify Deadline Cloud render node input exists before submitting #137

Merged

Conversation

joel-wong-aws
Copy link
Contributor

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

If the Deadline Cloud ROP does not have an input ROP, then submission of a job will first hash and upload all the files for the job, then attempt to submit the job, then get a confusing error message related to missing steps.

What was the solution? (How)

The error is caused by missing an input ROP, but the the message is confusing. Added verification that there is an input ROP at the start of the submission.

What is the impact of this change?

Easier onboarding for customers

How was this change tested?

  1. Created a simple render with spheres, light, and camera
  2. Created a Mantra ROP
  3. Created a Deadline Cloud ROP, but did not connect it to the Mantra ROP
  4. Click "Submit" in the Deadline ROP

Before:
image

After:
image

Was this change documented?

No, not necessary

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.

@joel-wong-aws joel-wong-aws requested a review from a team as a code owner May 1, 2024 19:33
Copy link
Contributor

@lucaseck lucaseck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Joel!

Signed-off-by: Joel Wong <127782171+joel-wong-aws@users.noreply.github.com>
@epmog epmog force-pushed the wonjoel/verify_input_rop branch from 4413175 to a047c89 Compare May 1, 2024 22:36
@epmog epmog merged commit 4154518 into aws-deadline:mainline May 1, 2024
9 checks passed
@joel-wong-aws joel-wong-aws deleted the wonjoel/verify_input_rop branch May 2, 2024 16:20
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