Skip to content

Conversation

@giovannipizzi
Copy link
Member

Now launch_shell_job allows to optionally set monitors which are simply passed to the underlying builder.

Also, I am slighly adapting tests to ensure they can also run on a default MacOS machine (where default paths for common bash commands are a bit different, as well as the behaviour of some commands, such as the available flags of the date command...)

Now launch_shell_job allows to optionally set monitors
which are simply passed to the underlying builder.

Also, I am slighly adapting tests to ensure they can also run on
a default MacOS machine (where default paths for common bash
commands are a bit different, as well as the behaviour of some
commands, such as the available flags of the `date` command...)
Copy link

@GeigerJ2 GeigerJ2 left a comment

Choose a reason for hiding this comment

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

Just a minor comment, already approving now :)

metadata: dict[str, t.Any] | None = None,
submit: bool = False,
resolve_command: bool = True,
monitors: dict[str, Data] | None = None,

Choose a reason for hiding this comment

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

This should be Dict, no?

Suggested change
monitors: dict[str, Data] | None = None,
monitors: dict[str, Dict] | None = None,

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.

2 participants