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

Unified Diff: testing/buildbot/chromium.win.json

Issue 2193823002: A tool to disable the outdated build detector for organic installs of Chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: format tweak Created 4 years, 5 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: testing/buildbot/chromium.win.json
diff --git a/testing/buildbot/chromium.win.json b/testing/buildbot/chromium.win.json
index 80c61b9fdc8eb268c2e01420f39b03f1898c97da..4a77fd12a944832342341df07e73465b22d933a3 100644
--- a/testing/buildbot/chromium.win.json
+++ b/testing/buildbot/chromium.win.json
@@ -150,6 +150,12 @@
"swarming": {
"can_use_on_swarming_builders": true
},
+ "test": "disable_outdated_build_detector_unittests"
+ },
+ {
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
"test": "display_unittests"
},
{
@@ -650,6 +656,12 @@
"swarming": {
"can_use_on_swarming_builders": true
},
+ "test": "disable_outdated_build_detector_unittests"
+ },
+ {
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
"test": "display_unittests"
},
{
@@ -1095,6 +1107,12 @@
"swarming": {
"can_use_on_swarming_builders": true
},
+ "test": "disable_outdated_build_detector_unittests"
+ },
+ {
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
"test": "display_unittests"
},
{
@@ -1550,6 +1568,12 @@
"swarming": {
"can_use_on_swarming_builders": true
},
+ "test": "disable_outdated_build_detector_unittests"
+ },
+ {
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
"test": "events_unittests"
},
{

Powered by Google App Engine
This is Rietveld 408576698