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

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

Issue 2068123002: Add Swarming task for downloading Android SDK on Skia bots (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: undo recipes.isolate change 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 e920e8a28dc29545d7b42686f00159c532c34194..2c5a3f86bad79e2d37157bc03cb80e90b7c6bed2 100644
--- a/scripts/slave/recipes/skia/swarm_trigger.expected/Housekeeper-PerCommit.json
+++ b/scripts/slave/recipes/skia/swarm_trigger.expected/Housekeeper-PerCommit.json
@@ -724,7 +724,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": [

Powered by Google App Engine
This is Rietveld 408576698