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

Unified Diff: content/test/gpu/generate_buildbot_json.py

Issue 1996153002: Reset the swarming priority of the ANGLE dEQP tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | « no previous file | testing/buildbot/chromium.gpu.fyi.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/gpu/generate_buildbot_json.py
diff --git a/content/test/gpu/generate_buildbot_json.py b/content/test/gpu/generate_buildbot_json.py
index 800f2359bab706cefff693b7891fc55af45c25cc..d4eba8dc90eb5985d907c4ff0d003d9bed16fd4b 100755
--- a/content/test/gpu/generate_buildbot_json.py
+++ b/content/test/gpu/generate_buildbot_json.py
@@ -560,8 +560,6 @@ COMMON_GTESTS = {
],
'swarming': {
'shards': 4,
- 'priority_adjustment': 'lower',
- 'expiration': 7200
}
},
@@ -589,8 +587,6 @@ COMMON_GTESTS = {
],
'swarming': {
'shards': 12,
- 'priority_adjustment': 'lower',
- 'expiration': 7200
}
},
« no previous file with comments | « no previous file | testing/buildbot/chromium.gpu.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698