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

Bug: host requirements do not populate from job template in deadline bundle gui-submit #584

Open
joel-wong-aws opened this issue Jan 31, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@joel-wong-aws
Copy link
Contributor

Describe the bug

Currently, when running deadline bundle gui-submit, host requirements will not auto-populate. This will leave the host requirements as "run on all worker hosts" even though it will only run on certain hosts.

Expected Behaviour

The host requirements are pre-filled from the job template.

  • If there is only one step in the job template, the host requirements GUI host requirements matches the host requirements in the single step
  • If there are multiple steps in the job template and all host requirements are the same, then the GUI matches the host requirements in the template
  • If there are multiple steps in the job template and there are different host requirements in the template, then the host properties GUI is deactivated.

Current Behaviour

The host requirements tab always lists "run on all worker hosts".

Reproduction Steps

  1. Create a job template with a single step and host requirements for that step
  2. Run deadline bundle gui-submit on that job.
  3. The host requirements list "run on all worker hosts"

Environment

At minimum:

  1. Operating system (e.g. Windows Server 2022; Amazon Linux 2023; etc.): Affects all OSes
  2. Output of python3 --version: Affects all python versions
  3. Output of deadline --version: deadline, version 0.49.5
  4. If this is from a version installed by the Deadline Cloud Submitter installer, then what version of the submitter installer? N/A

Please share other details about your environment that you think might be relevant to reproducing the bug.

@joel-wong-aws joel-wong-aws added bug Something isn't working needs triage A new report that needs a first look and removed needs triage A new report that needs a first look labels Jan 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant