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

Unified Diff: scripts/slave/recipes/skia/swarm_trigger.expected/Housekeeper-PerCommit.json

Issue 2099713002: Download the Android SDK as a CIPD package (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@cipd_swarm
Patch Set: Rebase Created 4 years, 6 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/recipes/skia/swarm_trigger.expected/Housekeeper-PerCommit.json
diff --git a/scripts/slave/recipes/skia/swarm_trigger.expected/Housekeeper-PerCommit.json b/scripts/slave/recipes/skia/swarm_trigger.expected/Housekeeper-PerCommit.json
index e9f12481affcaa2051cbdf1ab977500b336f5ead..498ea50bf0689045a175b1cef91bb3332ab1614f 100644
--- a/scripts/slave/recipes/skia/swarm_trigger.expected/Housekeeper-PerCommit.json
+++ b/scripts/slave/recipes/skia/swarm_trigger.expected/Housekeeper-PerCommit.json
@@ -208,7 +208,7 @@
"name": "swarming.py --version",
"stdout": "/path/to/tmp/",
"~followup_annotations": [
- "@@@STEP_TEXT@0.4.10@@@"
+ "@@@STEP_TEXT@0.8.6@@@"
]
},
{
@@ -613,9 +613,8 @@
"https://chromium-swarm.appspot.com",
"--decorate",
"--print-status-updates",
- "--shards",
- "1",
- "compile_skia/Ubuntu/def456/Housekeeper-PerCommit/5",
+ "--json",
+ "{\"base_task_name\": \"compile_skia/Ubuntu/def456/Housekeeper-PerCommit/5\", \"tasks\": {\"compile_skia/Ubuntu/def456/Housekeeper-PerCommit/5\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
"--task-summary-json",
"/path/to/tmp/json"
],
@@ -724,7 +723,8 @@
"-u",
"\nimport json\nimport sys\nwith open(sys.argv[1]) as f:\n isolated = json.load(f)\nif not isolated.get('includes'):\n isolated['includes'] = []\nfor h in sys.argv[2:]:\n isolated['includes'].append(h)\nwith open(sys.argv[1], 'w') as f:\n json.dump(isolated, f, sort_keys=True)\n",
"[SLAVE_BUILD]/swarming_temp_dir/skia-task-housekeeper_skia.isolated",
- "[dummy hash for isolate_recipes]"
+ "[dummy hash for isolate_recipes]",
+ "abc123"
],
"name": "add_isolated_input (2)",
"~followup_annotations": [
@@ -843,9 +843,8 @@
"https://chromium-swarm.appspot.com",
"--decorate",
"--print-status-updates",
- "--shards",
- "1",
- "housekeeper_skia/Ubuntu/def456/Housekeeper-PerCommit/5",
+ "--json",
+ "{\"base_task_name\": \"housekeeper_skia/Ubuntu/def456/Housekeeper-PerCommit/5\", \"tasks\": {\"housekeeper_skia/Ubuntu/def456/Housekeeper-PerCommit/5\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
"--task-summary-json",
"/path/to/tmp/json"
],

Powered by Google App Engine
This is Rietveld 408576698