Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(433)

Unified Diff: tools/valgrind/waterfall.sh

Issue 2193923002: Update the remaining chromium references to memory.fyi. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkcr
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/valgrind/scan-build.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/waterfall.sh
diff --git a/tools/valgrind/waterfall.sh b/tools/valgrind/waterfall.sh
index 8bb90028b7fcb565be6c61b689722eef182727e6..51c5b2837d0058372661f68d8d49a098af13a9e7 100755
--- a/tools/valgrind/waterfall.sh
+++ b/tools/valgrind/waterfall.sh
@@ -13,7 +13,7 @@ set -e
THISDIR=$(dirname "${0}")
LOGS_DIR=$THISDIR/waterfall.tmp
WATERFALL_PAGE="https://build.chromium.org/p/chromium.memory/builders"
-WATERFALL_FYI_PAGE="https://build.chromium.org/p/chromium.memory.fyi/builders"
+WATERFALL_FULL_PAGE="https://build.chromium.org/p/chromium.memory.full/builders"
download() {
# Download a file.
@@ -228,10 +228,10 @@ fi
if [ "$CMD" = "fetch" ]; then
echo "Fetching $NUMBUILDS builds"
fetch_logs "$WATERFALL_PAGE"
- fetch_logs "$WATERFALL_FYI_PAGE"
+ fetch_logs "$WATERFALL_FULL_PAGE"
elif [ "$CMD" = "fetch_layout" ]; then
echo "Fetching $NUMBUILDS builds"
- fetch_logs "$WATERFALL_FYI_PAGE" layout_only
+ fetch_logs "$WATERFALL_FULL_PAGE" layout_only
elif [ "$CMD" = "match" ]; then
match_suppressions $@
match_gtest_excludes
« no previous file with comments | « tools/valgrind/scan-build.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698