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

Unified Diff: scripts/slave/recipes/chromium.py

Issue 2010953002: Change chromium.memory.fyi to chromium.memory.full (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Fix file names as well Created 4 years, 7 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
Index: scripts/slave/recipes/chromium.py
diff --git a/scripts/slave/recipes/chromium.py b/scripts/slave/recipes/chromium.py
index 07075b5cc6e45ca99e98a07450138e8b4d714b7c..741c82605e60f86d4388685dcb19ea8f4736d4f9 100644
--- a/scripts/slave/recipes/chromium.py
+++ b/scripts/slave/recipes/chromium.py
@@ -842,7 +842,7 @@ def GenTests(api):
yield (
api.test('tsan') +
- api.properties.generic(mastername='chromium.memory.fyi',
+ api.properties.generic(mastername='chromium.memory.full',
buildername='Linux TSan Tests',
parent_buildername='Chromium Linux TSan Builder') +
api.platform('linux', 64) +
@@ -856,7 +856,7 @@ def GenTests(api):
yield (
api.test('msan') +
- api.properties.generic(mastername='chromium.memory.fyi',
+ api.properties.generic(mastername='chromium.memory.full',
buildername='Linux MSan Tests',
parent_buildername='Chromium Linux MSan Builder') +
api.platform('linux', 64) +

Powered by Google App Engine
This is Rietveld 408576698