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

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

Issue 2327543002: chromium_tests: add an option to disable deapplying patch on some trybots (Closed)
Patch Set: rebase Created 4 years, 3 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 c99b003f736c94ad8933a1f305f3504373540069..d74c1e958b43be8e98916307e041c99d27bf9237 100644
--- a/scripts/slave/recipes/chromium_trybot.py
+++ b/scripts/slave/recipes/chromium_trybot.py
@@ -736,3 +736,19 @@ def GenTests(api):
api.override_step_data('webkit_tests (without patch)',
api.test_utils.canned_test_output(passing=True, minimal=True))
)
+
+ yield (
+ api.test('dont_deapply_patch') +
+ props(mastername='tryserver.chromium.mac',
+ buildername='mac_optional_gpu_tests_rel') +
+ api.platform.name('mac') +
+ api.override_step_data(
+ 'read test spec (chromium.gpu.fyi.json)',
+ api.json.output({
+ 'Optional Mac Retina Release': {
+ 'gtest_tests': ['base_unittests'],
+ },
+ })
+ ) +
+ suppress_analyze()
+ )

Powered by Google App Engine
This is Rietveld 408576698