-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
launch_shell_job
: Move computer
to top-level of metadata
The `metadata` passed to the `launch_shell_job` is just supposed to expose the same input of the `ShellJob` and essentially forward it. However, the `computer` input was expected to be passed nested inside the `options` namespace, even though it is defined as a top-level metadata input. This makes the inputs for `launch_shell_job` dfifferent from the `ShellJob` causing unnecessary confusion. The `computer` input should now be specified as a top-level metadata input for the `launch_shell_job` wrapper as well.
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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