Skip to content

Commit

Permalink
Fix urls in spanner configs
Browse files Browse the repository at this point in the history
- The urls need to match the registered host names for the instances.

Change-Id: If9f7e5ceb8549c995d8885f9f9134ba1e19d1129
Reviewed-on: https://skia-review.googlesource.com/c/buildbot/+/934886
Commit-Queue: Ashwin Verleker <[email protected]>
Auto-Submit: Ashwin Verleker <[email protected]>
Reviewed-by: Farid (Mojtaba) Faridzad <[email protected]>
Commit-Queue: Farid (Mojtaba) Faridzad <[email protected]>
  • Loading branch information
Ashwin Verleker authored and SkCQ committed Jan 4, 2025
1 parent f131785 commit 783200f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion perf/configs/spanner/android2.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"URL": "https://androidx2-perf-spanner.skia.org",
"URL": "https://androidx2-perf.skia.org",
"contact": "http://go/androidx-discuss",
"feedback_url": "https://issuetracker.google.com/issues/new?component=1547614&template=1970127",
"trace_sample_proportion": 0.2,
Expand Down
2 changes: 1 addition & 1 deletion perf/configs/spanner/emscripten.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"URL": "https://emscripten-perf-spanner.luci.app",
"URL": "https://emscripten-perf.luci.app",
"contact": "https://github.com/emscripten-core/emscripten/issues",
"feedback_url": "https://issuetracker.google.com/issues/new?component=1547614&template=1970127",
"trace_sample_proportion": 0.01,
Expand Down
2 changes: 1 addition & 1 deletion perf/configs/spanner/skia-public.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"URL": "https://perf-spanner.skia.org",
"URL": "https://perf.skia.org",
"allowed_hosts": [
"status.skia.org"
],
Expand Down

0 comments on commit 783200f

Please sign in to comment.