[autoroll] Fix regexes for Chrome PGO rollers

Bug: skia:10212
Change-Id: Ia7e6ba24b4a2c646d2d985fed9fcb4c1e2a34068
Reviewed-on: https://skia-review.googlesource.com/c/buildbot/+/290765
Reviewed-by: Ravi Mistry <rmistry@google.com>
Commit-Queue: Eric Boren <borenet@google.com>
diff --git a/autoroll/config/pgo-mac-chromium.json b/autoroll/config/pgo-mac-chromium.json
index 7738319..c635a47 100644
--- a/autoroll/config/pgo-mac-chromium.json
+++ b/autoroll/config/pgo-mac-chromium.json
@@ -37,7 +37,7 @@
     "parentBranch": "master",
     "parentRepo": "https://chromium.googlesource.com/chromium/src.git",
     "versionFile": "chrome/build/mac.pgo.txt",
-    "versionRegex": "^chrome-mac-master-(\\d+)-\\.+.profdata$"
+    "versionRegex": "^chrome-mac-master-(\\d+)-.+\\.profdata$"
   },
   "kubernetes": {
     "cpu": "1",
diff --git a/autoroll/config/pgo-win32-chromium.json b/autoroll/config/pgo-win32-chromium.json
index 876d456..4d27165 100644
--- a/autoroll/config/pgo-win32-chromium.json
+++ b/autoroll/config/pgo-win32-chromium.json
@@ -37,7 +37,7 @@
     "parentBranch": "master",
     "parentRepo": "https://chromium.googlesource.com/chromium/src.git",
     "versionFile": "chrome/build/win32.pgo.txt",
-    "versionRegex": "^chrome-win32-master-(\\d+)-\\.+.profdata$"
+    "versionRegex": "^chrome-win32-master-(\\d+)-.+\\.profdata$"
   },
   "kubernetes": {
     "cpu": "1",
diff --git a/autoroll/config/pgo-win64-chromium.json b/autoroll/config/pgo-win64-chromium.json
index 7908401..d96e2e7 100644
--- a/autoroll/config/pgo-win64-chromium.json
+++ b/autoroll/config/pgo-win64-chromium.json
@@ -37,7 +37,7 @@
     "parentBranch": "master",
     "parentRepo": "https://chromium.googlesource.com/chromium/src.git",
     "versionFile": "chrome/build/win64.pgo.txt",
-    "versionRegex": "^chrome-win64-master-(\\d+)-\\.+.profdata$"
+    "versionRegex": "^chrome-win64-master-(\\d+)-.+\\.profdata$"
   },
   "kubernetes": {
     "cpu": "1",