summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/bisect-builds.py2
-rw-r--r--tools/valgrind/regrind.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/bisect-builds.py b/tools/bisect-builds.py
index 148e26e..f214529 100755
--- a/tools/bisect-builds.py
+++ b/tools/bisect-builds.py
@@ -38,7 +38,7 @@ BUILD_EXE_NAME = ''
BUILD_VIEWVC_URL = 'http://src.chromium.org/viewvc/chrome?view=rev&revision=%d'
# Changelogs URL
-CHANGELOG_URL = 'http://build.chromium.org/buildbot/' \
+CHANGELOG_URL = 'http://build.chromium.org/f/chromium/' \
'perf/dashboard/ui/changelog.html?url=/trunk/src&range=%d:%d'
###############################################################################
diff --git a/tools/valgrind/regrind.sh b/tools/valgrind/regrind.sh
index 72dae3e..557a6e8 100644
--- a/tools/valgrind/regrind.sh
+++ b/tools/valgrind/regrind.sh
@@ -10,7 +10,7 @@
# TODO: extend script to handle more kinds of errors and more tests
# where the valgrind layout bot results live
-LAYOUT_URL="http://build.chromium.org/buildbot/waterfall/builders/Webkit%20Linux%20(valgrind%20layout)"
+LAYOUT_URL="http://build.chromium.org/p/chromium.memory/builders/Webkit%20Linux%20(valgrind%20layout)"
# how many builds back to check
LAYOUT_COUNT=250