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

Unified Diff: swarming.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 | « no previous file | tests/swarming_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: swarming.py
diff --git a/swarming.py b/swarming.py
index d4926aa1f6a1aaed2c332b7e10969ad71f3afd1e..1e40e4c00ebfe39002bad349b42c3b3603b9b36e 100755
--- a/swarming.py
+++ b/swarming.py
@@ -157,6 +157,7 @@ class Manifest(object):
{
'min_instances': self._shards,
'config_name': self._target_platform,
+ 'priority': self.priority,
'dimensions': {
'os': self._target_platform,
},
@@ -165,7 +166,6 @@ class Manifest(object):
'working_dir': self._working_dir,
'restart_on_failure': True,
'cleanup': 'root',
- 'priority': self.priority,
}
if self._isolate_item:
test_case['data'].append(
« no previous file with comments | « no previous file | tests/swarming_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698