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

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

Issue 1901883004: Move Android Nexus 9 GPU bot to chromium.gpu.fyi waterfall. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Fixed master specification for N9 bot. Created 4 years, 8 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.gpu.recipe_autogen.py
diff --git a/scripts/slave/recipes/chromium.gpu.recipe_autogen.py b/scripts/slave/recipes/chromium.gpu.recipe_autogen.py
index 3a8f16e185f4ad0a010841d512343fd7556db405..e2b7105e060e26c34d652df73fa0144ad01b30d6 100644
--- a/scripts/slave/recipes/chromium.gpu.recipe_autogen.py
+++ b/scripts/slave/recipes/chromium.gpu.recipe_autogen.py
@@ -129,7 +129,7 @@ def RunSteps(api):
def GenTests(api):
yield (api.test('Android_Debug__Nexus_9_') +
- api.properties(mastername='chromium.gpu') +
+ api.properties(mastername='chromium.gpu.fyi') +
api.properties(buildername='Android Debug (Nexus 9)') +
api.properties(slavename='TestSlave')
)

Powered by Google App Engine
This is Rietveld 408576698