blob: 39adeedbfed8029e6599a06b329c855b1c9eb0c2 [file]
#!/bin/bash
# Sets up an SSH port forwarding from localhost:9090 to skia-tracedb:10000,
# which is where the traceserver for Gold traces should be listening.
gcloud compute ssh default@skia-tracedb --zone=us-central1-c --ssh-flag="-L 9090:localhost:10000"