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

Unified Diff: scripts/slave/recipe_modules/swarming/example.expected/basic_0.4.json

Issue 1828573003: Add support for swarming priority and expiration in the test spec (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Fix Created 4 years, 9 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: scripts/slave/recipe_modules/swarming/example.expected/basic_0.4.json
diff --git a/scripts/slave/recipe_modules/swarming/example.expected/basic_0.4.json b/scripts/slave/recipe_modules/swarming/example.expected/basic_0.4.json
index bc4a8857e2080f2dddd2b76f705bf6d6041cd12a..86186b5fdbf37db29179d1ad81b48317037aa7be 100644
--- a/scripts/slave/recipe_modules/swarming/example.expected/basic_0.4.json
+++ b/scripts/slave/recipe_modules/swarming/example.expected/basic_0.4.json
@@ -165,7 +165,7 @@
"--isolate-server",
"https://isolateserver-dev.appspot.com",
"--priority",
- "30",
+ "125",
"--shards",
"1",
"--task-name",
@@ -236,7 +236,7 @@
"--isolate-server",
"https://isolateserver-dev.appspot.com",
"--priority",
- "30",
+ "255",
"--shards",
"2",
"--task-name",

Powered by Google App Engine
This is Rietveld 408576698