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

Side by Side Diff: infra/bots/recipes/swarmbucket_wrapper.expected/trigger_recipe.json

Issue 2339443003: Roll recipe DEPS (Closed)
Patch Set: Undo Created 4 years, 3 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 unified diff | Download patch
« no previous file with comments | « infra/bots/recipes/swarmbucket_wrapper.py ('k') | infra/config/recipes.cfg » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "\nimport json\nimport sys\n\nwith open(sys.argv[1]) as f:\n content = js on.load(f)\n\nprint json.dumps(content, indent=2)\n", 6 "\nimport json\nimport sys\n\nwith open(sys.argv[1]) as f:\n content = js on.load(f)\n\nprint json.dumps(content, indent=2)\n",
7 "{\"buildername\": \"Some-Builder\", \"buildnumber\": 5, \"mastername\": \ "client.skia.fyi\", \"path_config\": \"swarmbucket\", \"recipe\": \"swarmbucket_ wrapper\", \"slavename\": \"some-slave\"}" 7 "{\"buildername\": \"Some-Builder\", \"buildnumber\": 5, \"mastername\": \ "client.skia.fyi\", \"path_config\": \"swarmbucket\", \"recipe\": \"swarmbucket_ wrapper\", \"slavename\": \"some-slave\"}"
8 ], 8 ],
9 "name": "print properties", 9 "name": "print properties",
10 "~followup_annotations": [ 10 "~followup_annotations": [
(...skipping 28 matching lines...) Expand all
39 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 39 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
40 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 40 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
41 "@@@STEP_LOG_END@python.inline@@@" 41 "@@@STEP_LOG_END@python.inline@@@"
42 ] 42 ]
43 }, 43 },
44 { 44 {
45 "cmd": [ 45 "cmd": [
46 "python", 46 "python",
47 "-u", 47 "-u",
48 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 48 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
49 "--master",
50 "client.skia.fyi",
51 "--builder",
52 "Some-Builder",
53 "--slave",
54 "some-slave",
55 "--spec", 49 "--spec",
56 "cache_dir = '[B]/cache'\nsolutions = [{'deps_file': '.DEPS.git', 'managed ': True, 'name': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]", 50 "cache_dir = '[B]/cache'\nsolutions = [{'deps_file': '.DEPS.git', 'managed ': True, 'name': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]",
57 "--root", 51 "--patch_root",
58 "skia", 52 "skia",
59 "--revision_mapping_file", 53 "--revision_mapping_file",
60 "{\"skia\": \"got_revision\"}", 54 "{\"skia\": \"got_revision\"}",
61 "--git-cache-dir", 55 "--git-cache-dir",
62 "[B]/cache", 56 "[B]/cache",
63 "--output_json", 57 "--output_json",
64 "/path/to/tmp/json", 58 "/path/to/tmp/json",
65 "--revision", 59 "--revision",
66 "skia@origin/master" 60 "skia@origin/master"
67 ], 61 ],
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 "path_config=swarmbucket" 103 "path_config=swarmbucket"
110 ], 104 ],
111 "name": "run recipe" 105 "name": "run recipe"
112 }, 106 },
113 { 107 {
114 "name": "$result", 108 "name": "$result",
115 "recipe_result": null, 109 "recipe_result": null,
116 "status_code": 0 110 "status_code": 0
117 } 111 }
118 ] 112 ]
OLDNEW
« no previous file with comments | « infra/bots/recipes/swarmbucket_wrapper.py ('k') | infra/config/recipes.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698