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

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: fix chromium.fyi.json Created 4 years, 4 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
« no previous file with comments | « testing/buildbot/chromium.fyi.json ('k') | testing/buildbot/gn_isolate_map.pyl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/buildbot/chromium.win.json
diff --git a/testing/buildbot/chromium.win.json b/testing/buildbot/chromium.win.json
index 9cd38f865e19ef86622b53542d792edb81d77806..d4eab83709de612e5fd54b1fe1ed7233ae13cb9d 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"
},
{
@@ -659,6 +665,12 @@
"swarming": {
"can_use_on_swarming_builders": true
},
+ "test": "disable_outdated_build_detector_unittests"
+ },
+ {
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
"test": "display_unittests"
},
{
@@ -1101,6 +1113,12 @@
"swarming": {
"can_use_on_swarming_builders": true
},
+ "test": "disable_outdated_build_detector_unittests"
+ },
+ {
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
"test": "display_unittests"
},
{
@@ -1559,6 +1577,12 @@
"swarming": {
"can_use_on_swarming_builders": true
},
+ "test": "disable_outdated_build_detector_unittests"
+ },
+ {
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
"test": "events_unittests"
},
{
« no previous file with comments | « testing/buildbot/chromium.fyi.json ('k') | testing/buildbot/gn_isolate_map.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698