Switch GPU Gold heuristic
Switches the heuristic that GPU Gold tests use to determine if they're running on a workstation or not. Previously, it checked for the presence of a git repository, but is now checking for the presence of the SWARMING_SERVER environment variable. This is the heuristic that will be used in other test types as they get switched to use Gold. Also removes the RunInChromiumSrc context manager that was being used to run the git commands, as it's simpler to just pass cwd to subprocess. Change-Id: If1b2fdf2ebda355319359d80017b25e24bb07d0e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2033637Reviewed-by:Yuly Novikov <ynovikov@chromium.org> Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#737528}
Showing
Please register or sign in to comment