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

Unified Diff: scripts/slave/recipes/gpu/build_and_upload.py

Issue 919113002: Removed tryserver.chromium.gpu and related references (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Rebase Created 5 years, 10 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/gpu/build_and_upload.py
diff --git a/scripts/slave/recipes/gpu/build_and_upload.py b/scripts/slave/recipes/gpu/build_and_upload.py
index 8185a8443b893db353c7935353943be691bbd63a..88125e1a2b0c2ed3ba6d6aa1225ded2dfb6b31d6 100644
--- a/scripts/slave/recipes/gpu/build_and_upload.py
+++ b/scripts/slave/recipes/gpu/build_and_upload.py
@@ -55,8 +55,8 @@ def GenTests(api):
yield (
api.test('compile_with_patch_fail') +
api.properties.tryserver(
- mastername='tryserver.chromium.gpu',
- buildername='win_gpu') +
+ mastername='tryserver.chromium.win',
+ buildername='win_chromium_rel_ng') +
api.override_step_data('analyze', api.gpu.analyze_builds_everything) +
api.step_data('compile (with patch)', retcode=1) +
api.platform.name('win')
@@ -65,8 +65,8 @@ def GenTests(api):
yield (
api.test('compile_without_patch_fail') +
api.properties.tryserver(
- mastername='tryserver.chromium.gpu',
- buildername='win_gpu') +
+ mastername='tryserver.chromium.win',
+ buildername='win_chromium_rel_ng') +
api.override_step_data('analyze', api.gpu.analyze_builds_everything) +
api.step_data('compile (with patch)', retcode=1) +
api.step_data('compile (without patch)', retcode=1) +
@@ -88,8 +88,8 @@ def GenTests(api):
yield (
api.test('analyze_builds_nothing') +
api.properties.tryserver(
- mastername='tryserver.chromium.gpu',
- buildername='win_gpu') +
+ mastername='tryserver.chromium.win',
+ buildername='win_chromium_rel_ng') +
api.override_step_data(
'analyze',
api.gpu.analyze_builds_nothing)
@@ -100,8 +100,8 @@ def GenTests(api):
yield (
api.test('analyze_builds_only_gpu_unittests') +
api.properties.tryserver(
- mastername='tryserver.chromium.gpu',
- buildername='win_gpu') +
+ mastername='tryserver.chromium.win',
+ buildername='win_chromium_rel_ng') +
api.override_step_data(
'analyze',
api.gpu.analyze_builds_gpu_unittests)

Powered by Google App Engine
This is Rietveld 408576698