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

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

Issue 1895503002: Delete android_amp trybot. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: 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_trybot.py
diff --git a/scripts/slave/recipes/chromium_trybot.py b/scripts/slave/recipes/chromium_trybot.py
index e35c54a503946499bae82fa233d0bbe58bebd39b..efc0831e0a19748c40018bd4f7b693f0d164c8c7 100644
--- a/scripts/slave/recipes/chromium_trybot.py
+++ b/scripts/slave/recipes/chromium_trybot.py
@@ -7,7 +7,6 @@ import collections
from recipe_engine.types import freeze
DEPS = [
- 'amp',
'depot_tools/bot_update',
'chromium',
'chromium_android',
@@ -470,16 +469,6 @@ def GenTests(api):
)
yield (
- api.test('amp_test_failure') +
- props(buildername='android_amp',
- mastername='tryserver.chromium.android') +
- api.platform.name('linux') +
- suppress_analyze() +
- api.override_step_data('[collect] base_unittests (with patch)',
- canned_test(passing=False), retcode=1)
- )
-
- yield (
api.test('compile_failure_without_patch_deapply_fn') +
props() +
api.platform.name('linux') +

Powered by Google App Engine
This is Rietveld 408576698