so I was stuggling to pick through to how to remot...
# announce
l
so I was stuggling to pick through to how to remote this from my shell
h
In general, local V2 and remote V2 behave the same now, thanks to Daniel making a change to where V2's workdir is. Main difference is OS differences like which gcc is used I always start by running
./pants --no-v1 --v2 test
to see if I can repro
If not, see https://www.pantsbuild.org/howto_develop.html#running-tests for how to use RBE. We can add your account to gcloud if you’d like
l
ah, I didn't see that wiki page. I was just picking through the scripts. It was not so much access to gcloud, I think, as not having experience with the various v1/v2 flags.
that page is a useful tip
h
That’s how I was before this remoting project - had no experience with V2. It brings two really nice benefits Fousrsquare may appreciate for Pytest: 1) More robust / sane caching 2) Per-target interpreter constraints, meaning that in one single invocation you can have a Py2-only target run at the same time as a Py3-only target. Super useful during migrations