[perf] Each instance should use a different dir for their git repo.

This avoids conflicts when running locally.

Change-Id: I83e96f8ef69f0fbb1a92f0b83c27099796a5899a
Reviewed-on: https://skia-review.googlesource.com/c/buildbot/+/304116
Reviewed-by: Joe Gregorio <jcgregorio@google.com>
diff --git a/perf/configs/android-prod.json b/perf/configs/android-prod.json
index dfeaf6c..37c8a6c 100644
--- a/perf/configs/android-prod.json
+++ b/perf/configs/android-prod.json
@@ -24,7 +24,7 @@
   "git_repo_config": {
     "git_auth_type": "gerrit",
     "url": "https://skia.googlesource.com/perf-buildid/android-master",
-    "dir": "/tmp/repo",
+    "dir": "/tmp/android",
     "debounce_commit_url": true
   }
 }
diff --git a/perf/configs/android-x.json b/perf/configs/android-x.json
index 3a591ca..c0eaf76 100644
--- a/perf/configs/android-x.json
+++ b/perf/configs/android-x.json
@@ -25,7 +25,7 @@
   "git_repo_config": {
     "git_auth_type": "gerrit",
     "url": "https://skia.googlesource.com/perf-buildid/android-master",
-    "dir": "/tmp/repo",
+    "dir": "/tmp/androidx",
     "debounce_commit_url": true
   }
 }
diff --git a/perf/configs/cdb-android-prod.json b/perf/configs/cdb-android-prod.json
index f7e4864..3244574 100644
--- a/perf/configs/cdb-android-prod.json
+++ b/perf/configs/cdb-android-prod.json
@@ -24,7 +24,7 @@
   "git_repo_config": {
     "git_auth_type": "gerrit",
     "url": "https://skia.googlesource.com/perf-buildid/android-master",
-    "dir": "/tmp/repo",
+    "dir": "/tmp/android",
     "debounce_commit_url": true
   }
 }
diff --git a/perf/configs/cdb-android-x.json b/perf/configs/cdb-android-x.json
index e813af4..485cee6 100644
--- a/perf/configs/cdb-android-x.json
+++ b/perf/configs/cdb-android-x.json
@@ -25,7 +25,7 @@
   "git_repo_config": {
     "git_auth_type": "gerrit",
     "url": "https://skia.googlesource.com/perf-buildid/android-master",
-    "dir": "/tmp/repo",
+    "dir": "/tmp/androidx",
     "debounce_commit_url": true
   }
 }
diff --git a/perf/configs/cdb-ct-prod.json b/perf/configs/cdb-ct-prod.json
index 4d4e817..734a16f 100644
--- a/perf/configs/cdb-ct-prod.json
+++ b/perf/configs/cdb-ct-prod.json
@@ -22,7 +22,7 @@
   },
   "git_repo_config": {
     "url": "https://skia.googlesource.com/perf-ct",
-    "dir": "/tmp/repo",
+    "dir": "/tmp/ct",
     "debounce_commit_url": false
   }
 }
diff --git a/perf/configs/cdb-nano.json b/perf/configs/cdb-nano.json
index 9fd6cb8..42dccf3 100644
--- a/perf/configs/cdb-nano.json
+++ b/perf/configs/cdb-nano.json
@@ -26,7 +26,7 @@
   },
   "git_repo_config": {
     "url": "https://skia.googlesource.com/skia",
-    "dir": "/tmp/repo",
+    "dir": "/tmp/skiaperf",
     "debounce_commit_url": false,
     "file_change_marker": "infra/bots/assets/skp/VERSION"
   }
diff --git a/perf/configs/ct-prod.json b/perf/configs/ct-prod.json
index 2cd6d1f..9c4860a 100644
--- a/perf/configs/ct-prod.json
+++ b/perf/configs/ct-prod.json
@@ -22,7 +22,7 @@
   },
   "git_repo_config": {
     "url": "https://skia.googlesource.com/perf-ct",
-    "dir": "/tmp/repo",
+    "dir": "/tmp/ct",
     "debounce_commit_url": false
   }
 }
diff --git a/perf/configs/local.json b/perf/configs/local.json
index ba398ba..b07a60b 100644
--- a/perf/configs/local.json
+++ b/perf/configs/local.json
@@ -1,8 +1,8 @@
 {
   "URL": "https://perf.skia.org",
   "data_store_config": {
-    "datastore_type": "gcp",
-    "connection_string": "/tmp/nano",
+    "datastore_type": "cockroachdb",
+    "connection_string": "postgresql://root@localhost:26257/skia?sslmode=disable",
     "tile_size": 256,
     "project": "skia-public",
     "instance": "production",
@@ -26,7 +26,7 @@
   },
   "git_repo_config": {
     "url": "https://skia.googlesource.com/skia",
-    "dir": "/tmp/skia",
+    "dir": "/tmp/skiaperf",
     "debounce_commit_url": false,
     "file_change_marker": "infra/bots/assets/skp/VERSION"
   }
diff --git a/perf/configs/nano.json b/perf/configs/nano.json
index 11792a0..85941b8 100644
--- a/perf/configs/nano.json
+++ b/perf/configs/nano.json
@@ -26,7 +26,7 @@
   },
   "git_repo_config": {
     "url": "https://skia.googlesource.com/skia",
-    "dir": "/tmp/repo",
+    "dir": "/tmp/skiaperf",
     "debounce_commit_url": false,
     "file_change_marker": "infra/bots/assets/skp/VERSION"
   }