Skip to content

export_results: use native scp

clayton craft requested to merge craftyguy/mesa_ci:use_native_scp into master

The scpclient and paramiko libs do not use ~/.ssh/config (or appear to have any way of specifying one), and it seems like using a config would require implementing reading/using of the config by hand. This changes the exporter to call scp using subprocess.

Merge request reports