You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resolve run_opts before passing it to the workspace (#755) (#755)
Summary:
Pull Request resolved: #755
We were resolving the default values for runopts during the dryrun call on the scheduler. This made the ops passed to the workspace not have the defaults correctly populated for workspace opts. This change also resolves the runopts in the runner dryrun and scheduler submit apis.
Haven't removed the runopts resolution in scheduler dry run here as a lot of other tests broke with it and it seems reasonable to also have runopts resolved for just the scheduler dryrun. The double resolving of runopts for the runner dryrun and scheduler submit cases shouldnt cause any meaningful differences.
There is a separate question on whether workspace should also be built during scheduler dryrun but that can be a follow up change.
Differential Revision: D48395915
fbshipit-source-id: c076e933fe3b8c64ff1d9a6b68c37815f73ab060
0 commit comments