To run the node e2e tests remotely against one or more hosts on gce:
$ go run run_remote.go --v 2 --ssh-env gce --hosts <comma separated hosts>
To run the node e2e tests remotely against one or more images on gce and provision them:
$ go run run_remote.go --v 2 --project <project> --zone <zone> --ssh-env gce --images <comma separated images>