| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]/scripts/slave/cleanup_temp.py" | 6 "[BUILD]/scripts/slave/cleanup_temp.py" |
| 7 ], | 7 ], |
| 8 "cwd": "[SLAVE_BUILD]", | 8 "cwd": "[SLAVE_BUILD]", |
| 9 "name": "cleanup_temp" | 9 "name": "cleanup_temp" |
| 10 }, | 10 }, |
| 11 { | 11 { |
| 12 "cmd": [ | 12 "cmd": [ |
| 13 "python", | 13 "python", |
| 14 "-u", | 14 "-u", |
| 15 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 15 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 16 "--master", | |
| 17 "client.v8.fyi", | |
| 18 "--builder", | |
| 19 "TestBuilder", | |
| 20 "--slave", | |
| 21 "TestSlavename", | |
| 22 "--spec", | 16 "--spec", |
| 23 "cache_dir = None\nsolutions = [{'custom_vars': {'chromium_trunk': 'svn://
svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_file': 'DEPS', 'managed': Tru
e, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]", | 17 "cache_dir = None\nsolutions = [{'custom_vars': {'chromium_trunk': 'svn://
svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_file': 'DEPS', 'managed': Tru
e, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]", |
| 24 "--root", | 18 "--root", |
| 25 "v8", | 19 "v8", |
| 26 "--revision_mapping_file", | 20 "--revision_mapping_file", |
| 27 "{\"v8\": \"got_revision\"}", | 21 "{\"v8\": \"got_revision\"}", |
| 28 "--git-cache-dir", | 22 "--git-cache-dir", |
| 29 "[GIT_CACHE]", | 23 "[GIT_CACHE]", |
| 30 "--output_json", | 24 "--output_json", |
| 31 "/path/to/tmp/json", | 25 "/path/to/tmp/json", |
| 32 "--revision", | 26 "--revision", |
| 33 "v8@HEAD", | 27 "v8@HEAD", |
| 34 "--force", | |
| 35 "--no_shallow", | 28 "--no_shallow", |
| 36 "--output_manifest" | 29 "--output_manifest" |
| 37 ], | 30 ], |
| 38 "cwd": "[SLAVE_BUILD]", | 31 "cwd": "[SLAVE_BUILD]", |
| 39 "env": { | 32 "env": { |
| 40 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]" | 33 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]" |
| 41 }, | 34 }, |
| 42 "name": "bot_update", | 35 "name": "bot_update", |
| 43 "~followup_annotations": [ | 36 "~followup_annotations": [ |
| 44 "@@@STEP_TEXT@Some step text@@@", | 37 "@@@STEP_TEXT@Some step text@@@", |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 83 "@@@STEP_LOG_LINE@stdout@0@@@", | 76 "@@@STEP_LOG_LINE@stdout@0@@@", |
| 84 "@@@STEP_LOG_END@stdout@@@" | 77 "@@@STEP_LOG_END@stdout@@@" |
| 85 ] | 78 ] |
| 86 }, | 79 }, |
| 87 { | 80 { |
| 88 "name": "$result", | 81 "name": "$result", |
| 89 "recipe_result": null, | 82 "recipe_result": null, |
| 90 "status_code": 0 | 83 "status_code": 0 |
| 91 } | 84 } |
| 92 ] | 85 ] |
| OLD | NEW |