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

Unified Diff: tests/swarming_test.py

Issue 40553002: Set the priority in the correct location (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/swarm_client
Patch Set: Created 7 years, 2 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 | « swarming.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/swarming_test.py
diff --git a/tests/swarming_test.py b/tests/swarming_test.py
index 079f778e72692941b4848f6c7fe2a3866109742d..6f77efce833d58fcb93bb8ba7ed67b32913eb271 100755
--- a/tests/swarming_test.py
+++ b/tests/swarming_test.py
@@ -426,6 +426,7 @@ def generate_expected_json(
u'os': os_value,
},
u'min_instances': shards,
+ u'priority': 101,
},
],
u'data': [],
@@ -434,7 +435,6 @@ def generate_expected_json(
u'test_case_name': TEST_NAME,
u'tests': chromium_tasks(isolate_server),
u'working_dir': unicode(working_dir),
- u'priority': 101,
}
if shards > 1:
expected[u'env_vars'][u'GTEST_SHARD_INDEX'] = u'%(instance_index)s'
« no previous file with comments | « swarming.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698