RFC: fix: require Linux fleets when using the deadline-cloud conda channel - #419
Draft
crowecawcaw wants to merge 1 commit into
Draft
RFC: fix: require Linux fleets when using the deadline-cloud conda channel#419crowecawcaw wants to merge 1 commit into
crowecawcaw wants to merge 1 commit into
Conversation
The service-managed deadline-cloud conda channel only ships Maya packages built for Linux. When a job's CondaChannels parameter is exactly "deadline-cloud", inject an attr.worker.os.family=linux host requirement into every step so the job is not scheduled onto Windows fleets that cannot provide the package. Jobs using custom channels (which may carry Windows packages) are left untouched.
crowecawcaw
marked this pull request as draft
June 9, 2026 20:44
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What was the problem/requirement? (What/Why)
If a job from this submitter is created in a queue with both Windows and Linux SMF fleets, it will be picked up by the Windows fleets even though SMF doesn't have a Windows Maya conda package in the service managed channel.
What was the solution? (How)
Add a host requirement for Linux if the job is only using the Deadline-managed conda channel. That way, the job will only match to the Linux fleet. But if someone has a custom channel, we support custom Windows Maya conda packages.
What is the impact of this change?
How was this change tested?
Not tested! I don't have Maya installed. Needs testing.
Integ test result
None
Installer test result
None
Did you run the "Job Bundle Output Tests"? If not, why not? If so, paste the test results here.
No
Was this change documented?
n/a
Did you modify schema files?
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.