Note that the failed builder is still expected: As you can see both builders are failing on "sink not found", which is unrelated to the script (and an improvement from the previous state).
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
key_path = os.path.expanduser('~/.ssh/id_ed25519')
ssh_command = [I think this is not necessary since you are connecting from a linux host to the sender (may be mac or windows). So this command itself is always running on linux.
It's definitely not wrong though.
send_ssh_command(args.sender, args.username, download_commands,QQ, does it mean that even on windows, the sender still has the ssh-server installed?
Another question is that do you plan to manage these senders via puppet as well?
cleanup_command = (Nit, I think the pattern of SENDER_CHROMEDRIVER_CHECK_CMD is more readable 👍
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |